Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls | ws -c ls | wc -w ls -l | wc -l ls | wc ls | ws -c ls | wc -w ls -l | wc -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? rm remove del mv rm remove del mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -R #NAME? None of these -1 -R #NAME? None of these -1 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 both read and executable permissions. executable permission only None of these both read and write permissions write and executable permissions both read and executable permissions. executable permission only None of these both read and write permissions write and executable permissions ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 555 note chmod 444 note chmod 333 note chmod 666 note chmod 555 note chmod 444 note chmod 333 note chmod 666 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? cat grep cut paste cat grep cut paste ANSWER DOWNLOAD EXAMIANS APP