Unix Which of the following commands is used to identify the type of file by context? more file ls cat more file ls cat 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 can be used to get information about all users who are currently logged into the system? None of these who who am i 1 /u which None of these who who am i 1 /u which ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? S i a s S i a s 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 -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 find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you to move cursor down by one line to move cursor left by one position None of these to move cursor to the beginning of the line specified by the number to move cursor right by one position to move cursor down by one line to move cursor left by one position None of these to move cursor to the beginning of the line specified by the number to move cursor right by one position ANSWER DOWNLOAD EXAMIANS APP