Linux/Datei/Typ: Unterschied zwischen den Versionen
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 30: | Zeile 30: | ||
=== Datei-Typ anzeigen === | === Datei-Typ anzeigen === | ||
'''Dateityp''' (erstes Zeichen) | '''Dateityp''' (erstes Zeichen) | ||
<syntaxhighlight lang="bash" highlight="1" line> | |||
ls -l / | |||
lrwxrwxrwx 1 root root 7 3. Jan 2020 bin -> usr/bin | |||
drwxr-xr-x 4 root root 4,0K 25. Okt 12:49 boot | |||
-rw------- 1 root root 22M 19. Mär 2022 core | |||
drwxr-xr-x 22 root root 4,2K 25. Okt 07:49 dev | |||
drwxr-xr-x 214 root root 16K 25. Okt 19:07 etc | |||
drwxr-xr-x 7 root root 4,0K 11. Okt 11:08 home | |||
drwxr-xr-x | lrwxrwxrwx 1 root root 28 24. Okt 10:18 initrd.img -> boot/initrd.img-6.11.4-amd64 | ||
lrwxrwxrwx 1 root root 28 24. Okt 10:18 initrd.img.old -> boot/initrd.img-6.11.2-amd64 | |||
lrwxrwxrwx 1 root root 7 3. Jan 2020 lib -> usr/lib | |||
lrwxrwxrwx 1 root root 9 3. Jan 2020 lib64 -> usr/lib64 | |||
drwx------ 2 root root 16K 3. Jan 2020 lost+found | |||
drwxr-xr-x 8 root root 4,0K 24. Aug 2022 media | |||
drwxr-xr-x 2 root root 4,0K 16. Nov 2019 mnt | |||
drwxr-xr-x 11 root root 4,0K 6. Okt 17:27 opt | |||
dr-xr-xr-x 508 root root 0 25. Okt 07:49 proc | |||
drwxr-xr-x 40 root root 4,0K 26. Okt 02:20 root | |||
drwxr-xr-x 45 root root 1,3K 26. Okt 02:20 run | |||
lrwxrwxrwx 1 root root 8 3. Jan 2020 sbin -> usr/sbin | |||
drwxr-xr-x 2 root root 4,0K 30. Mär 2021 snap | |||
drwxr-xr-x 3 root root 4,0K 3. Jan 2020 srv | |||
dr-xr-xr-x 13 root root 0 26. Okt 02:18 sys | |||
drwxrwxrwt 25 root root 68K 26. Okt 02:20 tmp | |||
drwxr-xr-x 12 root root 4,0K 4. Sep 2023 usr | |||
drwxr-xr-x 15 root root 4,0K 30. Sep 2023 var | |||
lrwxrwxrwx 1 root root 25 24. Okt 10:18 vmlinuz -> boot/vmlinuz-6.11.4-amd64 | |||
lrwxrwxrwx 1 root root 25 24. Okt 10:18 vmlinuz.old -> boot/vmlinuz-6.11.2-amd64 | |||
-rw-r--r-- 1 root root 918 4. Mär 2022 webmin-setup.out | |||
</syntaxhighlight> | |||
== Normale Dateien == | == Normale Dateien == |
Aktuelle Version vom 26. Oktober 2024, 01:24 Uhr
Datei-Typ - Funktion einer Datei im Dateisystem
Beschreibung
- | Normale Datei |
d | Verzeichnis |
c | Character (Zeichen)- Gerätedatei |
b | Block – Gerätedatei |
l | Softlink |
p | Pipe |
s | Socket |
Anwendung
Datei-Typ anzeigen
Dateityp (erstes Zeichen)
ls -l /
lrwxrwxrwx 1 root root 7 3. Jan 2020 bin -> usr/bin
drwxr-xr-x 4 root root 4,0K 25. Okt 12:49 boot
-rw------- 1 root root 22M 19. Mär 2022 core
drwxr-xr-x 22 root root 4,2K 25. Okt 07:49 dev
drwxr-xr-x 214 root root 16K 25. Okt 19:07 etc
drwxr-xr-x 7 root root 4,0K 11. Okt 11:08 home
lrwxrwxrwx 1 root root 28 24. Okt 10:18 initrd.img -> boot/initrd.img-6.11.4-amd64
lrwxrwxrwx 1 root root 28 24. Okt 10:18 initrd.img.old -> boot/initrd.img-6.11.2-amd64
lrwxrwxrwx 1 root root 7 3. Jan 2020 lib -> usr/lib
lrwxrwxrwx 1 root root 9 3. Jan 2020 lib64 -> usr/lib64
drwx------ 2 root root 16K 3. Jan 2020 lost+found
drwxr-xr-x 8 root root 4,0K 24. Aug 2022 media
drwxr-xr-x 2 root root 4,0K 16. Nov 2019 mnt
drwxr-xr-x 11 root root 4,0K 6. Okt 17:27 opt
dr-xr-xr-x 508 root root 0 25. Okt 07:49 proc
drwxr-xr-x 40 root root 4,0K 26. Okt 02:20 root
drwxr-xr-x 45 root root 1,3K 26. Okt 02:20 run
lrwxrwxrwx 1 root root 8 3. Jan 2020 sbin -> usr/sbin
drwxr-xr-x 2 root root 4,0K 30. Mär 2021 snap
drwxr-xr-x 3 root root 4,0K 3. Jan 2020 srv
dr-xr-xr-x 13 root root 0 26. Okt 02:18 sys
drwxrwxrwt 25 root root 68K 26. Okt 02:20 tmp
drwxr-xr-x 12 root root 4,0K 4. Sep 2023 usr
drwxr-xr-x 15 root root 4,0K 30. Sep 2023 var
lrwxrwxrwx 1 root root 25 24. Okt 10:18 vmlinuz -> boot/vmlinuz-6.11.4-amd64
lrwxrwxrwx 1 root root 25 24. Okt 10:18 vmlinuz.old -> boot/vmlinuz-6.11.2-amd64
-rw-r--r-- 1 root root 918 4. Mär 2022 webmin-setup.out
Normale Dateien
- Normale Dateien (normal files)
- Dateien im üblichen Sinn: Text- oder Binärdateien
- Das System unterstützt keine Dateistruktur
- Dateien sind Bytefolgen (Strukturierung nur durch das Programm)
Gerätedateien
Anhang
Siehe auch
- file - Dateityp anzeigen
- stat - Inode anzeigen
- touch - Zeitstempel ändern
- Linux/Datei/Zeit
- Dateieigenschaften