Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go+rw note chmod go-x note chmod go-r note chmod go+r note chmod go+rw note chmod go-x note chmod go-r note chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? lyrix vi ed cat lyrix vi ed cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod g-x, uo+r note None of these chmod go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note chmod g-x, uo+r note None of these chmod go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note 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 167 note chmod 671 note chmod 4=rwx, g=rw note chmod 761 note chmod 167 note chmod 671 note chmod 4=rwx, g=rw note ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is mesg sleep None of these grep halt mesg sleep None of these grep halt ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? more cat None of these pg lp more cat None of these pg lp ANSWER DOWNLOAD EXAMIANS APP