Unix Which column contains all details of the permissions of a file when you issue the ls -l command? first fourth second third first fourth second third ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year? find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm None of these find -name - mtime + 365 / - ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm None of these find -name - mtime + 365 / - ok rm find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 555 note chmod 666 note chmod 444 note chmod 333 note chmod 555 note chmod 666 note chmod 444 note chmod 333 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd [p] cd p* cd p cd p* cd [p] cd p* cd p cd p* 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 -R ls -t ls -i ls -1 ls -R ls -t ls -i ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells None of these the name of the group owner of the file All of these how large the file is and when the file was last modified. who the owner of the file is None of these the name of the group owner of the file All of these how large the file is and when the file was last modified. who the owner of the file is ANSWER DOWNLOAD EXAMIANS APP