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? None of these who < user.lste who | tee user.lst who > user.lst who >> user.lst None of these who < user.lste who | tee user.lst who > user.lst who >> user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chown chusr None of these chgrp chmod chown chusr None of these chgrp chmod ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has read permission only owner has read permission only group has write permission only other has read permission only group has read permission only owner has read permission only group has write permission only other has read permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Major expressions used with find command to select file is it has been accessed in more than 375 days, is #NAME? None of these #NAME? #NAME? #NAME? #NAME? None of these #NAME? #NAME? #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .mbox None of these .profile .exrc lastlogin .mbox None of these .profile .exrc lastlogin ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note chmod 671 note chmod 167 note chmod 761 note chmod 4=rwx, g=rw note ANSWER DOWNLOAD EXAMIANS APP