Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is shell None of these home password login shell None of these home password login ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty intr ^c stty echo ^a tty ^c stty echoe stty intr ^c stty echo ^a tty ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? None of these rm * rm -r * rm all rm *.* None of these rm * rm -r * rm all rm *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note chmod ugo=r note chmod go+r note None of these chmod a-rw chmod u+r,g+r,o-x note chmod ugo=r note chmod go+r note None of these chmod a-rw 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? -1 -2 -4 #NAME? -1 -2 -4 ANSWER DOWNLOAD EXAMIANS APP