what is the advaantage of each user having its own copy of
the shell?

Answer Posted / nayakss

Copy of shell or copy of shell variable?

Shell is a process which is invoken when a user logged in.
So For each use a differ process has invoked in turns a
different shell.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is s and g in sed command?

554


What does grep v do?

556


What does the md command do?

564


What are the differences among a system call, a library function, and a unix command?

563


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:

1754






What do know about tee command and its usage?

583


Enlist some filename manipulation commands in unix.

544


What is command statement?

539


What is ctrl d?

589


Explain command to display different lines that are found when compare two files?

674


What are reported commands?

560


What is the behavioural difference between cmp and diff commands?

670


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

757


How do I search for a file in unix command?

541


Are you in or at the office?

609