Unix The field separator in cut command is specified with -r option -c #NAME? None of these -r option -c #NAME? None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? dir ls lp tar dir ls lp tar 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 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 save the standard output in a file, as well as display it on the terminal? grep None of these tee more cat grep None of these tee more cat ANSWER DOWNLOAD EXAMIANS APP
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? copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc tar wb collect mon /misc None of these cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc tar wb collect mon /misc None of these cp wb collect mon ../misc 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 write and executable permissions both read and executable permissions. both read and write permissions executable permission only None of these write and executable permissions both read and executable permissions. both read and write permissions executable permission only None of these ANSWER DOWNLOAD EXAMIANS APP