Unix Which of command is used to copy a file? None of these cpio tar copy cp None of these cpio tar copy cp 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? grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm None of these find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm None of these find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has both read and write permissions write and executable permissions executable permission only None of these both read and executable permissions. both read and write permissions write and executable permissions executable permission only None of these both read and executable permissions. ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor to the upperleft corner of the screen to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor to the upperleft corner of the screen to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? eof None of these tail head - r bof eof None of these tail head - r bof ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to print a file? prn lp print pg prn lp print pg ANSWER DOWNLOAD EXAMIANS APP