Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod g+x note chmod ugo+x note chmod u+x note chmod u+w note chmod g+x note chmod ugo+x note chmod u+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 666 note chmod 333 note chmod 444 note chmod 555 note chmod 666 note chmod 333 note chmod 444 note chmod 555 note ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 167 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note None of these chmo a =761 note chmod 167 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note None of these chmo a =761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sh sort -r None of these sort st sh sort -r None of these sort st ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? r C R c r C R c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -1 ls -i ls -t ls -R ls -1 ls -i ls -t ls -R ANSWER DOWNLOAD EXAMIANS APP