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 + 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 chmod g - x, uo + r letter ANSWER DOWNLOAD EXAMIANS APP
Linux In what file can you specify which users are not allowed to access a system via FTP? /etc/ftpusers /etc/hosts.deny None of these /etc/ftpaccess All of these /etc/ftpusers /etc/hosts.deny None of these /etc/ftpaccess All of these ANSWER DOWNLOAD EXAMIANS APP
Linux How could you install the file ipchains-1.3.9-5.i386.rpm? rpm -i ipchains* .i386.rpm rpm -qip ipchains rpm -Uvh ipchains None of these rpm -e ipchains-1.3.9-5.i386.rpm rpm -i ipchains* .i386.rpm rpm -qip ipchains rpm -Uvh ipchains None of these rpm -e ipchains-1.3.9-5.i386.rpm ANSWER DOWNLOAD EXAMIANS APP
Linux What command is not used to list the files chap01, chap02 and chap04? ls chap[124] ls chap* None of the listed here ls - x chap0[124] ls chap[124] ls chap* None of the listed here ls - x chap0[124] ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following tool is used to partition your hard drive? None of the listed here fsck fdisk mkfs None of the listed here fsck fdisk mkfs ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to count just the number of lines contained in a file? wc - r wc - l wc - w wc - c None of these wc - r wc - l wc - w wc - c None of these ANSWER DOWNLOAD EXAMIANS APP