Questions
How can we investigate or see the process of the Unix System?
- By ps command
- By ls command
- By du command
- None of the above
By which command can you change any system's run level?
- Init
- Halt
- Poweroff
- none of the above
By which command can we show hidden files in unix?
- ls -i
- ls -d
- ls -a
- None of the above
How can we make a xhost setting will enable for others by which commands?
- $ DISPLAY
- $ xterm
- $ xhost
- $ xhost +
Which of the following commands displays user information?
- more
- history
- finger
- none of the above
By which command can we check and repair a file system?
- Format
- Mount
- Fsck
- None of the above
Which of the following scripts is used to store the commands that are executed by the shells on the logs into the system?
- The .profile file
- The .login file
- The .cshrc file
- None of the above
Which command do you use to logout from X terminal?
- logout(CR)
- XC
- exit
- none of the above
By which command can we remove the job from printer spooling queue?
- lprm
- lpr
- lpq
- none of the above
By which command can you get the information about the disks?
- dkinfo
- look
- dvdinfo
- none of the above
From which command can you search unix manual for a particular keyword?
- man -k keyword
- man mkdir
- man man
- all of the above
Which of the following statements is true?
- Tar command is used for back up
- The 'expr 4*5' will return 20.
- The mailx command informs user automatically about the arrival of a new mail
- All of the above
By which command can you display the files last sorted?
- ls -u
- ls -i
- ls -r
- ls -c
Which of the following system variables is used to change the prompt name?
- PS 1
- fg
- PS 2
- Both (1) and (3)
By which command can you erase the entire command line?
- ctrl -c
- ctrl -h
- ctrl -w
- ctrl-u
You can allow to continue even if you logout from the teminal by _____________ command.
- isspell
- head
- nohup
- none of the above
By which command can you take full back up?
- bkup
- for
- bg
- fg
Through which command can you reduce the priority of the jobs?
- nice
- more
- tail
- none of the above
To display a list of free blocks and number of files on a file system basis, we use _____________ command.
- du
- fsck
- df
- none of the above
Which of the following is not a special shell variables?
- PATH
- HOME
- LOGNAME
- All of the above
- MAIL
Which of the following statements is false?
- The sed editor is an UNIX editor.
- The * metacharacter stands for any single character.
- The xterm does not offer any specific menu option for copying or moving the text from one xterm window to another.
- All of the above are true
Which of the following is not a unix files category?
- Ordinary files
- Directory files
- Device files
- All of the above
Which of the following is/are in built function of AWK in unix?
- Int(X)
- Length
- Length(X)
- All of the above
Unix uses 'pipe' system call
- to create a duplicate of a file
- to create a unnamed pipe
- to create a named pipe
- none of the above
Which of the following is a default shell in Unix Operating system?
- ksh
- bash
- csh
- none of the above