Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -1 a+x progs chmod -R a+x progs chmod -x a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -R a+x progs chmod -x a+x progs chmod -R 222 progs ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has write and executable permissions both read and write permissions executable permission only None of these both read and executable permissions. write and executable permissions both read and write permissions executable permission only None of these both read and executable permissions. ANSWER DOWNLOAD EXAMIANS APP
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 of the following command addresses all users who are currently hooked on? mesg write mail wall mesg write mail wall ANSWER DOWNLOAD EXAMIANS APP
Unix Which of following commands is used for an automatic reminder service? None of these mesg write calendar mail None of these mesg write calendar mail ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is not the vi Input mode command? None of these j rch S R None of these j rch S R ANSWER DOWNLOAD EXAMIANS APP