|
1) Which of the following special shell variables
is used to process number of the last background job?
a. $!
2) Which option will be used with ps command to slow the entire command line of the process being run? A. -4
3) Which of the following command addresses all users who are currently hooked on? A. write
4) Which of the following commands is used to identify the type of file by context? A. ls
5) The filed separator in cut command is specified with A. -a option
6) Which of the following options will be used to display number of blocks used by a file? A. -c
7) Which option will be used with touch command to change the access time? A. -a
8) Which command is used to make all files and sub-directories in the directory (progs) executable by all users? A. chmod -R a+xprogs
9) Which command is used to display and create files? A. cat
10) The second set of the three permissions (r-) indicates that A. group has read permission only
--- Correct Answers 1) A 2) B 3) C 4) C 5) B
7) A 8) A 9) A 10) A |
|
See Also
Do you have a UNIX Question? Unix Books :-
Return to : - Unix System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|