Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be 5 None of these 6 1 3 5 None of these 6 1 3 ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the > symbols None of these < symbols >> symbols > symbols None of these < symbols >> symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod a-rw chmod ugo=r note None of these chmod go+r note chmod u+r,g+r,o-x note chmod a-rw chmod ugo=r note None of these chmod go+r note chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. None of these .exrc .mbox .profile lastlogin None of these .exrc .mbox .profile lastlogin ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc copy wb collect mon /misc None of these cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc copy wb collect mon /misc None of these 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 u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* ANSWER DOWNLOAD EXAMIANS APP