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 None of these chmod go+r note chmod a-rw chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod go+r note chmod a-rw chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; None of these rd remove rdir rmdir None of these rd remove rdir rmdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 222 emp? chmod u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp chmod 222 emp? chmod u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -1 #NAME? -R None of these -1 #NAME? -R None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[x-z] more [emp][!0-9] cat emp[!0-9] cat emp[a-z] cat emp[x-z] more [emp][!0-9] cat emp[!0-9] cat emp[a-z] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls -1 ls lc ls -x None of these ls -1 ls lc ls -x None of these ANSWER DOWNLOAD EXAMIANS APP