Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc infile | newfile wc newfile wc infile - newfile wc infile >newfile wc infile | newfile wc newfile wc infile - newfile 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 first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has None of these write and executable permissions executable permission only both read and executable permissions. both read and write permissions None of these write and executable permissions executable permission only both read and executable permissions. both read and write permissions 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 echo ^a tty ^c stty echoe stty intr ^c stty echo ^a tty ^c stty echoe stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? fourth second first third fourth second first third 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? tar programs/wb misc/wb copy programs/wb misc/wb copy a:programs/wb b:misc/wb None of these cp programs/wb misc tar programs/wb misc/wb copy programs/wb misc/wb copy a:programs/wb b:misc/wb None of these cp programs/wb misc ANSWER DOWNLOAD EXAMIANS APP