Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x 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. .exrc None of these .profile lastlogin .mbox .exrc None of these .profile lastlogin .mbox ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is halt grep sleep mesg None of these halt grep sleep mesg None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? cd /.profile ls profile None of these find /-name profile -print l -u .profile cd /.profile ls profile None of these find /-name profile -print l -u .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 The special shell variable $* is used to name the command being executed to list the positional parameters None of these to process number of the current shell to exit status of ast command executed. to name the command being executed to list the positional parameters None of these to process number of the current shell to exit status of ast command executed. ANSWER DOWNLOAD EXAMIANS APP