| Exam Code/Number: | 102-350Join the discussion |
| Exam Name: | LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2 |
| Certification: | Lpi |
| Question Number: | 121 |
| Publish Date: | May 23, 2026 |
|
Rating
100%
|
|
To test a shell script called myscript, the environment variable FOOBAR must be removed temporarily. How can this be done?
CORRECT TEXT
Which directory in /etc is used to keep a sample copy of files and directories for when a new user has a home directory created? (Please provide the full path)
Which of the following commands can be used to activate a specific network interface?
CORRECT TEXT
What word will complete an if statement in bash such as the following:
if [ -x "$file" ]; then
echo $file
(Please provide the missing word only)