Running tcpdump -nli eth1 'tcp' shows the following output:
14:41:53.694538 IP 10.1.52.145.51738 > 24.215.7.162.143: Flags [.], ack 33051, win 1002, options
[nop,nop,TS val 36789130 ecr 1746004159], length 0
What is the source IP address of this packet? (Please specify the answer in digits and dots ONLY.)
Solution:
10.1.52.145
Does this meet the goal?
Correct Answer:
A
Consider the following /etc/fstab file:
/dev/hda1 swap swap defaults 0 0
/dev/hda2 / ext2 defaults 1 1
/dev/hda3 /home ext2 defaults 1 2
none /proc proc defaults 0 0
/dev/sdb1 /media/usb0 vfat user,noauto 0 0
What is one of the possible commands that an ordinary (non-root) user can use to mount the /dev/sdb1 partition on the /media/usb0 mount point? (Please enter the command with all parameters and/or options but without any file system type options.)
Solution:
mount /dev/sdb1, mount /media/usb0, /bin/mount /dev/sdb1, /bin/mount /media/usb0, mount /media/usb0/,
/bin/mount /media/usb0/
Does this meet the goal?
Correct Answer:
A
Which command is used to install a GRUB boot loader into the master boot record?
Correct Answer:
A
When is historical data of resource usage important? (Select THREE correct answers.)
Correct Answer:
ADE
The following command has just been run successfully: cd /opt; tar xvf /dev/nst0;
What will happen if the command sequence is run again?
Correct Answer:
D