Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod u+x emp[1-3] chmod u+r ??? emp chmod 777 emp* chmod 222 emp? chmod u+x emp[1-3] chmod u+r ??? emp chmod 777 emp* chmod 222 emp? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to change the working directory? None of these chdir cd cdir changedir None of these chdir cd cdir changedir ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: neither standard input nor standard output file standard output file standard input file both input and output file neither standard input nor standard output file standard output file standard input file both input and output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? ? ?? / // ? ?? / // ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? a S i s a S i s ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has write permission only group has read permission only owner has read permission only other has read permission only group has write permission only group has read permission only owner has read permission only other has read permission only ANSWER DOWNLOAD EXAMIANS APP