Linux What command is used to assign only read permission to all three categories of the file'letter'? chmod ugo = r letter chmod go + r letter chmod u + r, g + r, o - x letter chmod a - rw letter chmod ugo = r letter chmod go + r letter chmod u + r, g + r, o - x letter chmod a - rw letter ANSWER DOWNLOAD EXAMIANS APP
Linux The location of some system configuration and system administrator executable files, is: /proc /var /home None of these /sbin /proc /var /home None of these /sbin ANSWER DOWNLOAD EXAMIANS APP
Linux In order to increase the amount of memory available for a system, what is the maximum size of a swap partition (with kernel version 2.2.x)? 64MB 2GB 128MB 32MB 64MB 2GB 128MB 32MB ANSWER DOWNLOAD EXAMIANS APP
Linux What command is not used to list the files chap01, chap02 and chap04? ls chap* ls - x chap0[124] ls chap[124] None of the listed here ls chap* ls - x chap0[124] ls chap[124] None of the listed here ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to search a pattern in the forward direction? / ?? ? // / ?? ? // ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following command lists the last 10 lines of a file? grep head cat tail grep head cat tail ANSWER DOWNLOAD EXAMIANS APP