Unix Which command is used to display the characteristics of a process? ps au pid du ps au pid du 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? +(m+l).n #NAME? None of these kill +(m+l).n #NAME? None of these kill ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? tar cp cpio None of these copy tar cp cpio None of these copy ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with touch command to change the access time? #NAME? -r option pid None of these #NAME? -r option pid None of these 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 u+r,g+r,o-x note chmod go+r note chmod a-rw None of these chmod ugo=r note chmod u+r,g+r,o-x note chmod go+r note chmod a-rw ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? cat head more grep cat head more grep ANSWER DOWNLOAD EXAMIANS APP