Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -x a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -R a+x progs chmod -x a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -R a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with disk free command to include the total amount of disk space in the file system? #NAME? #NAME? -4 None of these #NAME? #NAME? #NAME? -4 None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc -c wc -w wc -r wc - 1 wc -c wc -w wc -r wc - 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control-c] None of these [Control -P] [Control-d] [Control - u] [Control-c] None of these [Control -P] [Control-d] [Control - u] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? password All the these Shadow profile password All the these Shadow profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following special shell variables is used to process number of the last background job? $* $! $# $0 $* $! $# $0 ANSWER DOWNLOAD EXAMIANS APP