Unix In vi editor, forward search is performed using the command. :pat All of these /pat ?pat :pat All of these /pat ?pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -r None of these wc -c wc -l wc -w wc -r None of these wc -c wc -l wc -w 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 None of these grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm find -name - mtime + 365 / - ok rm None of these grep (/usr/*) - mtime + 365 | -ok rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is .autoexec .exrc None of these .profile autoexec.bat .autoexec .exrc None of these .profile autoexec.bat ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /dev directory /tmp directory /bin and /usr/bin directories None of these /unix directory /dev directory /tmp directory /bin and /usr/bin directories None of these /unix directory ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 444 note chmod 333 note chmod 555 note chmod 666 note chmod 444 note chmod 333 note chmod 555 note chmod 666 note ANSWER DOWNLOAD EXAMIANS APP