Unix Which command is used to terminate all processes in your own system except the login shell? kill 0 None of these cancel all cancel 1 kill 1 kill 0 None of these cancel all cancel 1 kill 1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is not the vi Input mode command? rch None of these R S j rch None of these R S j ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+rw letter chmod ugo+x letter chmod ugo+r letter chmod u+x letter chmod ugo+rw letter chmod ugo+x letter chmod ugo+r letter chmod u+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 167 note None of these chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be 3 1 None of these 6 5 3 1 None of these 6 5 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv *.* /bin/ None of these mv * /bin/* mv * ../bin mv * ../bin *.* mv *.* /bin/ None of these mv * /bin/* mv * ../bin ANSWER DOWNLOAD EXAMIANS APP