-
Explain the steps that a shell follows while processing a command?
After the command line is terminated by the key, the shel goes ahead with processing the command line in one or more passes. The sequence is well defined and assumes the following order.Parsing: The shell first breaks up the command line into words, using spaces and the delimiters, unless quoted. All consecutive occurrences of a space or tab are replaced here with a single space.Variable evaluation:...
-
How does the kernel differentiate device files and ordinary files?
Kernel checks 'type' field in the file's inode structure.
-
Linux General questions.
1. To which operating system is GNU/Linux compatible? a. Windows b. Unix c. it\'s a system on it\'s own d. don\'t know2. What is the origin of GNU/Linux? a. 1984 by Richard Stallman b. 1987 by Andrew Tannenbaum c. 1991 by Linus Torvalds d. don\'t know3. What has Linus Torvalds developed? a. he developed the whole system b. he developed the kernel of the system c. he is only...
-
-
-
Do you have idea about "Shell Job Control"?
Explain about Background and Foreground processes
-
-
Is ‘du’ a command? If so, what is its use?
Yes, it stands for ‘disk usage’. With the help of this command you can find the disk capacity and free space of the disk.
-
-
How to reset the NVRAM to system default ?
Answer: Stop+N
-
UNIX Interview Questions
Ans