Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use tty ^c stty echo ^a stty echoe stty intr ^c tty ^c stty echo ^a stty echoe stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -l ls -x ls -a ls -F ls -l ls -x ls -a ls -F 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[12] /progs/*.* cp chap?? progs cp chap* progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap?? progs cp chap* progs ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has read permission only group has write permission only owner has read permission only other has read permission only group has read permission only group has write permission only owner has read permission only other has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? None of these tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb cp programs/wb misc None of these tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb cp programs/wb misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc infile | newfile wc infile - newfile wc newfile wc infile >newfile wc infile | newfile wc infile - newfile wc newfile ANSWER DOWNLOAD EXAMIANS APP