Unix Which command is used to display the characteristics of a process? pid au du ps pid au du ps ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? wc grep None of these sort wc grep None of these sort ANSWER DOWNLOAD EXAMIANS APP
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 command is used to count just the number of characters in a file? wc -w wc - 1 wc -r wc -c wc -w wc - 1 wc -r wc -c 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 In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. lastlogin None of these .profile .mbox .exrc lastlogin None of these .profile .mbox .exrc ANSWER DOWNLOAD EXAMIANS APP