Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb None of these cp programs/wb misc tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb None of these cp programs/wb misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is not the vi Input mode command? S R None of these rch j S R None of these rch j ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -R ls -t ls -1 ls -i ls -R ls -t ls -1 ls -i ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? wall mesg mail write wall mesg mail write ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? u R v None of these C u R v None of these C ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cut sales empl.lst cat | /sales > empl.lst grep sales empl.lst None of these /sales > empl.lst cut sales empl.lst cat | /sales > empl.lst grep sales empl.lst None of these /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP