Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R a+x progs 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 ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. lastlogin .mbox None of these .exrc .profile lastlogin .mbox None of these .exrc .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? paste cat cut grep paste cat cut grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? lp more pg cat None of these lp more pg cat None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of are following internal commands is used in mail to forward mail to user in user-list? e user-list None of these r user-list m user-list d user-list e user-list None of these r user-list m user-list d user-list ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? #NAME? None of these +(m+l).n kill #NAME? None of these +(m+l).n kill ANSWER DOWNLOAD EXAMIANS APP