Linux Which of the following is a valid format for mounting a CD-ROM drive? mount -t iso9660 /dev/cdrom / mnt/cdrom mount /mnt/cdrom None of these mount /dev/cdrom All of these mount -t iso9660 /dev/cdrom / mnt/cdrom mount /mnt/cdrom None of these mount /dev/cdrom All of these 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 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 chmod go + r, u + x letter chmod u - x, go + r letter ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following tool is used to partition your hard drive? fdisk mkfs fsck None of the listed here fdisk mkfs fsck None of the listed here ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following command can you execute to count the number of lines in a file? count None of these wc - l lc cl count None of these wc - l lc cl ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to query for a specific package with RPM? None of these rpm -d rpm -a rpm -q rpm -1 None of these rpm -d rpm -a rpm -q rpm -1 ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to display a file contents in octal form? oct cd of od oct cd of od ANSWER DOWNLOAD EXAMIANS APP