Unix Which operator will be used with chmod command to assign absolute permission? None of these + % - = None of these + % - = ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the >> symbols < symbols > symbols None of these >> symbols < symbols > symbols None of these 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 collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc tar wb collect mon /misc None of these copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc tar wb collect mon /misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc -w ls -l | wc -l ls | wc ls | ws -c ls | wc -w ls -l | wc -l ls | wc ls | ws -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? shutdown haltsys cancel kill shutdown haltsys cancel kill 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