Linux What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others? chmod go + x, u - x letter chmod u - x, go + r letter chmod go + r, u + x letter chmod g - x, uo + r letter chmod go + x, u - x letter chmod u - x, go + r letter chmod go + r, u + x letter chmod g - x, uo + r letter ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following command is used to access an SMB share on a Linux system? smbclient None of these NFS SMD smbserver smbclient None of these NFS SMD smbserver ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to display the characteristics of a process? du au pid ps du au pid ps ANSWER DOWNLOAD EXAMIANS APP
Linux The command chmod 761 letter is equivalent to chmod 4=7, g = 6, o = 1 letter None of the listed here chmod u = rwx, g = rw, o = x letter chmod a = 761 letter chmod 4=7, g = 6, o = 1 letter None of the listed here chmod u = rwx, g = rw, o = x letter chmod a = 761 letter ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to save file and remain in the editing mode? None of the listed here :w x :q None of the listed here :w x :q ANSWER DOWNLOAD EXAMIANS APP
Linux What shell's wild-card is used to match a single character? [ijk] * [ijk] ? [ijk] * [ijk] ? ANSWER DOWNLOAD EXAMIANS APP