A+ Exams, Comptia Network Test Cost
QUESTION NO: 1
Which of the following must be included in the syslogd configuration file, so that ONLY kernel related messages with the priority crit are reported?
A. kern.=crit
B. kern.krit
C. kern.-crit
D. kern.*=crit
E. kern.crit
Answer: E
Explanation: man syslogd
QUESTION NO: 278
You have configured a workstation to boot in runlevel 4, but you now find that the X server will not start correctly and the machine will not allow local access. What would be the most effective command to run at the LILO prompt to regain local access to the machine, when the last known working kernel image was linux?
Answer: LINUX3
QUESTION NO: 2
One of the IDE hard drives in a server is transferring data very slowly. What command must be run to enable DMA on it?
A. hdparm -d 1 /dev/hda
B. hdparm -dma /dev/hda
C. hdparm -d /dev/hda1
D. hdparm -d /dev/hda
E. hdparm -dma /dev/hda1
Answer: A
Explanation:
hdparm provides a command line interface to various hard disk ioctls supported by the stock Linux ATA/IDE device driver subsystem. Some options may work correctly only with the latest kernels.
-d Disable/enable the "using_dma" flag for this drive. This option now works with most combinations of drives and PCI interfaces which support DMA and which are known to the IDE driver. It is also a good idea to use the appropriate-X option in combination with-dl to ensure that the drive itself is programmed for the correct DMA mode, although most BIOSs should do this for you at boottime. Using DMA nearly always gives the best performance, with fast I/O throughput and low CPU usage. Butthere are at least a few configurations of chipsets and drives for which DMA does not make much of a difference, or may even slow things down (on really messed up hardware!). Your mileage may vary.
QUESTION NO: 3
The administrator notices that a 10GB ext2 file-system used only for data storage has approximately 540MB reserved for root. Which command can be used to change the file-system parameters to make all of the partition available to users, WITHOUT losing data? Please enter only the command without path, options or parameters.
Answer: TUNE2FS
Explanation: When we creates the ext2/ext3 filesystem always 5% of total space reserved to
super user (root). If you want to modify during filesystem creating time use _ option. After you can use the tune2fs to change the value by -m option. A+ Exams
QUESTION NO: 4
What command can be used to check the Samba configuration file?
A. smbtestparm
B. testparm
C. testsmbconfig
D. smbtestcfg
E. testconfig
Answer: B
Explanation: man smb.conf






