Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? None of these cp wb collect mon ../misc tar wb collect mon /misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these cp wb collect mon ../misc tar wb collect mon /misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc 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 None of these grep sales empl.lst cut sales empl.lst cat | /sales > empl.lst /sales > empl.lst None of these grep sales empl.lst cut sales empl.lst cat | /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: standard output file neither standard input nor standard output file standard input file both input and output file standard output file neither standard input nor standard output file standard input file both input and output file ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 167 note chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note chmod 671 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -F ls -x ls -a ls -l ls -F ls -x ls -a ls -l ANSWER DOWNLOAD EXAMIANS APP