Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note chmod a-rw None of these chmod u+r,g+r,o-x note chmod ugo=r note chmod go+r note chmod a-rw None of these chmod u+r,g+r,o-x note chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p cd p* cd p* cd [p] cd p cd p* cd p* cd [p] ANSWER DOWNLOAD EXAMIANS APP
Unix The agency that sits between the user and the UNIX system is called the logic erxc profile shell logic erxc profile shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? #NAME? -4 -2 -1 #NAME? -4 -2 -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? grep cat more head grep cat more head ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? grep tee None of these more cat grep tee None of these more cat ANSWER DOWNLOAD EXAMIANS APP