This is not the document you are looking for? Use the search form below to find more!

Report home > Computer / Internet

Testpassport.com Linux LX0 101 questions download

0.00 (0 votes)
Document Description
With testpassport, you can cleared your Linux+ LX0-101 certificate exam without the help of any other stuff.
File Details
Submitter
Embed Code:

Add New Comment




Related Documents

testpassport.com Linux LX0 102 questions download

by: testpassport, 8 pages

testpassport.com Linux LX0-102 study material guarantees that you will pass your exam on the first attempt, regardless of when you take the Exam.

LX0-101 exam,CompTIA Linux LX0-101 braindumps training materials - exam1pass

by: exam1passibm, 4 pages

LX0-101 exam,CompTIA Linux LX0-101 braindumps training materials - exam1pass

Free Download Linux LX0-101 Exam Pdf Demo

by: cisco4pass, 4 pages

LX0-101 exam Real LX0-101 answers CompTIA Linux LX0-101 braindumps training materials. LX0-101 study guides with LX0-101 torrents. - Exam1pass

Linux LX0-101 braindumps training materials - exam1pass

by: exam1passzy, 4 pages

LX0-101 exam,CompTIA Linux LX0-101 braindumps training materials - exam1pass

Latest Testpassport cisco 642-359 exam questions download

by: testpassport, 7 pages

he real value of cisco certification test is available in testpassport, you can download it here for free ,need more visit http://www.testpassport.com/StorageNetworking/642-359.asp

CompTIA LX0-101 practice questions

by: oskar, 8 pages

Still looking for CompTIA certification LX0-101 exam practice questions? Just come to Exampdf to get the newest and latest CompTIA certification LX0-101 exam questions and answers. We has updated the ...

Testpassport 132 s 100 exam questions download

by: Testpassport, 4 pages

latest dumps in testpassport ,100% help you pass your 132-s-100 test at first time.

LX0-102 exam,CompTIA Linux LX0-102 braindumps training materials - exam1pass

by: exam1passibm, 4 pages

LX0-102 exam,CompTIA Linux LX0-102 braindumps training materials - exam1pass

Killtest HP0-M39 Test Questions Download

by: hopeyangmei, 6 pages

Killtest HP0-M39 Test Questions Download

Killtest CISCO 642-374 Exam Questions Download

by: hopeyangmei, 5 pages

Killtest CISCO 642-374 Exam Questions Download

Content Preview
es
T tpassportQ&A


The safer , easier way to help you pass any IT exams.
Exam : LX0-101
Title
:
C
o
mpTIA Linux+ [Powered
by LPI] Exam 1
Version : Demo
1 / 7

The safer , easier way to help you pass any IT exams.
1.You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to yourfstab.
Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?
A. mount /dev/cdrom /mnt/cdrom
B. mount/dev/cdrom
C. mount -t cdrom /dev/cdrom /mnt/cdrom
D. mount /mnt/cdrom
E. automount /mnt/hdd /mnt/cdrom
Answer: D
2.With Xorg 7.0, what is the name of the default font server?
A. xfserv
B. xfs
C. fonts
D. xfstt
E. fserv
Answer: B
3.Which command (without options) would you use to display how much space is available on all
mounted partitions?
Answer: /BIN/DF
4.What command with all options and/or parameter will send the signal USR1 to any executing process of
program apache2?
Answer: KILLALL-SUSR1APACHE2
5.The command echo $! will produce what output?
A. the process id of last background command
B. the exit status of the last command
C. the exit status of the last background command
D. the process id of the current shell
E. the name of the command being executed
Answer: A
6.You are using quota on your system. How can you see disk quota details?
A. repquota
B. quotA. I
C. quota
D. quotacheck
E. quotA. list
Answer: A
7.What is the difference between thE.remove and thE.purge action with the dpkg command?
A. -remove removes the program, -purge also removes the config files
B. -remove only removes the program, -purge only removes the config files
2 / 7


The safer , easier way to help you pass any IT exams.
C. -remove removes a package, -purge also removes all packages dependent on it
D. -remove removes only the package file itself, -purge removes all files related to the package
Answer: A
8.What application can be used in place of xhost? Please enter only the name without path. Answer:
Answer: XAUTH
9.You have read/write permission on an ordinary file foo. You have just run In foo bar. What would
happen if you ran rm foo?
A. foo and bar would both be removed.
B. foo would be removed while bar would remain accessible.
C. foo would be removed, bar would still exist but would be unusable.
D. Both foo and bar would remain accessible.
E. You would be asked whether bar should be removed.
Answer: B
10.Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt, to
Linux standard LF characters and store it as newlist.txt?
A. tr '\r\n' " < userlist.txt > newlist.txt
B. tr -c '\n\r' " < newlist.txt > userlist.txt
C. tr -d \r ¯ < userli st.t xt > ne w
li st.t xt
D. tr \r ¯ \n ¯ userli st.t xt ne w
li st.t xt
E. tr -s ®^ M
' ¡ ®^J' userl ist. txt n ew
l ist. tx
Answer: C
11.You wish to kill a process with a PID of 123. Select the command which exiting.
A. kill-1 123
B. kill-9 123
C. kill-15 123
D. kill-17 123
Answer: C
12.Using vi, you want to save changes to the file myfile with :w!, but vi complains it cannot write to the file.
Therefore, you want to check the write permissions on the file. To do this without leaving vi, you type:
A. :!ls-I myfile
B. :\ls-l myfile
C. esc :Is -I myfile
D. :?ls-l myfile
Answer: A
13.Which of these commands allows you to use shared libraries that are in /usr/local/lib?
A. export LD_PRELOAD=/usr/local/lib
B. export LD_LIBRARY_PATH=/usr/local/lib
C. Idconfig /usr/local/lib
3 / 7

The safer , easier way to help you pass any IT exams.
D. Idd/usr/local/lib
Answer: B
14.You are looking for an executable file foo. Select the command that would search forfoo within
directories set in the shell variable, PATH.
A. locate
B. which
C. find
D. query
E. whereis
Answer: B
15.What does the Filesystem Hierarchy Standard enable? (Select TWO answers)
A. software to predict the location of installed files and directories
B. software to predict the ownership and access rights to files and directories
C. users to predict the location of installed files and directories
D. users to predict how the filesystem should be formatted according to need
Answer: A, C
16.Which program finds only files that are in your PATH?
Answer: /USR/BINyWHICH
17.To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy),
which option need to be added to the corresponding line in /etc/fstab?
A. nouidchk
B. alluser
C. user
D. auto
Answer: C
18.Given the following output:
prompt> myapp
[1]+ Stopped myapp
prompt>
Which of the following commands will resume executing the stopped process while allowing the user to
continue to type commands at the command prompt?
A. bg myapp
B. continue myapp
C. exec myapp
D. fg myapp
E. myapp &
Answer: A
19.In xorg.conf, which section is concerned with fonts?
4 / 7

The safer , easier way to help you pass any IT exams.
A. the Fonts section
B. the Files section
C. the xfsCodes section
D. the Graphics section
E. the modeline section
Answer: B
20.What command will print a list of usernames (first column) and their corresponding user id (uid, third
column) from /etc/passwd?
A. cut -d: -f 1,3 /etc/passwd
B. chop -c 1,3 /etc/passwd
C. tac 1-3/etc/passwd
D. fmt -u /etc/passwd
Answer: A
21.You have run out of disk space on a partition. Which of the following would be an easy way to move
data to a new partition without reconfiguring the path to the data in existing applications?
A. Run ext2fs ACL.
B. Use a hard link.
C. Use a symbolic link.
D. Use the loopback device.
E. Create a block device offset.
Answer: C
22.You ran out of space and added a eighth disk to your SCSI-1 system. When you try to start, the
system no longer boots. What is most likely the cause of this problem?
A. SCSI-1 supports only 8 devices including the adaptor.
B. SCSI-1 supports only 6 disks per adaptor.
C. There is a SCSI-ID conflict that causes that problem.
D. You forgot to set the SCSI-ID #8 for the new disk.
Answer: A
23.Which of the following commands makes /bin/foo executable by everyone but writable only by its
owner?
A. chmod 557 /bin/foo
B. chmod o+rwx.a+rx/bin/foo
C. chown 557 /bin/foo
D. chmod 755/bin/foo
Answer: D
24.You are running Linux 2.0.36 and you need to add a USB mouse to your system. Which of the
following statements is true?
A. You need to rebuild the kernel.
B. You need to upgrade the kernel
5 / 7

The safer , easier way to help you pass any IT exams.
C. You need to load the USB modules for your existing modular kernel.
D. USB support is not available in Linux.
Answer: B
25.Which system administration command you can use to update Id.so.cache after the installation of new
shared libraries?
A. Idconfig
B. Idd
C. libpath
D. newlibs
Answer: A
26.What is the output when the following shell script executes?
cat&lt;&lt;foobar
Hello foobar
foobar
A. The contents of the file foobar.
B. Hello
C. No output but a file named foobar is created.
D. Hello foobar
E. Hello foobar foobar
Answer: D
27.Which Debian package system command will list all partially installed packages and suggest how to
get them correctly installed?
A. dpkg-G
B. apt-get-u
C. dpkg-Dh
D. dpkg-l
E. apt-get-y
Answer: A
28.What information is displayed by the command cat/proc/dma?
A. whether DMA is enabled
B. which DMA channels are in use
C. which DMA mode is in use
D. general information about DMA on the machine
Answer: A
29.USB fax/modems that conform to this subclass of the Communication Device Class (CDC) vendor
neutral standard are Linux compatible (answer is a 3 letter acronym).
Answer: ACM(ABSTRACTCONTROLMODEL)
6 / 7

The safer , easier way to help you pass any IT exams.
30.Many people like the vi text editor but the default bash command line editor recognizes emacs
keystrokes. What command entered into a bash initialization file will have bash recognize vi keystrokes
after login?
A. history-pvi
B. alias emacs=vi
C. HISTCMD=vi
D. set -o vi
E. unset emacs
Answer: D
7 / 7

Download
Testpassport.com Linux LX0 101 questions download

 

 

Your download will begin in a moment.
If it doesn't, click here to try again.

Share Testpassport.com Linux LX0 101 questions download to:

Insert your wordpress URL:

example:

http://myblog.wordpress.com/
or
http://myblog.com/

Share Testpassport.com Linux LX0 101 questions download as:

From:

To:

Share Testpassport.com Linux LX0 101 questions download.

Enter two words as shown below. If you cannot read the words, click the refresh icon.

loading

Share Testpassport.com Linux LX0 101 questions download as:

Copy html code above and paste to your web page.

loading