Information of MCSE Certification   by Besthowy Modfgyiiy

in Advertising    (submitted 2012-01-31)

LX0?\101 E. mount -l root.img /mnt/floppy Answer: C Explanation: To mount the image file, there is one option loop should use as mounting option. Some Mounting Options are: ro, rw, user, nouser, auto, noauto, suid, nosuid, loop etc all there options should give with -o option. QUESTION NO: 363 If the current directory is /root and the kernel source is located in /usr/src/linux, which of the following commands should be used to apply the patch /tmp/foopatch? A. cd /usr/src/linux; cat /tmp/foopatch | patch B. cd /usr/src/linux; cat /tmp/foopatch | patch -p0 C. cd /usr/src/linux; patch -p1 > /tmp/foopatch D. cd /usr/src/linux; patch -p1 < /tmp/foopatch E. cat /tmp/foopatch | patch -p0 Answer: D Explanation: patch takes a patch file patchfile containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions. Normally the patched versions are put in place of the originals. Answer D is correct because first changes the directory and running patch command by taking input from the /tmp/foopatch. QUESTION NO: 364 What does the following script do?

LX0?\101 #!/bin/bash find / -perm +4000 | mail -s "Daily find output" root A. Emails a report of all suid files to root. B. Emails a report of all important files to root. C. Emails a report of all writeable files to root. D. Emails a report of all guid files to root. E. Corrects permissions on files and emails the results to root. Answer: A NEW QUESTIONS QUESTION NO: 1 Which of the following is the process ID number of the init program? A. -1 B. 0 C. 1 D. It is different with each reboot. E. It is set to the current run level. Answer: C QUESTION NO: 2 All of the following commands will update the Modify timestamp on the file /tmp/myfile.txt EXCEPT: A. file /tmp/myfile.txt B. echo "Hello" >/tmp/myfile.txt C. sed -ie "s/1/2/" /tmp/myfile.txt D. echo -n "Hello" >/tmp/myfile.txt E. touch /tmp/myfile.txt

LX0?\101 Answer: A QUESTION NO: 3 In the vi editor, which of the following commands will delete the current line at the cursor and the 16 lines following it (17 lines total)? A. 17d B. 17dd C. 17x D. d17d E. 16d Answer: B QUESTION NO: 4 In compliance with the FHS, in which of the following places are man pages typically found? A. /usr/share/man B. /opt/man C. /usr/doc/ D. /var/pkg/man E. /usr/local/man Answer: A QUESTION NO: 5 CORRECT TEXT In which directory must definition files be placed to add additional repositories to yum? Answer: /ETC/YUM.REPOS.D,/ETC/YUM.REPOS.D/,YUM.REPOS.D,YUM.REPOS.D/ QUESTION NO: 6 Which of the following commands will allow an administrator to adjust the number of mounts after which an existing filesystem will be checked by e2fsck? A. debugfs B. dumpe2fs C. mode2fs D. tune2fs E. mke2fs Answer: D

LX0?\101 QUESTION NO: 7 Which of the following directories contains additional information about installed packages? A. /usr/share/documentation B. /usr/local/share/documentation C. /usr/local/doc D. /usr/share/doc E. /usr/packages/doc Answer: D QUESTION NO: 8 Which of the following Linux filesystems pre-allocates a fixed number of inodes at filesystems make/creation time, and does NOT generate them as needed? A. ext3 B. jfs C. reiserfs D. xfs Answer: A QUESTION NO: 9 CORRECT TEXT An administrator has sent their current vi process with a PID of 1423 to the background on the command line. Assuming no other processes are in the background, what single command with no options or parameters will bring the vi process to the foreground? Answer: %1,FG QUESTION NO: 10 An administrator is having some trouble with a disk partition and needs to do maintenance on this partition. The administrator's users home directories are on it and several are logged in. Which of the following commands would disconnect the users and allow the administrator to safely execute maintenance tasks? A. telinit 1 B. shutdown -r now C. killall -9 inetd D. /bin/netstop --maint E. /etc/rc.d/init.d/network stop Answer: A

About the Author

Microsoft MCSE
MCSE 2008
MCITP Enterprise Administrator
MCSE Certifications

Use and distribution of this article is subject to our Publisher Guidelines
whereby the original author's information and copyright must be included.