Unix Which command is used to save the standard output in a file, as well as display it on the terminal? tee cat None of these more grep tee cat None of these more grep ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note None of these chmod 167 note chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note None of these chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? fch rch None of these ech tch fch rch None of these ech tch ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about all users who are currently logged into the system? None of these who am i 1 /u which who None of these who am i 1 /u which who ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? rdir rmdir dldir rd rdir rmdir dldir rd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 222 emp? chmod u+r ??? emp chmod 777 emp* chmod u+x emp[1-3] chmod 222 emp? chmod u+r ??? emp chmod 777 emp* chmod u+x emp[1-3] ANSWER DOWNLOAD EXAMIANS APP