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 The commonly used UNIX commands like date, ls, cat, etc. are stored in None of these /unix directory /bin and /usr/bin directories /tmp directory /dev directory None of these /unix directory /bin and /usr/bin directories /tmp directory /dev directory ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -r -l None of these -b -d -r -l None of these -b -d ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? None of these find /-name profile -print cd /.profile l -u .profile ls profile None of these find /-name profile -print cd /.profile l -u .profile ls profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? wall mail write mesg wall mail write mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+r letter chmod ugo+rw letter chmod u+x letter chmod ugo+x letter chmod ugo+r letter chmod ugo+rw letter chmod u+x letter chmod ugo+x letter ANSWER DOWNLOAD EXAMIANS APP