Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who | tee user.lst who < user.lste who > user.lst who >> user.lst None of these who | tee user.lst who < user.lste who > user.lst who >> user.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The octal representation 652 indicates Read and write permission of groups Write permission for others Execute permission for the owner All of these None of these Read and write permission of groups Write permission for others Execute permission for the owner All of these None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -1 None of these -R #NAME? -1 None of these -R #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note None of these chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? None of these wc -w wc -r wc -l wc -c None of these wc -w wc -r wc -l wc -c ANSWER DOWNLOAD EXAMIANS APP
Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be 6 None of these 1 3 5 6 None of these 1 3 5 ANSWER DOWNLOAD EXAMIANS APP