LX Exam code: LX Exam name: CompTIA Linux+ [Powered by LPI] Exam 1

Size: px
Start display at page:

Download "LX Exam code: LX Exam name: CompTIA Linux+ [Powered by LPI] Exam 1"

Transcription

1 LX0-103 Number: LX0-103 Passing Score: 800 Time Limit: 120 min File Version: Exam code: LX0-103 Exam name: CompTIA Linux+ [Powered by LPI] Exam 1 Sections 1. System Architecture 2. Linux Installation and Package Management 3. GNU and Unix Commands 4. Devices, Linux Filesystems, Filesystem Hierachy Standard

2 Exam A QUESTION 1 Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination? A. /etc/keys B. /proc/keys C. /etc/inittab D. /proc/inittab E. /etc/reboot Correct Answer: C Section: System Architecture /Reference: QUESTION 2 During a system boot cycle, what program is executed after the BIOS completes its tasks? A. The bootloader B. The inetd program C. The init program D. The kernel Correct Answer: A Section: System Architecture /Reference:

3 QUESTION 3 Which of the following are init systems used within Linux systems? (Choose THREE correct answers.) A. startd B. systemd C. Upstart D. SysInit E. SysV init Correct Answer: BCE Section: System Architecture /Reference: QUESTION 4 What information can the lspci command display about the system hardware? (Choose THREE correct answers.) A. Device IRQ settings B. PCI bus speed C. System battery type D. Device vendor identification E. Ethernet MAC address Correct Answer: ABD Section: System Architecture

4 /Reference: QUESTION 5 Which of the following commands brings a system running SysV init into a state in which it is safe to perform maintenance tasks? (Choose TWO correct answers.) A. shutdown -R 1 now B. shutdown -single now C. init 1 D. telinit 1 E. runlevel 1 Correct Answer: CD Section: System Architecture /Reference: QUESTION 6 What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init? A. /lib/init.so B. /sbin/init C. /etc/rc.d/rcinit D. /proc/sys/kernel/init E. /boot/init Correct Answer: B Section: System Architecture

5 /Reference: QUESTION 7 Which of the following commands will write a message to the terminals of all logged in users? A. bcast B. mesg C. print D. wall E. yell Correct Answer: D Section: System Architecture /Reference: QUESTION 8 Which of the following kernel parameters instructs the kernel to suppress most boot messages? A. silent B. verbose=0 C. nomesg D. quiet Correct Answer: D Section: System Architecture

6 /Reference: QUESTION 9 Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target? A. systemd.target=rescue.target B. systemd.runlevel=rescue.target C. systemd.service=rescue.target D. systemd.default=rescue.target E. systemd.unit=rescue.target Correct Answer: E Section: System Architecture /Reference: QUESTION 10 After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect? A. kill -HUP $(pidof grub) B. grub-install C. grub D. No action is required Correct Answer: D Section: Linux Installation and Package Management /Reference: QUESTION 11 Which of the following commands is used to update the list of available packages when using dpkg based package management? A. apt-get update

7 B. apt-get upgrade C. apt-cache update D. apt-get refresh E. apt-cache upgrade Correct Answer: A Section: Linux Installation and Package Management /Reference: QUESTION 12 Which of the following commands lists the dependencies of a given dpkg package? A. apt-cache depends-on package B. apt-cache dependencies package C. apt-cache depends package D. apt-cache requires package Correct Answer: C Section: Linux Installation and Package Management /Reference: QUESTION 13 Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user? A. hidemenu

8 B. splash C. timeout D. showmenu Correct Answer: C Section: Linux Installation and Package Management /Reference: QUESTION 14 What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.) A. To create RAID 9 arrays. B. To dynamically change the size of logical volumes. C. To encrypt logical volumes. D. To create snapshots. E. To dynamically create or delete logical volumes. Correct Answer: BDE Section: Linux Installation and Package Management /Reference: QUESTION 15 Which of the following commands updates the linker cache of shared libraries? A. mkcache B. soconfig C. mkldconfig D. lddconfig E. ldconfig Correct Answer: E Section: Linux Installation and Package Management

9 /Reference: QUESTION 16 Which of the following commands lists all currently installed packages when using RPM package management? A. yum --query --all B. yum --list --installed C. rpm --query --all D. rpm --list installed Correct Answer: C Section: Linux Installation and Package Management /Reference: QUESTION 17 Which of the following commands can be used to download the RPM package kernel without installing it? A. yum download --no-install kernel B. yumdownloader kernel C. rpm --download --package kernel D. rpmdownload kernel Correct Answer: B Section: Linux Installation and Package Management /Reference: QUESTION 18 When using rpm --verify to check files created during the installation of RPM packages, which of the following information is taken into consideration? (Choose THREE correct answers.)

10 A. Timestamps B. MD5 checksums C. Inodes D. File sizes E. GnuPG signatures Correct Answer: ABD Section: Linux Installation and Package Management /Reference: QUESTION 19 Which of the following is correct when talking about mount points? A. Every existing directory can be used as a mount point. B. Only empty directories can be used as a mount point. C. Directories need to have the SetUID flag set to be used as a mount point. D. Files within a directory are deleted when the directory is used as a mount point. Correct Answer: A Section: Linux Installation and Package Management /Reference: QUESTION 20 Which function key is used to start Safe Mode in Windows NT?

11 A. F10 B. F8 C. F6 D. Windows NT does not support Safe Mode Correct Answer: D Section: Linux Installation and Package Management /Reference: QUESTION 21 Which of the following environment variables overrides or extends the list of directories holding shared libraries? A. LD_LOAD_PATH B. LD_LIB_PATH C. LD_LIBRARY_PATH D. LD_SHARE_PATH E. LD_RUN_PATH Correct Answer: C Section: Linux Installation and Package Management /Reference: QUESTION 22 Which RPM command will output the name of the package which supplied the file /etc/exports? A. rpm -F /etc/exports B. rpm -qf /etc/exports

12 C. rpm -Kl /etc/exports D. rpm -qp /etc/exports E. rpm -qi /etc/exports Correct Answer: B Section: Linux Installation and Package Management /Reference: QUESTION 23 When removing a package, which of the following dpkg options will completely remove the files including configuration files? A. --clean B. --delete C. --purge D. remove Correct Answer: C Section: Linux Installation and Package Management /Reference: QUESTION 24 Which file should be edited to select the network locations from which Debian installation package files are loaded? A. /etc/dpkg/dpkg.cfg B. /etc/apt/apt.conf

13 C. /etc/apt/apt.conf.d D. /etc/apt/sources.list E. /etc/dpkg/dselect.cfg Correct Answer: D Section: Linux Installation and Package Management /Reference: QUESTION 25 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 B. dd if=/dev/zero of=/dev/sda bs=512 count=1 C. dd if=/dev/zero of=/dev/sda bs=440 count=1 D. dd if=/dev/zero of=/dev/sda bs=440 Correct Answer: C Section: Linux Installation and Package Management /Reference: QUESTION 26 Which of the following commands can be used to create a USB storage media from a disk image? A. gdisk B. dd

14 C. cc D. fdisk E. mount Correct Answer: B /Reference: QUESTION 27 In Bash, inserting 1>&2 after a command redirects A. standard error to standard input. B. standard input to standard error. C. standard output to standard error. D. standard error to standard output. E. standard output to standard input. Correct Answer: C /Reference: QUESTION 28 What command will generate a list of user names from /etc/passwd along with their login shell? A. column -s : 1,7 /etc/passwd B. chop -c 1,7 /etc/passwd C. colrm 1,7 /etc/passwd D. cut -d: -f1,7 /etc/passwd Correct Answer: D

15 /Reference: QUESTION 29 In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories? A. -dirmax B. -maxdepth C. -maxlevels D. -n E. -s Correct Answer: B /Reference: QUESTION 30 Which of the following statements is correct regarding the command foo 1> bar? A. The stdout from the command foo is appended to the file bar. B. The stdout from the command foo overwrites the file bar. C. The command foo receives its stdin from the file bar. D. The command foo receives its stdin from the stdout of the command bar. E. The stderr from the command foo is saved to the file bar. Correct Answer: B /Reference: QUESTION 31 Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?

16 A. kill -PIPE 123 B. kill -KILL 123 C. kill -STOP 123 D. kill -TERM 123 Correct Answer: D /Reference: QUESTION 32 What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process? A. 9 B. 19 C. 49 D. 99 Correct Answer: B /Reference: QUESTION 33 Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line? A. i (lowercase) B. P (uppercase) C. p (lowercase) D. U (uppercase) E. u (lowercase) Correct Answer: C

17 /Reference: QUESTION 34 A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove that directory? A. rmdir '~/\dir' B. rmdir "~/\dir" C. rmdir ~/'dir' D. rmdir ~/\dir E. rmdir ~/\\dir Correct Answer: E /Reference: QUESTION 35 In compliance with the FHS, in which of the directories are man pages found? A. /usr/share/man B. /opt/man C. /usr/doc/ D. /var/pkg/man E. /var/man

18 Correct Answer: A /Reference: QUESTION 36 Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log? A. cat < myapp cat > file1.log B. myapp 0>&1 cat > file1.log C. myapp cat > file1.log D. myapp tee file1.log E. tee myapp file1.log Correct Answer: D /Reference: QUESTION 37 What is the purpose of the Bash built-in export command? A. It allows disks to be mounted remotely. B. It runs a command as a process in a subshell. C. It makes the command history available to subshells. D. It sets up environment variables for applications. E. It shares NFS partitions for use by other systems on the network. Correct Answer: D /Reference:

19 QUESTION 38 What is the output of the following command? echo "Hello World" tr -d aieou A. Hello World B. eoo C. Hll Wrld D. eoo Hll Wrld Correct Answer: C /Reference: QUESTION 39 Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached? A. << B. < C.!< D. &< Correct Answer: A /Reference: QUESTION 40 Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt? A. file /tmp/myfile.txt B. echo "Hello" >/tmp/myfile.txt C. sed -ie "s/1/2/" /tmp/myfile.txt

20 D. echo -n "Hello" >>/tmp/myfile.txt E. touch /tmp/myfile.txt Correct Answer: A /Reference: QUESTION 41 What is the default nice level when a process is started using the nice command? A. -10 B. 10 C. 20 D. 0 Correct Answer: B /Reference: QUESTION 42 What is the default action of the split command on an input file? A. It will break the file into new files of 1,024 byte pieces each. B. It will break the file into new files of 1,000 line pieces each. C. It will break the file into new files of 1,024 kilobyte pieces each.

21 D. It will break the file into new files that are no more than 5% of the size of the original file. Correct Answer: B /Reference: QUESTION 43 What is the difference between the i and a commands of the vi editor? A. i (interactive) requires the user to explicitly switch between vi modes whereas a (automatic) switches modes automatically. B. i (insert) inserts text before the current cursor position whereas a (append) inserts text after the cursor. C. i (independent rows) starts every new line at the first character whereas a (aligned rows) keeps the indentation of the previous line. D. i (interrupt) temporarily suspends editing of a file to the background whereas a (abort) terminates editing. Correct Answer: B /Reference: QUESTION 44 Which of the following commands moves and resumes in the background the last stopped shell job? A. run B. bg C. fg D. back Correct Answer: B /Reference:

22 QUESTION 45 What is the effect of the egrep command when the -v option is used? A. It enables color to highlight matching parts. B. It only outputs non-matching lines. C. It shows the command's version information. D. It changes the output order showing the last matching line first. Correct Answer: B /Reference: QUESTION 46 What does the? symbol within regular expressions represent? A. Match the preceding qualifier one or more times. B. Match the preceding qualifier zero or more times. C. Match the preceding qualifier zero or one times. D. Match a literal? character. Correct Answer: C /Reference: QUESTION 47 In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows? A. By using the command :repeat followed by the number and the command. B. By specifying the number right in front of a command such as 4l or 2yj. C. By selecting all affected lines using the shift and cursor keys before applying the command. D. By issuing a command such as :set repetition=4 which repeats every subsequent command 4 times.

23 Correct Answer: B /Reference: QUESTION 48 Which of the following files, located in the user home directory, is used to store the Bash history? A..bash_history B..bash_histfile C..history D..bashrc_history E..history_bash Correct Answer: A /Reference: QUESTION 49 Which of the following commands displays the contents of a gzip compressed tar archive? A. gzip archive.tgz tar xvf - B. tar ztf archive.tgz C. gzip -d archive.tgz tar tvf - D. tar cf archive.tgz Correct Answer: B /Reference: QUESTION 50

24 Which grep command will print only the lines that do not end with a / in the file foo? A. grep '/$' foo B. grep '/#' foo C. grep -v '/$' foo D. grep -v '/#' foo Correct Answer: C /Reference: QUESTION 51 Which of the following commands is used to change options and positional parameters for a running Bash? A. history B. set C. bashconf D. setsh E. envsetup Correct Answer: B /Reference: QUESTION 52 Which of the following commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter? A. sed '/bob/bob' letter > newletter B. sed s/bob/bob/ letter < newletter C. sed 's/bob/bob' letter > newletter D. sed 's/bob/bob/g' letter > newletter E. sed 's/bob, Bob/' letter > newletter

25 Correct Answer: D /Reference: QUESTION 53 From a Bash shell, which of the following commands directly executes the instruction from the file /usr/local/bin/runme.sh without starting a subshell? (Please select TWO answers.) A. source /usr/local/bin/runme.sh B.. /usr/local/bin/runme.sh C. /bin/bash /usr/local/bin/runme.sh D. /usr/local/bin/runme.sh E. run /usr/local/bin/runme.sh Correct Answer: AB /Reference: QUESTION 54 Regarding the command: nice -5 /usr/bin/prog Which of the following statements is correct? A. /usr/bin/prog is executed with a nice level of -5. B. /usr/bin/prog is executed with a nice level of 5. C. /usr/bin/prog is executed with a priority of -5. D. /usr/bin/prog is executed with a priority of 5. Correct Answer: B

26 /Reference: QUESTION 55 Which shell command is used to continue background execution of a suspended command? A. & B. bg C. cont D. exec E. :& Correct Answer: B /Reference: QUESTION 56 Which of the following shell redirections will write standard output and standard error output to a file named filename? A. 2>&1 >filename B. >filename 2>&1 C. 1>&2>filename D. >>filename E. 1&2>filename Correct Answer: B

27 /Reference: QUESTION 57 In the vi editor, which of the following commands will copy the current line into the vi buffer? A. c B. cc C. 1c D. yy E. 1y Correct Answer: D /Reference: QUESTION 58 Which of the following sequences in the vi editor saves the opened document and exits the editor? (Choose TWO correct answers.) A. esc ZZ B. ctrl :w! C. esc zz D. esc :wq! E. ctrl XX Correct Answer: AD /Reference: QUESTION 59 When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?

28 A. -10 B. 0 C. 10 D. 20 Correct Answer: C /Reference: QUESTION 60 Which of the following commands will reduce all consecutive spaces down to a single space? A. tr '\s' ' ' < a.txt > b.txt B. tr -c ' ' < a.txt > b.txt C. tr -d ' ' < a.txt > b.txt D. tr -r ' ' '\n' < a.txt > b.txt E. tr -s ' ' < a.txt > b.txt Correct Answer: E /Reference: QUESTION 61 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. #

29 Correct Answer: C /Reference: QUESTION 62 Which of the following commands will print the last 10 lines of a text file to the standard output? A. cat -n 10 filename B. dump -n 10 filename C. head -n 10 filename D. tail -n 10 filename Correct Answer: D /Reference: QUESTION 63 Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file? A. fmt -f 1,4 /etc/passwd B. split -c 1,4 /etc/passwd C. cut -d : -f 1,4 /etc/passwd D. paste -f 1,4 /etc/passwd Correct Answer: C /Reference: QUESTION 64 Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?

30 A. SIGTERM B. SIGINT C. SIGSTOP D. SIGKILL Correct Answer: B /Reference: QUESTION 65 What happens after issuing the command vi without any additional parameters? A. vi starts and loads the last file used and moves the cursor to the position where vi was when it last exited. B. vi starts and requires the user to explicitly either create a new or load an existing file. C. vi exits with an error message as it cannot be invoked without a file name to operate on. D. vi starts in command mode and opens a new empty file. E. vi starts and opens a new file which is filled with the content of the vi buffer if the buffer contains text. Correct Answer: D /Reference: QUESTION 66 Which of the following command sets the Bash variable named TEST with the content FOO? A. set TEST="FOO" B. TEST = "FOO" C. var TEST="FOO" D. TEST="FOO" Correct Answer: D

31 /Reference: QUESTION 67 Which variable defines the directories in which a Bash shell searches for executable commands? A. BASHEXEC B. BASHRC C. PATH D. EXECPATH E. PATHRC Correct Answer: C /Reference: QUESTION 68 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. magic B. type C. file D. pmagic E. hash

32 Correct Answer: C /Reference: QUESTION 69 Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.) A. find /tmp -uid root -print B. find -path /tmp -uid root C. find /tmp -user root -print D. find /tmp -user root E. find -path /tmp -user root print Correct Answer: CD /Reference: QUESTION 70 When running the command sed -e "s/a/b/" /tmp/file >/tmp/file While /tmp/file contains data, why is /tmp/file empty afterwards? A. The file order is incorrect. The destination file must be mentioned before the command to ensure redirection. B. The command sed did not match anything in that file therefore the output is empty. C. When the shell establishes the redirection it overwrites the target file before the redirected command starts and opens it for reading. D. Redirection for shell commands do not work using the > character. It only works using the character instead. Correct Answer: C

33 /Reference: QUESTION 71 When given the following command line. echo "foo bar" tee bar cat Which of the following output is created? A. cat B. foo bar C. tee bar D. bar E. foo Correct Answer: B /Reference: QUESTION 72 Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.) A. uptime B. up C. top D. uname -u E. time up Correct Answer: AC /Reference:

34 QUESTION 73 Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.) A. < B. <<< C. > D. >>> E. %> Correct Answer: ABC /Reference: Devices, Linux Filesystems, Filesystem Hierachy Standard Topic 4, QUESTION 74 After successfully creating a hard link called bar to the ordinary file foo, foo is deleted from the filesystem. Which of the following describes the resulting situation? 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. The user is prompted whether bar should be removed, too. Correct Answer: B /Reference:

35 QUESTION 75 After moving data to a new filesystem, how can the former path of the data be kept intact in order to avoid reconfiguration of existing applications? (Choose TWO correct answers.) A. By creating an ACL redirection from the old to the new path of the data. B. By creating a hard link from the old to the new path of the data. C. By creating a symbolic link from the old to the new path of the data. D. By running the command touch on the old path. E. By mounting the new filesystem on the original path of the data. Correct Answer: CE /Reference: QUESTION 76 Which of the following commands changes the ownership of file.txt to the user dan and the group staff? A. chown dan/staff file.txt B. chown dan:staff file.txt C. chown -u dan -g staff file.txt D. chown dan -g staff file.txt Correct Answer: B /Reference: QUESTION 77 Which of the following commands makes /bin/foo executable by everyone but writable only by its owner? A. chmod u=rwx,go=rx /bin/foo B. chmod o+rwx,a+rx /bin/foo C. chmod 577 /bin/foo

36 D. chmod 775 /bin/foo Correct Answer: A /Reference: QUESTION 78 Which of the following commands can be used to search for the executable file foo when it has been placed in a directory not included in $PATH? A. apropos B. which C. find D. query E. whereis Correct Answer: C /Reference: QUESTION 79 What does the command mount -a do? A. It ensures that all file systems listed with the option noauto in /etc/fstab are mounted. B. It shows all mounted file systems that have been automatically mounted. C. It opens an editor with root privileges and loads /etc/fstab for editing.

37 D. It ensures that all file systems listed with the option auto in /etc/fstab are mounted. E. It ensures that all file systems listed in /etc/fstab are mounted regardless of their options. Correct Answer: D /Reference: QUESTION 80 Which of the following settings for umask ensures that new files have the default permissions -rw-r-----? A B C D Correct Answer: D /Reference: QUESTION 81 Which of the following is the device file name for the second partition on the only SCSI drive? A. /dev/hda1 B. /dev/sda2 C. /dev/sd0a2 D. /dev/sd1p2 Correct Answer: B /Reference:

38 QUESTION 82 In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.) A. cat /proc/self/mounts B. free C. mount D. lsmounts E. cat /proc/filesystems Correct Answer: AC /Reference: QUESTION 83 Which of the following commands can be used to locate programs and their corresponding man pages and configuration files? A. dirname B. which C. basename D. query E. whereis Correct Answer: E /Reference: QUESTION 84 Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting? A. tune2fs -d 200 /dev/sda1 B. tune2fs -c 200 /dev/sda1

39 C. tune2fs -i 200 /dev/sda1 D. tune2fs -n 200 /dev/sda1 E. tune2fs --days 200 /dev/sda1 Correct Answer: C /Reference: QUESTION 85 Which type of filesystem is created by mkfs when it is executed with the block device name only and without any additional parameters? A. ext2 B. ext3 C. ext4 D. XFS E. VFAT Correct Answer: A /Reference: QUESTION 86 How many fields are in a syntactically correct line of /etc/fstab? A. 3 B. 4 C. 5 D. 6 E. 7 Correct Answer: D

40 /Reference: QUESTION 87 Which of the following file permissions belong to a symbolic link? A. -rwxrwxrwx B. +rwxrwxrwx C. lrwxrwxrwx D. srwxrwxrwx Correct Answer: C /Reference: QUESTION 88 Creating a hard link to an ordinary file returns an error. What could be the reason for this? A. The source file is hidden. B. The source file is read-only. C. The source file is a shell script. D. The source file is already a hard link. E. The source and the target are on different filesystems. Correct Answer: E /Reference: QUESTION 89 Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO correct answers.)

41 A. /sbin/mke2fs -j /dev/sdb1 B. /sbin/mkfs -t ext3 /dev/sdb1 C. /sbin/mkfs -c ext3 /dev/sdb1 D. /sbin/mke3fs -j /dev/sdb1 Correct Answer: AB /Reference: QUESTION 90 Which of the following commands will change the quota for a specific user? A. edquota B. repquota C. quota -e D. quota Correct Answer: A /Reference: QUESTION 91 Which utility would be used to change how often a filesystem check is performed on an ext2 filesystem without losing any data stored on that filesystem? A. mod2fs B. fsck C. tune2fs D. mke2fs E. fixe2fs Correct Answer: C

42 /Reference: QUESTION 92 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. ext3 B. JFS C. ext2 D. XFS E. procfs Correct Answer: AC /Reference: QUESTION 93 What is the purpose of the Filesystem Hierarchy Standard? A. It is a security model used to ensure files are organized according to their permissions and accessibility. B. It provides unified tools to create, maintain and manage multiple filesystems in a common way. C. It defines a common internal structure of inodes for all compliant filesystems. D. It is a distribution neutral description of locations of files and directories. Correct Answer: D /Reference: QUESTION 94 Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose TWO correct answers.)

43 A. FIND B. ID C. LABEL D. NAME E. UUID Correct Answer: CE /Reference: QUESTION 95 After running the command umount /mnt, the following error message is displayed: umount: /mnt: device is busy. What is a common reason for this message? A. The kernel has not finished flushing disk writes to the mounted device. B. A user has a file open in the /mnt directory. C. Another file system still contains a symlink to a file inside /mnt. D. The files in /mnt have been scanned and added to the locate database. E. The kernel thinks that a process is about to open a file in /mnt for reading. Correct Answer: B /Reference: QUESTION 96 What do the permissions -rwsr-xr-x mean for a binary file when it is executed as a command? A. The command is SetUID and it will be executed with the effective rights of the owner. B. The command will be executed with the effective rights of the group instead of the owner.

44 C. The execute flag is not set for the owner. Therefore the SetUID flag is ignored. D. The command will be executed with the effective rights of the owner and group. Correct Answer: C /Reference: QUESTION 97 Which of the following pieces of information of an existing file is changed when a hard link pointing to that file is created? A. File size B. Modify timestamp C. Link count D. Inode number E. Permissions Correct Answer: C /Reference: QUESTION 98 Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.) Correct Answer: Answer: cmdline, /proc/cmdline Section: System Architecture /Reference: QUESTION 99 Which command will display messages from the kernel that were output during the normal boot sequence? Correct Answer: Answer: dmesg, /bin/dmesg

45 Section: System Architecture /Reference: QUESTION 100 Which world-writable directory should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem? (Specify the full path to the directory.) Correct Answer: Answer: /tmp, tmp, /var/tmp, /tmp/, /var/tmp/ Section: Linux Installation and Package Management /Reference: QUESTION 101 In which directory must definition files be placed to add additional repositories to yum? Correct Answer: Answer: /etc/yum.repos.d, /etc/yum.repos.d/, yum.repos.d, yum.repos.d/ Section: Linux Installation and Package Management /Reference: QUESTION 102 What is the name of the main configuration file for GNU GRUB? (Specify the file name only without any path.) Correct Answer: Answer: menu.lst, grub.conf, grub.cfg Section: Linux Installation and Package Management /Reference: QUESTION 103 Which option to the yum command will update the entire system? (Specify ONLY the option name without any additional parameters.) Correct Answer: Answer: update, upgrade

46 Section: Linux Installation and Package Management /Reference:

LPI Number: Passing Score: 800 Time Limit: 120 min File Version: 4.0 LPI

LPI Number: Passing Score: 800 Time Limit: 120 min File Version: 4.0 LPI LPI 101-400 Number: 101-400 Passing Score: 800 Time Limit: 120 min File Version: 4.0 http://www.gratisexam.com/ LPI 101-400 LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Version 4.0

More information

Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)

Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.) LPI 101-400 Number: 101-400 Passing Score: 800 Time Limit: 120 min File Version: 4.0 LPI 101-400 LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Vers ion 4.0 Sections 1. System Architecture

More information

LX0-103.exam.68q. Number: LX0-103 Passing Score: 800 Time Limit: 120 min LX CompTIA Linux+ [Powered by LPI] Exam 1

LX0-103.exam.68q. Number: LX0-103 Passing Score: 800 Time Limit: 120 min LX CompTIA Linux+ [Powered by LPI] Exam 1 LX0-103.exam.68q Number: LX0-103 Passing Score: 800 Time Limit: 120 min LX0-103 CompTIA Linux+ [Powered by LPI] Exam 1 Sections 1. SysArchitec 2. InstallPack 3. GNUUnix 4. DevFileHier Exam A QUESTION 1

More information

LX0-103 LX CompTIA Linux+ [Powered by LPI] Exam 1

LX0-103 LX CompTIA Linux+ [Powered by LPI] Exam 1 LX0-103 Number: LX0-103 Passing Score: 800 Time Limit: 120 min File Version: 14.0 http://www.gratisexam.com/ LX0-103 CompTIA Linux+ [Powered by LPI] Exam 1 Sections 1. System Architecture 2. Linux Installation

More information

Number: Passing Score: 800 Time Limit: 120 min File Version:

Number: Passing Score: 800 Time Limit: 120 min File Version: 101-400 Number: 101-400 Passing Score: 800 Time Limit: 120 min File Version: 4.0 101-400 LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Sections 1. System Architecture 2. Linux Installation

More information

CompTIA LX CompTIA Linux+ [Powered by LPI] Exam 1. Version: 4.0

CompTIA LX CompTIA Linux+ [Powered by LPI] Exam 1. Version: 4.0 CompTIA LX0-103 CompTIA Linux+ [Powered by LPI] Exam 1 Version: 4.0 Topic 1, System Architecture QUESTION NO: 1 Which SysV init configuration file should be modified to disable the ctrl-alt-delete key

More information

Comptia LX0-101 Exam Questions & Answers

Comptia LX0-101 Exam Questions & Answers Comptia LX0-101 Exam Questions & Answers Number: LX0-101 Passing Score: 800 Time Limit: 120 min File Version: 32.4 http://www.gratisexam.com/ Comptia LX0-101 Exam Questions & Answers Exam Name: CompTIA

More information

LPI LPI Level Junior Level Linux Certification Part 1 of 2. Download Full Version :

LPI LPI Level Junior Level Linux Certification Part 1 of 2. Download Full Version : LPI 101-400 LPI Level 1 101 Junior Level Linux Certification Part 1 of 2 Download Full Version : http://killexams.com/pass4sure/exam-detail/101-400 Answer: B QUESTION: 102 How many fields are in a syntactically

More information

PASS4TEST IT 인증시험덤프전문사이트

PASS4TEST IT 인증시험덤프전문사이트 PASS4TEST IT 인증시험덤프전문사이트 http://www.pass4test.net 일년동안무료업데이트 Exam : 101-400 Title : LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Vendor : Lpi Version : DEMO Get Latest & Valid 101-400

More information

LPI Exam LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Version: 6.0 [ Total Questions: 120 ]

LPI Exam LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Version: 6.0 [ Total Questions: 120 ] s@lm@n LPI Exam 101-400 LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Version: 6.0 [ Total Questions: 120 ] LPI 101-400 : Practice Test Topic break down Topic No. of Questions Topic

More information

CompTIA Exam LX0-103 CompTIA Linux+ [Powered by LPI] Exam 1 Version: 6.0 [ Total Questions: 120 ]

CompTIA Exam LX0-103 CompTIA Linux+ [Powered by LPI] Exam 1 Version: 6.0 [ Total Questions: 120 ] s@lm@n CompTIA Exam LX0-103 CompTIA Linux+ [Powered by LPI] Exam 1 Version: 6.0 [ Total Questions: 120 ] CompTIA LX0-103 : Practice Test Topic break down Topic No. of Questions Topic 1: System Architecture

More information

LPIC-1 Exam 101, Part 1 of 2, version 4.0

LPIC-1 Exam 101, Part 1 of 2, version 4.0 101-400 - LPIC-1 Exam 101, Part 1 of 2, version 4.0 1. Which of the following statements is correct when talking about /proc/? A. All changes to files in /proc/ are stored in /etc/proc.d/ and restored

More information

LX0-103 Exam Questions Demo CompTIA. Exam Questions LX CompTIA Linux+ [Powered by LPI] 1

LX0-103 Exam Questions Demo   CompTIA. Exam Questions LX CompTIA Linux+ [Powered by LPI] 1 CompTIA Exam Questions LX0-103 CompTIA Linux+ [Powered by LPI] 1 Version:Demo 1.CORRECT TEXT Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file

More information

TestOut Linux Pro - English 4.0.x OBJECTIVE MAPPING: CompTIA Linux+ LX0-103

TestOut Linux Pro - English 4.0.x OBJECTIVE MAPPING: CompTIA Linux+ LX0-103 TestOut Linux Pro - English 4.0.x OBJECTIVE MAPPING: CompTIA Linux+ LX0-103 CompTIA Linux+ Powered by LPI LX0-103 Objectives The Linux+ Powered by LPI Exam: LX0-103 exam covers the following topics. #

More information

Exam Questions LX0-101

Exam Questions LX0-101 Exam Questions LX0-101 CompTIA Linux+ [Powered by LPI] Exam 1 https://www.2passeasy.com/dumps/lx0-101/ 1. An administrator is planning a partition scheme for a new Linux installation. Which of the following

More information

Vendor: LPI. Exam Code: Exam Name: LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2. Version: Demo

Vendor: LPI. Exam Code: Exam Name: LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2. Version: Demo Vendor: LPI Exam Code: 101-350 Exam Name: LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Version: Demo System Architecture QUESTION 1 What is the process ID number of the init program?

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 101-350 Title : LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Vendor : Lpi Version

More information

LPIC-1 System Administrator

LPIC-1 System Administrator LPIC-1 System Administrator The world s largest and most recognized Linux Certification LPIC-1 is the first certification in LPI s multi-level Linux professional certification program. The LPIC-1 will

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.   BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : LX0-101 Title : CompTIA Linux+ [Powered by LPI] Exam 1 Vendors : CompTIA Version : DEMO

More information

QUESTION NO: 1 An administrator is planning a partition scheme for a new Linux installation. Which of the following directories should the administrat

QUESTION NO: 1 An administrator is planning a partition scheme for a new Linux installation. Which of the following directories should the administrat Vendor: CompTIA Exam Code: LX0-101 Exam Name: CompTIA Linux+ [Powered by LPI] Exam 1 Version: Demo QUESTION NO: 1 An administrator is planning a partition scheme for a new Linux installation. Which of

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 117-101 Title : Lpi Level 1 Exam 101(with rpm) Vendors : Lpi Version : DEMO

More information

Comptia.Braindumps.LX0-101.v by.ADELINE.114q

Comptia.Braindumps.LX0-101.v by.ADELINE.114q Comptia.Braindumps.LX0-101.v2014-05-26.by.ADELINE.114q Number: LX0-101 Passing Score: 500 Time Limit: 120 min File Version: 22.5 http://www.gratisexam.com/ Exam Code: LX0-101 Exam Name: CompTIA Linux+

More information

client X11 Linux workstation

client X11 Linux workstation LPIC1 LPIC Linux: System Administrator LPIC 1 LPI command line LPIC-1 Linux LPIC-1 client X11 Linux workstation Unix GNU Linux Fundamentals Unix and its Design Principles FSF and GNU GPL - General Public

More information

Prerequisites: General computing knowledge and experience. No prior knowledge with Linux is required. Supported Distributions:

Prerequisites: General computing knowledge and experience. No prior knowledge with Linux is required. Supported Distributions: This course prepares students to take the 101 exam of the LPI level 1 certification. The Linux Professional Institute (LPI) is the go to certification body for vendor independent Linux certifications.

More information

Exam Linux-Praxis - 1 ( From )

Exam Linux-Praxis - 1 ( From  ) Exam Linux-Praxis - 1 ( From http://www.linux-praxis.de ) (1)Which of the following commands results in mailing the content of the current directory to Bob? A. mail Bob < ls B. ls > mail Bob C. ls mail

More information

Open Source Operating Systems: Introduction to Command Line Administration (SCQF level 8)

Open Source Operating Systems: Introduction to Command Line Administration (SCQF level 8) Higher National Unit Specification General information Unit code: HT6W 35 Superclass: CD Publication date: July 2017 Source: Scottish Qualifications Authority Version: 01 Unit purpose This unit is suitable

More information

ITBraindumps. Latest IT Braindumps study guide

ITBraindumps.  Latest IT Braindumps study guide ITBraindumps http://www.itbraindumps.com Latest IT Braindumps study guide Exam : LFCS Title : Linux Foundation Certified System Administrator Vendor : Linux Foundation Version : DEMO Get Latest & Valid

More information

Disks, Filesystems 1

Disks, Filesystems 1 Disks, Filesystems 1 sudo and PATH (environment) disks partitioning formatting file systems: mkfs command checking file system integrity: fsck command /etc/fstab mounting file systems: mount command unmounting

More information

UNIX Quick Reference

UNIX Quick Reference UNIX Quick Reference This card represents a brief summary of some of the more frequently used UNIX commands that all users should be at least somewhat familiar with. Some commands listed have much more

More information

MasterExam CD QUESTIONS Exam 101. Q1: Designing an implementation

MasterExam CD QUESTIONS Exam 101. Q1: Designing an implementation MasterExam CD QUESTIONS Exam 101 Q1: Designing an implementation 1. You are designing the implementation of a new Linux server in your company s network. This server will function as an internal web server

More information

LPI EXAM LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2. Buy Full Product.

LPI EXAM LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2. Buy Full Product. LPI EXAM - 101-350 LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Buy Full Product http://www.examskey.com/101-350.html Examskey LPI 101-350 exam demo product is here for you to test

More information

Useful Unix Commands Cheat Sheet

Useful Unix Commands Cheat Sheet Useful Unix Commands Cheat Sheet The Chinese University of Hong Kong SIGSC Training (Fall 2016) FILE AND DIRECTORY pwd Return path to current directory. ls List directories and files here. ls dir List

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

Disks, Filesystems Todd Kelley CST8177 Todd Kelley 1

Disks, Filesystems Todd Kelley CST8177 Todd Kelley 1 Disks, Filesystems Todd Kelley kelleyt@algonquincollege.com CST8177 Todd Kelley 1 sudo and PATH (environment) disks partitioning formatting file systems: mkfs command checking file system integrity: fsck

More information

Course 55187B Linux System Administration

Course 55187B Linux System Administration Course Outline Module 1: System Startup and Shutdown This module explains how to manage startup and shutdown processes in Linux. Understanding the Boot Sequence The Grand Unified Boot Loader GRUB Configuration

More information

Perl and R Scripting for Biologists

Perl and R Scripting for Biologists Perl and R Scripting for Biologists Lukas Mueller PLBR 4092 Course overview Linux basics (today) Linux advanced (Aure, next week) Why Linux? Free open source operating system based on UNIX specifications

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

LCP-001. RedHat Linux Certified Professional (LCP) Powered by LPI. LCP-001 RedHat

LCP-001. RedHat Linux Certified Professional (LCP) Powered by LPI.   LCP-001 RedHat RedHat Linux Certified Professional (LCP) Powered by LPI https://ensure2pass.com/-exam.html RedHat QUESTION: 1 You suspect that a new ethernet card might be conflicting with another device. Which file

More information

CST8207: GNU/Linux Operating Systems I Lab Ten Boot Process and GRUB. Boot Process and GRUB

CST8207: GNU/Linux Operating Systems I Lab Ten Boot Process and GRUB. Boot Process and GRUB Student Name: Lab Section: Boot Process and GRUB 1 Due Date - Upload to Blackboard by 8:30am Monday April 16, 2012 Submit the completed lab to Blackboard following the Rules for submitting Online Labs

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 050-710 Title

More information

GAQM Exam LCP-001 Linux Certified Professional (LCP) Powered by LPI Version: 5.0 [ Total Questions: 289 ]

GAQM Exam LCP-001 Linux Certified Professional (LCP) Powered by LPI Version: 5.0 [ Total Questions: 289 ] s@lm@n GAQM Exam LCP-001 Linux Certified Professional (LCP) Powered by LPI Version: 5.0 [ Total Questions: 289 ] Topic break down Topic No. of Questions Topic 1: Volume A 46 Topic 2: Volume B 50 Topic

More information

Linux Interview Questions and Answers

Linux Interview Questions and Answers Linux Interview Questions and Answers You need to see the last fifteen lines of the files dog, cat and horse. What command should you use? tail -15 dog cat horse The tail utility displays the end of a

More information

Linux Command Line Primer. By: Scott Marshall

Linux Command Line Primer. By: Scott Marshall Linux Command Line Primer By: Scott Marshall Draft: 10/21/2007 Table of Contents Topic Page(s) Preface 1 General Filesystem Background Information 2 General Filesystem Commands 2 Working with Files and

More information

Linux Reference Card - Command Summary

Linux Reference Card - Command Summary Linux Reference Card - Command Summary adduser adduser dsoneil This command will automatically add a new user to the system The Bash script can be found in /usr/sbin if it needs to be changes alias alias

More information

CompTIA Linux Course Overview. Prerequisites/Audience. Course Outline. Exam Code: XK0-002 Course Length: 5 Days

CompTIA Linux Course Overview. Prerequisites/Audience. Course Outline. Exam Code: XK0-002 Course Length: 5 Days CompTIA Linux+ 2009 Exam Code: XK0-002 Course Length: 5 Days Course Overview This instructor-led course will prepare students for the 2009 CompTIA Linux+ certification exam. It provides a comprehensive

More information

D. Delete the /var/lib/slocate/slocate.db file because it buffers all search results.

D. Delete the /var/lib/slocate/slocate.db file because it buffers all search results. Volume: 230 Questions Question No: 1 You located a file created in /home successfully by using the slocate command. You found that the slocate command could locate that file even after deletion. What could

More information

Disks, Filesystems, Booting Todd Kelley CST8177 Todd Kelley 1

Disks, Filesystems, Booting Todd Kelley CST8177 Todd Kelley 1 Disks, Filesystems, Booting Todd Kelley kelleyt@algonquincollege.com CST8177 Todd Kelley 1 sudo and PATH (environment) disks partitioning formatting file systems: mkfs command checking file system integrity:

More information

QUESTION BANK ON UNIX & SHELL PROGRAMMING-502 (CORE PAPER-2)

QUESTION BANK ON UNIX & SHELL PROGRAMMING-502 (CORE PAPER-2) BANK ON & SHELL PROGRAMMING-502 (CORE PAPER-2) TOPIC 1: VI-EDITOR MARKS YEAR 1. Explain set command of vi editor 2 2011oct 2. Explain the modes of vi editor. 7 2013mar/ 2013 oct 3. Explain vi editor 5

More information

*nix Crash Course. Presented by: Virginia Tech Linux / Unix Users Group VTLUUG

*nix Crash Course. Presented by: Virginia Tech Linux / Unix Users Group VTLUUG *nix Crash Course Presented by: Virginia Tech Linux / Unix Users Group VTLUUG Ubuntu LiveCD No information on your hard-drive will be modified. Gives you a working Linux system without having to install

More information

Files and Directories

Files and Directories CSCI 2132: Software Development Files and Directories Norbert Zeh Faculty of Computer Science Dalhousie University Winter 2019 Files and Directories Much of the operation of Unix and programs running on

More information

exam.30q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1 LPI

exam.30q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1 LPI 201-450.exam.30q Number: 201-450 Passing Score: 800 Time Limit: 120 min File Version: 1 LPI 201-450 LPIC-2 Exam 201, Part 1 of 2, version 4.5 Exam D QUESTION 1 Which of the following commands creates a

More information

Exam LFCS/Course 55187B Linux System Administration

Exam LFCS/Course 55187B Linux System Administration Exam LFCS/Course 55187B Linux System Administration About this course This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

File systems and Filesystem quota

File systems and Filesystem quota File systems and Filesystem quota 8.1 Unit objectives After completing this unit, you should be able to: Describe what a file is Describe what a file system is List possible file systems Describe i-nodes

More information

LPIC-l/CompTIA. Certification. Lmux+ ONE. ALL a IN. (Exams LPIC-1/LX0-101 & LXO-102) Robb H. Tracy EXAM GUIDE. Graw Hill

LPIC-l/CompTIA. Certification. Lmux+ ONE. ALL a IN. (Exams LPIC-1/LX0-101 & LXO-102) Robb H. Tracy EXAM GUIDE. Graw Hill ALL a IN ONE LPIC-l/CompTIA t Lmux+ TM Certification EXAM GUIDE (Exams LPIC-1/LX0-101 & LXO-102) Robb H. Tracy TECHNISCHE INFORMATIONSBiBLIOTHEK UNIVER! ivjc Graw Hill BIBUOTHEK VER New York Chicago San

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Introduction to UNIX Stephen Pauwels University of Antwerp October 2, 2015 Outline What is Unix? Getting started Streams Exercises UNIX Operating system Servers, desktops,

More information

Installation of the OS

Installation of the OS Lab 1 Installation of the OS 1.1 Objectives The goal of this first session is to install a Debian/Linux operating system from scratch on a Intel x86- based computer. The installation will be made on a

More information

Certified Linux Administrator 11 Exam.

Certified Linux Administrator 11 Exam. Novell 050-720 Certified Linux Administrator 11 Exam TYPE: DEMO http://www.examskey.com/050-720.html Examskey Novell 050-720 exam demo product is here for you to test the quality of the product. This Novell

More information

Introduction: What is Unix?

Introduction: What is Unix? Introduction Introduction: What is Unix? An operating system Developed at AT&T Bell Labs in the 1960 s Command Line Interpreter GUIs (Window systems) are now available Introduction: Unix vs. Linux Unix

More information

Chapter 6. Linux File System

Chapter 6. Linux File System Chapter 6 Linux File System 1 File System File System management how to store informations on storage devices The Hierarchical Structure Types of file Common File system Tasks 2 The Hierarchical Structure

More information

Course Outline. LPIC-1 Exam 1 - Linux Server Professional Certification V4.0 (Course & Labs)

Course Outline. LPIC-1 Exam 1 - Linux Server Professional Certification V4.0 (Course & Labs) Course Outline LPIC-1 Exam 1 - Linux Server Professional Certification V4.0 (Course & Labs) 17 Dec 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number

More information

Unix Introduction to UNIX

Unix Introduction to UNIX Unix Introduction to UNIX Get Started Introduction The UNIX operating system Set of programs that act as a link between the computer and the user. Developed in 1969 by a group of AT&T employees Various

More information

Chapter 1 - Introduction. September 8, 2016

Chapter 1 - Introduction. September 8, 2016 Chapter 1 - Introduction September 8, 2016 Introduction Overview of Linux/Unix Shells Commands: built-in, aliases, program invocations, alternation and iteration Finding more information: man, info Help

More information

Embedded System Design

Embedded System Design Embedded System Design Lecture 10 Jaeyong Chung Systems-on-Chips (SoC) Laboratory Incheon National University Environment Variables Environment variables are a set of dynamic named values that can affect

More information

Assume that username is cse. The user s home directory will be /home/cse. You may remember what the relative pathname for users home directory is: ~

Assume that username is cse. The user s home directory will be /home/cse. You may remember what the relative pathname for users home directory is: ~ Introduction to Open Source Software Development Spring semester, 2017 School of Computer Science and Engineering, Pusan National University Joon-Seok Kim LINUX: COMMANDS Review Lab #1 2 Create Directories

More information

bash startup files Linux/Unix files stty Todd Kelley CST8207 Todd Kelley 1

bash startup files Linux/Unix files stty Todd Kelley CST8207 Todd Kelley 1 bash startup files Linux/Unix files stty Todd Kelley kelleyt@algonquincollege.com CST8207 Todd Kelley 1 midterms (Feb 27 and April 10) bash startup files More Linux Files review stty 2 We customize our

More information

Unix Processes. What is a Process?

Unix Processes. What is a Process? Unix Processes Process -- program in execution shell spawns a process for each command and terminates it when the command completes Many processes all multiplexed to a single processor (or a small number

More information

List of Linux Commands in an IPm

List of Linux Commands in an IPm List of Linux Commands in an IPm Directory structure for Executables bin: ash cpio false ln mount rm tar zcat busybox date getopt login mv rmdir touch cat dd grep ls perl sed true chgrp df gunzip mkdir

More information

5/20/2007. Touring Essential Programs

5/20/2007. Touring Essential Programs Touring Essential Programs Employing fundamental utilities. Managing input and output. Using special characters in the command-line. Managing user environment. Surveying elements of a functioning system.

More information

Table of contents. Our goal. Notes. Notes. Notes. Summer June 29, Our goal is to see how we can use Unix as a tool for developing programs

Table of contents. Our goal. Notes. Notes. Notes. Summer June 29, Our goal is to see how we can use Unix as a tool for developing programs Summer 2010 Department of Computer Science and Engineering York University Toronto June 29, 2010 1 / 36 Table of contents 1 2 3 4 2 / 36 Our goal Our goal is to see how we can use Unix as a tool for developing

More information

Please choose the best answer. More than one answer might be true, but choose the one that is best.

Please choose the best answer. More than one answer might be true, but choose the one that is best. Introduction to Linux and Unix - endterm Please choose the best answer. More than one answer might be true, but choose the one that is best. SYSTEM STARTUP 1. A hard disk master boot record is located:

More information

Embedded Linux Systems. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island

Embedded Linux Systems. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island Embedded Linux Systems Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island Generic Embedded Systems Structure User Sensors ADC microcontroller

More information

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB This is Lab Worksheet 13 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make

More information

1Z Oracle Linux Fundamentals (Oracle Partner Network) Exam Summary Syllabus Questions

1Z Oracle Linux Fundamentals (Oracle Partner Network) Exam Summary Syllabus Questions 1Z0-409 Oracle Linux Fundamentals (Oracle Partner Network) Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-409 Exam on Oracle Linux Fundamentals (Oracle Partner Network)... 2 Oracle

More information

Linux Kung-Fu. James Droste UBNetDef Fall 2016

Linux Kung-Fu. James Droste UBNetDef Fall 2016 Linux Kung-Fu James Droste UBNetDef Fall 2016 $ init 1 GO TO https://apps.ubnetdef.org GO TO https://apps.ubnetdef.org GO TO https://apps.ubnetdef.org GO TO https://apps.ubnetdef.org GO TO https://apps.ubnetdef.org

More information

LPI Number: Passing Score: 800 Time Limit: 120 min File Version: 5. LPI Questions & Answers

LPI Number: Passing Score: 800 Time Limit: 120 min File Version: 5. LPI Questions & Answers LPI-010-150 Number: 010-150 Passing Score: 800 Time Limit: 120 min File Version: 5 http://www.gratisexam.com/ LPI 010-150 Questions & Answers Linux Essentials Certificate Exam, version 1.5 Version: 5.0

More information

Introduction to remote command line Linux. Research Computing Team University of Birmingham

Introduction to remote command line Linux. Research Computing Team University of Birmingham Introduction to remote command line Linux Research Computing Team University of Birmingham Linux/UNIX/BSD/OSX/what? v All different v UNIX is the oldest, mostly now commercial only in large environments

More information

unix intro Documentation

unix intro Documentation unix intro Documentation Release 1 Scott Wales February 21, 2013 CONTENTS 1 Logging On 2 1.1 Users & Groups............................................. 2 1.2 Getting Help...............................................

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Stephen Pauwels Computer Systems Academic Year 2018-2019 Overview of the Semester UNIX Introductie Regular Expressions Scripting Data Representation Integers, Fixed point,

More information

Unix as a Platform Exercises. Course Code: OS-01-UNXPLAT

Unix as a Platform Exercises. Course Code: OS-01-UNXPLAT Unix as a Platform Exercises Course Code: OS-01-UNXPLAT Working with Unix 1. Use the on-line manual page to determine the option for cat, which causes nonprintable characters to be displayed. Run the command

More information

The table below lists the domains measured by this examination and the extent to which they are represented in the examination.

The table below lists the domains measured by this examination and the extent to which they are represented in the examination. Introduction The Linux+ Certification is designed to measure the competencies of the Linux Professional with six to twelve months experience with the Linux operating system. This person provides basic

More information

The UNIX Shells. Computer Center, CS, NCTU. How shell works. Unix shells. Fetch command Analyze Execute

The UNIX Shells. Computer Center, CS, NCTU. How shell works. Unix shells. Fetch command Analyze Execute Shells The UNIX Shells How shell works Fetch command Analyze Execute Unix shells Shell Originator System Name Prompt Bourne Shell S. R. Bourne /bin/sh $ Csh Bill Joy /bin/csh % Tcsh Ken Greer /bin/tcsh

More information

Community Enterprise Operating System (CentOS 7) Courses

Community Enterprise Operating System (CentOS 7) Courses Community Enterprise Operating System (CentOS 7) Courses CentOS 7 Administration I Core Skills (5 days) Advanced Linux Shell Scripting Shell Scripting (bash,ksh93) and awk Programming (3 days) Advanced

More information

Mills HPC Tutorial Series. Linux Basics I

Mills HPC Tutorial Series. Linux Basics I Mills HPC Tutorial Series Linux Basics I Objectives Command Line Window Anatomy Command Structure Command Examples Help Files and Directories Permissions Wildcards and Home (~) Redirection and Pipe Create

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : RH-302 Title : Red Hat Certified Engineer on Redhat Enterprise Linux 5 (Labs) Vendors : RedHat Version

More information

Files (review) and Regular Expressions. Todd Kelley CST8207 Todd Kelley 1

Files (review) and Regular Expressions. Todd Kelley CST8207 Todd Kelley 1 Files (review) and Regular Expressions Todd Kelley kelleyt@algonquincollege.com CST8207 Todd Kelley 1 midterms (Feb 11 and April 1) Files and Permissions Regular Expressions 2 Sobel, Chapter 6 160_pathnames.html

More information

Linux Kung Fu. Stephen James UBNetDef, Spring 2017

Linux Kung Fu. Stephen James UBNetDef, Spring 2017 Linux Kung Fu Stephen James UBNetDef, Spring 2017 Introduction What is Linux? What is the difference between a client and a server? What is Linux? Linux generally refers to a group of Unix-like free and

More information

Introduction to the shell Part II

Introduction to the shell Part II Introduction to the shell Part II Graham Markall http://www.doc.ic.ac.uk/~grm08 grm08@doc.ic.ac.uk Civil Engineering Tech Talks 16 th November, 1pm Last week Covered applications and Windows compatibility

More information

Introduction. What is Linux? What is the difference between a client and a server?

Introduction. What is Linux? What is the difference between a client and a server? Linux Kung Fu Introduction What is Linux? What is the difference between a client and a server? What is Linux? Linux generally refers to a group of Unix-like free and open-source operating system distributions

More information

RH133. Red Hat Linux System Administration

RH133. Red Hat Linux System Administration RH133 Red Hat Linux System Administration Version 3.5 QUESTION NO: 1 RH133 John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. He is working as a root

More information

Basic Linux Command Line Interface Guide

Basic Linux Command Line Interface Guide This basic Linux Command-Line Interface (CLI) Guide provides a general explanation of commonly used Bash shell commands for the Barracuda NG Firewall. You can access the command-line interface by connecting

More information

Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p.

Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p. Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p. 2 Conventions Used in This Book p. 2 Introduction to UNIX p. 5 An Overview

More information

1.3 What does Ctrl-D, Ctrl-A, Ctrl-F and Ctrl-T do in terms of command line editing? (6)

1.3 What does Ctrl-D, Ctrl-A, Ctrl-F and Ctrl-T do in terms of command line editing? (6) Question 1 2 ICT2631 1.1 How do you switch between virtual consoles? (3) Hold down CTRL and ALT keys and press F1 through F7 to switch between consoles. 1.2 Give three reasons why you may opt to use a

More information

Hands-on Keyboard: Cyber Experiments for Strategists and Policy Makers

Hands-on Keyboard: Cyber Experiments for Strategists and Policy Makers Hands-on Keyboard: Cyber Experiments for Strategists and Policy Makers Review of the Linux File System and Linux Commands 1. Introduction Becoming adept at using the Linux OS requires gaining familiarity

More information

CSC UNIX System, Spring 2015

CSC UNIX System, Spring 2015 CSC 352 - UNIX System, Spring 2015 Study guide for the CSC352 midterm exam (20% of grade). Dr. Dale E. Parson, http://faculty.kutztown.edu/parson We will have a midterm on March 19 on material we have

More information

www highskills pt pt

www highskills pt pt Linux Basic Administration Objetivos Gerais Este curso é dirigido a todos os que pretendem tornar-se profissionais em Linux, e pretende dotar os participantes dos conhecimentos técnicos e experiência nas

More information

UNIX System Programming Lecture 3: BASH Programming

UNIX System Programming Lecture 3: BASH Programming UNIX System Programming Outline Filesystems Redirection Shell Programming Reference BLP: Chapter 2 BFAQ: Bash FAQ BMAN: Bash man page BPRI: Bash Programming Introduction BABS: Advanced Bash Scripting Guide

More information

Week Overview. Unix file system File types and file naming Basic file system commands: pwd,cd,ls,mkdir,rmdir,mv,cp,rm man pages

Week Overview. Unix file system File types and file naming Basic file system commands: pwd,cd,ls,mkdir,rmdir,mv,cp,rm man pages ULI101 Week 02 Week Overview Unix file system File types and file naming Basic file system commands: pwd,cd,ls,mkdir,rmdir,mv,cp,rm man pages Text editing Common file utilities: cat,more,less,touch,file,find

More information

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories Chapter Two Exploring the UNIX File System and File Security Lesson A Understanding Files and Directories 2 Objectives Discuss and explain the UNIX file system Define a UNIX file system partition Use the

More information

Module 8 Pipes, Redirection and REGEX

Module 8 Pipes, Redirection and REGEX Module 8 Pipes, Redirection and REGEX Exam Objective 3.2 Searching and Extracting Data from Files Objective Summary Piping and redirection Partial POSIX Command Line and Redirection Command Line Pipes

More information