Unix Which of the following files will displayed by this command cat *ch* .ch patch catch All of these .ch patch catch All of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tr grep tee sort tr grep tee sort 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 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note 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 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] chmod 777 emp* chmod 222 emp? ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has write permission only owner has read permission only other has read permission only group has read permission only group has write permission only owner has read permission only other has read permission only group has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? None of these mkdir crdir md cr None of these mkdir crdir md cr ANSWER DOWNLOAD EXAMIANS APP