Unix Which command is used to assign only read permission to all three categories of the file 'note'? None of these chmod go+r note chmod a-rw chmod u+r,g+r,o-x note chmod ugo=r note None of these chmod go+r note chmod a-rw chmod u+r,g+r,o-x note chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has both read and write permissions write and executable permissions None of these executable permission only both read and executable permissions. both read and write permissions write and executable permissions None of these executable permission only both read and executable permissions. ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? file cat ls more file cat ls more ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is invalid filename? trial my .file None of these TRY trial my .file None of these TRY ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to change the working directory? changedir chdir cdir None of these cd changedir chdir cdir None of these cd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? S a s i S a s i ANSWER DOWNLOAD EXAMIANS APP