Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc newfile wc infile >newfile wc infile - newfile wc infile | newfile wc newfile wc infile >newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? None of these -R -1 #NAME? None of these -R -1 #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* All of these patch .ch catch All of these patch .ch catch ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod u=rwx, g=rw, o=x note chmo a =761 note None of these chmod 167 note chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmo a =761 note None of these chmod 167 note chmod 4=7, g=6,0 =1 note 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. write and executable permissions executable permission only None of these both read and write permissions both read and executable permissions. write and executable permissions executable permission only None of these both read and write permissions ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; rmdir None of these rdir remove rd rmdir None of these rdir remove rd ANSWER DOWNLOAD EXAMIANS APP