Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod u-x, go+r note None of these chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note None of these chmod go+r, u+x note chmod go+x, u-x note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? password Shadow profile All the these password Shadow profile All the these ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? * None of these ? [!ijk] [ijk] * None of these ? [!ijk] [ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv *.* /bin/ None of these mv * /bin/* mv * ../bin *.* mv * ../bin mv *.* /bin/ None of these mv * /bin/* mv * ../bin *.* mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? cat grep more head cat grep more head ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? i k j h None of these i k j h None of these ANSWER DOWNLOAD EXAMIANS APP