Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
Linux Foundation
Exam 1: Linux Foundation Certified System Administrator
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Multiple Choice
What output will the command seq 10 produce?
Question 62
Multiple Choice
What is the purpose of the Filesystem Hierarchy Standard?
Question 63
Multiple Choice
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 choices.)
Question 64
Multiple Choice
What output will the following command sequence produce? echo '1 2 3 4 5 6' | while read a b c; do echo result: $c $b $a; done
Question 65
Multiple Choice
Which of the following pieces of information of an existing file is changed when a hard link pointing to that file is created?
Question 66
Multiple Choice
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?
Question 67
Multiple Choice
Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO correct choices.)
Question 68
Multiple Choice
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?
Question 69
Multiple Choice
Which of the following commands set the sticky bit for the directory /tmp? (Choose TWO correct choices.)
Question 70
Multiple Choice
What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command?
Question 71
Multiple Choice
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 choices.)
Question 72
Multiple Choice
After issuing: function myfunction { echo $1 $2 ; } in Bash, which output does: myfunction A B C Produce?
Question 73
Multiple Choice
What does the command mount -a do?
Question 74
Multiple Choice
Which of the following files, when existing, affect the behavior of the Bash shell? (Choose TWO correct choices.)
Question 75
Multiple Choice
What is the difference between the commands test -e path and test -f path?
Question 76
Multiple Choice
Which of the following commands will change the quota for a specific user?
Question 77
Multiple Choice
Creating a hard link to an ordinary file returns an error. What could be the reason for this?
Question 78
Multiple Choice
Which of the following commands puts the output of the command date into the shell variable mydate?
Question 79
Multiple Choice
When the command echo $ outputs 1, which of the following statements is true?
Question 80
Multiple Choice
How many fields are in a syntactically correct line of /etc/fstab?
showing 61 - 80 of 220
Prev
Next
Prev
1
...
3
4
5
...
7
8
9
10
11
Next
Related Quizzes
Previous slide
Next slide
Access For Free