LPI 101: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 10: Zeile 10:
  
 
E. ext4
 
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%

Version vom 10. Juli 2023, 10:11 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%