Unix Which command is used to remove a file? remove rm del mv remove rm del mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? cp copy None of these cpio tar cp copy None of these cpio tar ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst cut sales empl.lst None of these /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst cut sales empl.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about all users who are currently logged into the system? who 1 /u None of these who am i which who 1 /u None of these who am i which ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? tail bof head - r eof None of these tail bof head - r eof None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* ANSWER DOWNLOAD EXAMIANS APP