what is the advaantage of each user having its own copy of
the shell?
Answers were Sorted based on User's Feedback
Answer / daaga
it allows user
1 to customise it's enviroment,
2 Intialise/modify some enviroment variable
or define to variable
3 Perform some task or exec some commands
as he logs on to the system..
etc..
| Is This Answer Correct ? | 8 Yes | 0 No |
what will be the output of ls ~/..
What is used to type command?
How do I delete files from command prompt?
what does the 'tee' command do?
What is ctrl d?
How do you find out all processes that are currently running in UNIX OS?
what is the difference between pipe(|) and tee command..
What do chmod, chown, chgrp commands do?
distinguish between interrupts and exceptions?
What is the syntax of grep command and what is its use?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does awk stand for?