Q.1.
The environment variable in Linux, that contain a list of directories the shell automatically recognizes.
Q.2.
The Unix command used to find out the number of characters in a file is
Q.3.
Which command allows you to view your filelines at a time ?
Q.4.
Which one of the following options is not a shell in UNIX system?
Q.5.
A user level process in Unix traps the signal sent on a Ctrl + C input and has a signal handling routine that saves appropriate files before terminating the process. When a Ctrl + C input is given to this process, what is the mode in which the signal handling routine executes ?
Q.6.
Assume that an implementation of Unix operating system uses i-nodes to keep track of data blocks allocated to a file. It supportsdirect block addresses, one indirect block address and one double indirect block address. The file system hasbytes block size and 2 bytes for disk block address. The maximum possible size of a file in this system is
Q.7.
In Unix, the command to enable execution permission for file “mylife” by all is ................
Q.8.
Which of the following statement is not correct with reference to cron daemon in UNIX O.S?
Q.9.
Which of the following statement(s) is/are True regarding ‘nice’ command of UNIX?I. It is used to set or change the priority of a process.II. A process’s nice value can be set at the time of creation.III. ‘nice’ takes a command line as an argument.
Q.10.
Which of the following option with reference to UNIX operating system is not correct?
Q.11.
Which of the following information about the UNIX file system is not correct?
Q.12.
In UNIX operating system, when a process creates a new process using the fork() system call, which of the following state is shared between the parent process and child process?
Q.13.
In UNIX, processes that have finished execution but have not yet had their status collected are known as ................
Q.14.
Unix command to change the case of first three lines of file “shortlist” from lower to upper
Q.15.
The Unix Operating System Kernel maintains two key data structures related to processes, the process table and the user structure. Now, consider the following two statements:I. The process table is resident all the time and contain information needed for all processes, even those that are not currently in memory.II. The user structure is swapped or paged out when its associated process is not in memory, in order not to waste memory on information that is not needed.Which of the following options is correct with reference to above statements ?