Unix Which command is used to link the files? tar lk ln cp None of these tar lk ln cp None of these 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? None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find -mtime +365 | rm None of these find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; grep (/usr/*) - mtime + 365 | -ok rm 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 666 note chmod 333 note chmod 444 note chmod 555 note chmod 666 note chmod 333 note chmod 444 note chmod 555 note ANSWER DOWNLOAD EXAMIANS APP
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 [line number G] key allows you to move cursor left by one position to move cursor to the beginning of the line specified by the number None of these to move cursor right by one position to move cursor down by one line to move cursor left by one position to move cursor to the beginning of the line specified by the number None of these to move cursor right by one position to move cursor down by one line ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to change the working directory? chdir cdir None of these cd changedir chdir cdir None of these cd changedir ANSWER DOWNLOAD EXAMIANS APP