Unix Which of the following commands is used to list contents of directories? dir tar ls lp dir tar ls lp ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -4 -2 #NAME? -1 -4 -2 #NAME? -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? remove rename ren mv remove rename ren mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? paste cut grep cat paste cut grep cat ANSWER DOWNLOAD EXAMIANS APP