Simulado 06 - LPIC1 101 - EN-Version
Simulado 06 - LPIC1 101 - EN-Version
Simulado 06 - LPIC1 101 - EN-Version
Question 1: Correct
From a Bash shell, which of the following commands directly executes the instruction from the file /us
r/local/bin/runme.sh without starting a subshell? (Please select TWO answers.)
R - . /usr/local/runmer.sh
R - source /usr/local/bin/runme.sh
Question 2: Correct
Regarding the command:
nice -5 /usr/bin/prog
Which of the following statements is correct?
R - ./usr/bin/prog is executed with a nice level of 5
Question 3: Correct
Which of the following commands can be used to determine how long the system has been running? (
Choose TWO correct answers.)
R - uptime
R - top
Question 4: Correct
Which of the following commands can be used to locate programs and their corresponding man
pages and configuration files?
R - whereis
Question 5: Correct
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init
?
R - /sbin/init
Question 6: Correct
In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issu
ed multiple times or applied to multiple rows?
R - By specifying the number rigth in of a command such as 4l or 2yj
Question 7: Correct
Which of the following commands moves and resumes in the background the last stopped shell job?
R - bg
Question 8: Correct
Which of the following commands shows the definition of a given shell command?
R - type
Question 9: Correct
Which of the following file permissions belong to a symbolic link?
R - lwrxwrxwrx