Unix Which command is used to display the top of the file? grep cat more head grep cat more head ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? more tee grep None of these cat more tee grep None of these cat 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 executable permissions. executable permission only write and executable permissions None of these both read and write permissions both read and executable permissions. executable permission only write and executable permissions None of these both read and write permissions 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 167 note chmod 4=rwx, g=rw note chmod 761 note chmod 671 note chmod 167 note chmod 4=rwx, g=rw note chmod 761 note chmod 671 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? ? * [ijk] None of these [!ijk] ? * [ijk] None of these [!ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 167 note None of these chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note chmod 167 note None of these chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note ANSWER DOWNLOAD EXAMIANS APP