Unix Which command is used to display and create files? ed lyrix cat vi ed lyrix cat vi ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -1 #NAME? -2 -4 -1 #NAME? -2 -4 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -c None of these wc -r wc -l wc -w wc -c None of these wc -r 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 /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {} ; find -name - mtime + 365 / - ok rm None of these grep (/usr/*) - mtime + 365 | -ok rm find -mtime +365 | rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the characteristics of a process? pid du ps au pid du ps au ANSWER DOWNLOAD EXAMIANS APP
Unix The cat command is used to copy a file display a file print a file None of these capture a file copy a file display a file print a file None of these capture a file ANSWER DOWNLOAD EXAMIANS APP