Unix Which command is used to create a directory? crdir md mkdir None of these cr crdir md mkdir None of these cr ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? None of these ? [ijk] [!ijk] * None of these ? [ijk] [!ijk] * 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 -name - mtime + 365 / - ok rm find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -name - mtime + 365 / - ok rm find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. :pat /pat ?pat All of these :pat /pat ?pat All of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note None of these chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls ls -x lc ls -1 None of these ls ls -x lc ls -1 None of these ANSWER DOWNLOAD EXAMIANS APP