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 is file system in unix??
what are the different operating systems available?
Give the command for finding the current date.
What is the search command in unix?
How do I find previous commands in unix?
What command will change your prompt to myprompt?
Enumerate some of the most commonly used network commands in unix?
What do chmod command do?
In UNIX, what is the command to edit contents of the file?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
which script will invoke first ,when /etc/init.d starts