Unix Which of the following commands is used to obtain a list of all files by modification time? ls -t ls -i ls -1 ls -R ls -t ls -i ls -1 ls -R 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
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 744 755 555 744 755 555 ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmo a =761 note chmod 167 note None of these chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note chmo a =761 note chmod 167 note None of these chmod 4=7, g=6,0 =1 note chmod u=rwx, g=rw, o=x note 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? cat None of these more grep tee cat None of these more grep tee ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? write wall mail mesg write wall mail mesg ANSWER DOWNLOAD EXAMIANS APP