Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R 222 progs chmod -x a+x progs chmod -R a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -x a+x progs chmod -R a+x progs chmod -1 a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? cancel haltsys kill shutdown cancel haltsys kill shutdown ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? Shadow profile All the these password Shadow profile All the these password ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sh None of these sort st sort -r sh None of these sort st sort -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? None of these chmod ugo=r note chmod go+r note chmod u+r,g+r,o-x note chmod a-rw None of these chmod ugo=r note chmod go+r note chmod u+r,g+r,o-x note chmod a-rw ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to have a two-way communication with any person who is currently logged in? mesg grep mail write None of these mesg grep mail write None of these ANSWER DOWNLOAD EXAMIANS APP