Computer Science Fundamentals Operating Systems Subjective
Mar 12, 2013

What is the working of shell in UNIX system?

Detailed Explanation

It reads user terminal input and translates the commands into actions taken by the system. When user log into the system user given a default shell. When the shell starts up it reads its startup files and may set environment variables, command search paths and executes any commands specified in these files. Shell is generally sleeping. It wakes up when input is typed at the prompt.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback