What is the different between UNIX command and UNIX shell
script?

Answer Posted / aswini

unix command is typed by users where as unix shell script
is predefined set of commands written to handle user
commands.

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is awk good for?

578


What is the comma to show the space allocation of files?

553


What do chown command do?

523


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1749


Explain command to view process running?

609






How do I delete files from command prompt?

547


What difference between cmp and diff commands?

712


What is the use of awk command in unix?

565


Write a command that will display files in the current directory, in a colored, long format.

669


Is command prompt unix?

570


What is a command and examples?

571


What are reported commands?

556


What is the use of sed command in unix?

584


Are you in or at the office?

605


What's a command word?

579