Ch22 Maintaining Integrity Exam
-
By default, the
df
command displays filesystem use in:- 1-T block size
- 1-G block size
- 1-M block size
- 1-K block size
-
Inodes are used to store a file’s:
- Metadata
- Name
- Contents
- Location
-
The _____ command will display how much space a directory is using.
dir
du
df
init
-
The _____ command will display how much space a filesystem has free?
free
du
init
df
-
The number of inodes in a filesystem is:
- Determined by the filesystem type
- Always the same for every filesystem
- Determined when the filesystem is created
- Something that can be changed at a later date
-
What determines how many files can be stored in a filesystem?
- The number of data blocks
- The number of bytes
- The Superblock size
- The number of inodes
-
Which of the following commands will display information about the Superblock?
superblk -a
df
tune2fs
init 0
-
Which of the following commands will shut down the system?
init 0
init 5
init 2
init 1
init 7
-
Which options to the
tune2fs
command will change how often a full filesystem check is performed? (choose two)- -w
- -i
- -c
- -g
-
Which option to the
df
command shows how many inodes are free in a filesystem?- -i
- -f
- -inode
- -free
-
Which option to the
df
command shows human-readable sizes?- -s
- -d
- -h
- -i
-
Which option to the
du
command shows a summary of the space used in a directory structure?- -s
- -all
- -h
- -x
-
Which option to the
du
command will allow you to specify a subdirectory to not include in the results?- -x
- –noinclude
- –exclude
- -e
-
Which option to the
tune2fs
command will allow you to create a journal for an ext2 filesystem?- -j
- -J
- -i
- -l
-
Which option to the
tune2fs
command will change default mount options?- -m
- -M
- -O
- -o
-
Which option to the
tune2fs
command will change the space reserved for system use?- -M
- -m
- -r
- R
-
Which option to the
tune2fs
command will display filesystem information?- -l
- -L
- -s
- -S
Subscribe
0 Comments
Newest