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 both read and executable permissions. None of these write and executable permissions both read and write permissions executable permission only both read and executable permissions. None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat$ $pat pat^ ^pat pat$ $pat pat^ ^pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? grep wc touch cat grep wc touch cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order st sh sort -r sort st sh sort -r sort 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 -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 find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm None of these find -name - mtime + 365 / - ok rm ANSWER DOWNLOAD EXAMIANS APP