Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-x note chmod go+rw note chmod go+r note chmod go-r note chmod go-x note chmod go+rw note chmod go+r note chmod go-r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? file cat ls more file cat ls more ANSWER DOWNLOAD EXAMIANS APP
Unix The seventh field of /etc/password is None of these shell login password home None of these shell login password home ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? wc sort grep None of these wc sort grep None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as cmp comp do ccp cmp comp do ccp 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? more [emp][!0-9] cat emp[x-z] cat emp[!0-9] cat emp[a-z] more [emp][!0-9] cat emp[x-z] cat emp[!0-9] cat emp[a-z] ANSWER DOWNLOAD EXAMIANS APP