LPI 101: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 23: | Zeile 23: | ||
E. 0029 | E. 0029 | ||
| − | 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? | + | * 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 | A. tune2fs -d 200 /dev/sda1 | ||
| Zeile 35: | Zeile 35: | ||
E. tune2fs --days 200 /dev/sda1 | E. tune2fs --days 200 /dev/sda1 | ||
| − | Which is the default percentage of reserved space for the root user on new ext4 filesystems? | + | * Which is the default percentage of reserved space for the root user on new ext4 filesystems? |
A. 10% | A. 10% | ||
Version vom 10. Juli 2023, 10:12 Uhr
- Was für ein Dateisystem erstell mkfs, wenn man nur den Namen eines Block Devices angibt ohne Parameter?
A. XFS
B. VFAT
C. ext2
D. ext3
E. ext4
- Welcher umask-Wert erzeugt neue Verzeichnisse mit Lese-, Schreib- und Ausführrechte für den Eigentümer, Lese- und Ausführrechte für die Gruppe und keine Berechtigungen für alle anderen?
A. 0750
B. 0027
C. 0036
D. 7640
E. 0029
- 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 -i 200 /dev/sda1
C. tune2fs -c 200 /dev/sda1
D. tune2fs -n 200 /dev/sda1
E. tune2fs --days 200 /dev/sda1
- Which is the default percentage of reserved space for the root user on new ext4 filesystems?
A. 10%
B. 3%
C. 15%
D. 0%
E. 5%