Unix Which operator will be used with chmod command to assign absolute permission? % + = None of these - % + = None of these - ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 555 755 744 555 755 744 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out copy None of these cp - p cp cpio copy None of these cp - p cp cpio ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? C R r c C R r c 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 None of these grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm None of these grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is sort tee grep tr sort tee grep tr ANSWER DOWNLOAD EXAMIANS APP