Unix Which shell's wild-cards is used to match a single character? ? * [!ijk] [ijk] None of these ? * [!ijk] [ijk] None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? #NAME? -R -1 None of these #NAME? -R -1 None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? v None of these u R C v None of these u R C ANSWER DOWNLOAD EXAMIANS APP
Unix The UNIX file system stores a date in physical blocks of 512 bytes 256 bytes 2048 bytes None of these 1024 bytes 512 bytes 256 bytes 2048 bytes None of these 1024 bytes 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 /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm find -name - mtime + 365 / - ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; None of these find -mtime +365 | rm grep (/usr/*) - mtime + 365 | -ok rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l ls -x ls -F ls -l -d ls -l ls -x ls -F ls -l -d ANSWER DOWNLOAD EXAMIANS APP