Unix The cat command is used to None of these capture a file display a file print a file copy a file None of these capture a file display a file print a file copy a file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out cp - p cp None of these cpio copy cp - p cp None of these cpio copy 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 {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l ls -F ls -x ls -l -d ls -l ls -F ls -x ls -l -d ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has read permission only other has read permission only owner has read permission only group has write permission only group has read permission only other has read permission only owner has read permission only group has write permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chusr chown chgrp None of these chmod chusr chown chgrp None of these chmod ANSWER DOWNLOAD EXAMIANS APP