Unix The cp command uses: standard input file both input and output file neither standard input nor standard output file standard output file standard input file both input and output file neither standard input nor standard output file standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls -l | wc -l ls | ws -c ls | wc -w ls | wc ls -l | wc -l ls | ws -c ls | wc -w ls | wc ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as ccp do comp cmp ccp do comp cmp ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used to process number of the current shell None of these to name the command being executed to exit status of ast command executed. to list the positional parameters to process number of the current shell None of these to name the command being executed to exit status of ast command executed. to list the positional parameters ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells how large the file is and when the file was last modified. All of these who the owner of the file is None of these the name of the group owner of the file how large the file is and when the file was last modified. All of these who the owner of the file is None of these the name of the group owner of the file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go+rw note chmod go-r note chmod go+r note chmod go-x note chmod go+rw note chmod go-r note chmod go+r note chmod go-x note ANSWER DOWNLOAD EXAMIANS APP