Linux What command is not used to list the files chap01, chap02 and chap04? ls chap[124] None of the listed here ls - x chap0[124] ls chap* ls chap[124] None of the listed here ls - x chap0[124] ls chap* ANSWER DOWNLOAD EXAMIANS APP
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 g - x, uo + r letter chmod go + r, u + x letter chmod u - x, go + r letter chmod go + x, u - x letter chmod g - x, uo + r letter chmod go + r, u + x letter chmod u - x, go + r letter chmod go + x, u - x letter ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following is not a filter command? wc cat sort grep wc cat sort grep ANSWER DOWNLOAD EXAMIANS APP
Linux Which file is used to configure which filesystems are mounted? None of the listed here /etc/mount.sys /etc/filesys /etc/fstab None of the listed here /etc/mount.sys /etc/filesys /etc/fstab ANSWER DOWNLOAD EXAMIANS APP
Linux What service is not monitored by inetd ? finger ntalk time SSH finger ntalk time SSH ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to save the standard output in a file, as well as display it on the terminal? more tee cat None of these grep more tee cat None of these grep ANSWER DOWNLOAD EXAMIANS APP