Verified 101-500 dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump from VCE4Dumps
Pass LPIC Level1 101-500 Exam With 246 Questions
Introduction to LPIC-1 Linux Administrator , 101-500 exam
The LPIC 101-500 exam, is one of qualifying exam to attain accreditation of LPIC 1 Linux Administrator , however, to bag the accreditation aspirants have to pass both 101-500 & 102-500 . Aspirants must have knowledge about :
- Installation and maintenance of Linux workstation, including X11 and setup it up as a network client;
- Handle files and access permissions as well as system security; and
- Work at the Linux command line, including common GNU and Unix commands;
- Perform easy maintenance tasks: help users, add users to a larger system, backup and restore, shutdown and reboot.
- Architecture of a Linux system;
Lpi 101-500 Exam is an ideal certification exam for IT professionals who are seeking to enhance their skills and knowledge of Linux operating system administration. 101-500 exam is also ideal for those who are seeking to switch their career to Linux administration. LPIC-1 Exam 101, Part 1 of 2, version 5.0 certification is recognized globally and is vendor-neutral. 101-500 exam is designed to validate the skills and knowledge of candidates in the areas of Linux operating system administration.
Lpi 101-500 exam is designed for individuals who have experience working with Linux systems and are seeking to enhance their skills and knowledge in Linux administration. 101-500 exam is suitable for system administrators, network administrators, and other IT professionals who are responsible for managing Linux systems in their organizations. 101-500 exam is also suitable for students and individuals who are interested in pursuing a career in Linux administration.
NEW QUESTION # 60
Which of the following commands will print the last 10 lines of a text file to the standard output?
- A. head -n 10 filename
- B. tail -n 10 filename
- C. cat -n 10 filename
- D. dump -n 10 filename
Answer: B
NEW QUESTION # 61
What is true regarding UEFI firmware? (Choose two.)
- A. It can read and interpret partition tables
- B. It stores its entire configuration on the /boot/ partition
- C. It is stored in a special area within the GPT metadata
- D. It is loaded from a fixed boot disk position
- E. It can use and read certain file systems
Answer: C,E
NEW QUESTION # 62
What is true regarding the command
ls > files
if files does not exist?
- A. An error message is shown and ls is not executed
- B. Any output of ls is discarded
- C. files is created and contains the output of ls
- D. The output of ls is printed to the terminal
- E. The command files is executed and receives the output of ls
Answer: C
NEW QUESTION # 63
The USB device filesystem can be found under /proc/______/usb/. (Please fill in the blank with the single word only)
Answer:
Explanation:
bus
NEW QUESTION # 64
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
- A. /sbin/init
- B. /proc/sys/kernel/init
- C. /boot/init
- D. /lib/init.so
- E. /etc/rc.d/rcinit
Answer: A
NEW QUESTION # 65
Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?
- A. dd if=/dev/zero of=/dev/sda bs=512 count=1
- B. dd if=/dev/zero of=/dev/sda bs=440 count=1
- C. dd if=/dev/zero of=/dev/sda bs=440
- D. dd if=/dev/zero of=/dev/sda bs=512
Answer: B
NEW QUESTION # 66
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
fmt -f 1,4 /etc/passwd
- A. sort -t : -k 1,4 /etc/passwd
- B. paste -f 1,4 /etc/passwd
- C. cut -d : -f 1,4 /etc/passwd
- D. split -c 1,4 /etc/passwd
- E.
Answer: A
NEW QUESTION # 67
When redirecting the output of findto the xargscommand, what option to findis useful if the filenames contain spaces?
-rep-space
- A. -ignore-space
- B.
- C. -print0
- D. -printnul
- E. -nospace
Answer: B
NEW QUESTION # 68
Which of the following commands loads a kernel module along with any required dependency modules?
- A. loadmod
- B. depmod
- C. insmod
- D. modprobe
- E. module_install
Answer: D
Explanation:
Explanation/Reference:
NEW QUESTION # 69
Which of the following commands installs all packages with a name ending with the string foo?
- A. zypper force "foo*"
- B. zypper get "*foo"
- C. zypper add ".*foo"
- D. zypper update "foo?"
- E. zypper install "*foo"
Answer: E
NEW QUESTION # 70
When redirecting the output of find to the xargs command, what option to find is useful if the filenames contain spaces?
- A. -rep-space
- B. -ignore-space
- C. -print0
- D. -printnul
- E. -nospace
Answer: C
NEW QUESTION # 71
Which of the following are filesystems which can be used on Linux root partitions? (Choose two.)
- A. swap
- B. ext3
- C. NTFS
- D. VFAT
- E. XFS
Answer: A,B
NEW QUESTION # 72
Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)
- A. ext2
- B. ext3
- C. procfs
- D. JFS
- E. XFS
Answer: A,B
NEW QUESTION # 73
Which of the following commands can be used to determine how long the system has been running? (Choose two.) uptime
- A. time --up
- B. up
- C.
- D. uname -u
- E. top
Answer: B,C
NEW QUESTION # 74
Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?
- A. type
- B. magic
- C. file
- D. pmagic
- E. hash
Answer: C
NEW QUESTION # 75
Which of the following commands will produce the following output?
- A. jobs
- B. netstat
- C. ps
- D. proclist
Answer: C
NEW QUESTION # 76
Which character, added to the end of a command, runs that command in the background as a child process of the current shell?
- A. &
- B. +
- C. !
- D. #
- E. %
Answer: A
NEW QUESTION # 77
Which of the following command sets the Bash variable named TEST with the content FOO?
- A. TEST = "FOO"
- B. var TEST="FOO"
- C. set TEST="FOO"
- D. TEST="FOO"
Answer: D
NEW QUESTION # 78
You want to preview where the package file, apache-xml.i386.rpm, will install its files before installing it.
What command do you issue?
- A. rpm -qv apache-xml.i386.rpm
- B. rpm -ql apache-xml.i386.rpm
- C. rpm -qpl apache-xml.i386.rpm
- D. rpm -qp apache-xml.i386.rpm
Answer: C
NEW QUESTION # 79
Which chown command changes the ownership to dave and the group to staffon a file named data.txt?
- A. chown dave/staff data.txt
- B. chown dave+staff data.txt
- C. chown --user dave --group staff data.txt
- D. chown dave:staff data.txt
- E. chown -u dave -g staff data.txt
Answer: D
NEW QUESTION # 80
Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
killall -s _______ daemon
Answer:
Explanation:
HUP, SIGHUP, 1
NEW QUESTION # 81
What is the output of the following command?
echo "Hello World" | tr -d aieou
- A. Hll Wrld
- B. Hello World
- C. eoo Hll Wrld
- D. eoo
Answer: A
NEW QUESTION # 82
Which of the following environment variables overrides or extends the list of directories holding shared libraries?
- A. LD_LOAD_PATH
- B. LD_LIBRARY_PATH
- C. LD_RUN_PATH
- D. LD_LIB_PATH
- E. LD_SHARE_PATH
Answer: B
NEW QUESTION # 83
Consider the following output from the command ls -i:
How would a new file named c.txt be created with the same inode number as a.txt (Inode 525385)?
- A. ln -f c.txt a.txt
- B. ln c.txt a.txt
- C. ln a.txt c.txt
- D. ln -i 525385 c.txt
- E. ln -h a.txt c.txt
Answer: C
NEW QUESTION # 84
The system configuration file named _______ is commonly used to set the default runlevel.
(Please provide the file name with full path information)
Answer:
Explanation:
/etc/inittab
NEW QUESTION # 85
......
Ultimate Guide to Prepare Free 101-500 Exam Questions and Answer: https://drive.google.com/open?id=1pc1UmTslLu0_ozfGT4Fdw63PAh9HpvEi
Pass 101-500 Tests Engine pdf - All Free Dumps: https://www.vce4dumps.com/101-500-valid-torrent.html