Ls: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
Zeile 2: | Zeile 2: | ||
=Übersicht= | =Übersicht= | ||
ls [OPTION]… [DATEI]… | ls [OPTION]… [DATEI]… | ||
=Optionen= | =Optionen= | ||
*-'''A''' oder --almost-all listet auch versteckte Dateien auf | *-'''A''' oder --almost-all listet auch versteckte Dateien auf | ||
*'''-a''' oder --all listet auch versteckte Dateien und Verzeichniseinträge wie . und .. auf | *'''-a''' oder --all listet auch versteckte Dateien und Verzeichniseinträge wie . und .. auf | ||
Zeile 19: | Zeile 17: | ||
=Beispiel= | =Beispiel= | ||
==ls -l== | |||
insgesamt 100 | insgesamt 100 | ||
drwxr-xr-x 2 user user 4096 Mär 15 13:42 backup | drwxr-xr-x 2 user user 4096 Mär 15 13:42 backup | ||
Zeile 38: | Zeile 34: | ||
drwxr-xr-x 2 user user 4096 Feb 13 14:24 Vorlagen | drwxr-xr-x 2 user user 4096 Feb 13 14:24 Vorlagen | ||
-rw-r--r-- 1 user user 19451 Feb 27 12:21 vorla_projektstatusbericht_drucker-1.odt | -rw-r--r-- 1 user user 19451 Feb 27 12:21 vorla_projektstatusbericht_drucker-1.odt | ||
==ls -a== | |||
. .bash_history-07097.tmp .bash_history-11740.tmp .bash_history-22853.tmp | . .bash_history-07097.tmp .bash_history-11740.tmp .bash_history-22853.tmp | ||
.. .bash_history-07098.tmp .bash_history-11752.tmp .bash_history-22862.tmp | .. .bash_history-07098.tmp .bash_history-11752.tmp .bash_history-22862.tmp | ||
Zeile 54: | Zeile 48: | ||
.bash_history-03112.tmp .bash_history-07141.tmp .bash_history-11837.tmp .bash_history-22942.tmp | .bash_history-03112.tmp .bash_history-07141.tmp .bash_history-11837.tmp .bash_history-22942.tmp | ||
''und so weiter'' | ''und so weiter'' | ||
==ls -l== | |||
1701841 backup 1700626 Downloads 1700628 Öffentlich 1700632 Videos | 1701841 backup 1700626 Downloads 1700628 Öffentlich 1700632 Videos | ||
1700631 Bilder 1701771 email 1700654 print.pdf 1700627 Vorlagen | 1700631 Bilder 1701771 email 1700654 print.pdf 1700627 Vorlagen | ||
1706514 bin 1701905 Keepassxc 1700624 Schreibtisch 1701915 vorla_projektstatusbericht_drucker-1.odt | 1706514 bin 1701905 Keepassxc 1700624 Schreibtisch 1701915 vorla_projektstatusbericht_drucker-1.odt | ||
1700629 Dokumente 1700630 Musik 1700614 team | 1700629 Dokumente 1700630 Musik 1700614 team | ||
==ls -hils (oder ls -h -i -l -s)'''== | |||
insgesamt 32K | insgesamt 32K | ||
11141201 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Bilder | 11141201 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Bilder | ||
Zeile 75: | Zeile 64: | ||
11141197 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Vorlagen | 11141197 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Vorlagen | ||
[[Category:Linux:Dateisystem]] | |||
[[Category:Linux | |||
Version vom 3. Juli 2020, 13:33 Uhr
ls (list) zeigt Verzeichnisses an
Übersicht
ls [OPTION]… [DATEI]…
Optionen
- -A oder --almost-all listet auch versteckte Dateien auf
- -a oder --all listet auch versteckte Dateien und Verzeichniseinträge wie . und .. auf
- -l Datei-Informationen in Langform ausgeben
- -c Datum der letzten Änderung
- -C Namen nebeneinander ausgeben (Standard)
- -d oder --directory Verzeichnisse und keine Inhalte anzeigen
- -h oder --human-readable gibt in Kombination mit -l die Größe in einem für Menschen besser lesbaren Format aus
- -i Inode-Nummer vor Name ausgeben
- -m Namen in einer Zeile ausgeben
- -R oder --recursive Auch in Unterverzeichnisse absteigen
Beispiel
ls -l
insgesamt 100 drwxr-xr-x 2 user user 4096 Mär 15 13:42 backup drwxr-xr-x 2 user user 4096 Feb 13 14:24 Bilder drwxr-xr-x 3 user user 4096 Feb 20 13:53 bin drwxr-xr-x 3 user user 4096 Mär 22 14:37 Dokumente drwxr-xr-x 2 user user 4096 Mär 19 12:12 Downloads -rw-r--r-- 1 user user 62 Apr 4 09:53 email drwxr-xr-x 2 user user 4096 Apr 3 09:01 Keepassxc drwxr-xr-x 2 user user 4096 Feb 13 14:24 Musik drwxr-xr-x 2 user user 4096 Feb 13 14:24 Öffentlich -rw-r--r-- 1 user user 27349 Feb 14 11:05 print.pdf drwxr-xr-x 2 user user 4096 Feb 28 09:57 Schreibtisch drwxr-xr-x 2 user user 4096 Feb 28 12:28 team drwxr-xr-x 2 user user 4096 Feb 13 14:24 Videos drwxr-xr-x 2 user user 4096 Feb 13 14:24 Vorlagen -rw-r--r-- 1 user user 19451 Feb 27 12:21 vorla_projektstatusbericht_drucker-1.odt
ls -a
. .bash_history-07097.tmp .bash_history-11740.tmp .bash_history-22853.tmp .. .bash_history-07098.tmp .bash_history-11752.tmp .bash_history-22862.tmp backup .bash_history-07110.tmp .bash_history-11754.tmp .bash_history-22871.tmp .bash_history .bash_history-07112.tmp .bash_history-11761.tmp .bash_history-22873.tmp .bash_history-02822.tmp .bash_history-07113.tmp .bash_history-11765.tmp .bash_history-22876.tmp .bash_history-02987.tmp .bash_history-07115.tmp .bash_history-11766.tmp .bash_history-22899.tmp .bash_history-03008.tmp .bash_history-07122.tmp .bash_history-11781.tmp .bash_history-22932.tmp .bash_history-03017.tmp .bash_history-07123.tmp .bash_history-11799.tmp .bash_history-22934.tmp .bash_history-03021.tmp .bash_history-07124.tmp .bash_history-11807.tmp .bash_history-22936.tmp .bash_history-03068.tmp .bash_history-07125.tmp .bash_history-11812.tmp .bash_history-22938.tmp .bash_history-03081.tmp .bash_history-07136.tmp .bash_history-11826.tmp .bash_history-22941.tmp .bash_history-03112.tmp .bash_history-07141.tmp .bash_history-11837.tmp .bash_history-22942.tmp und so weiter
ls -l
1701841 backup 1700626 Downloads 1700628 Öffentlich 1700632 Videos 1700631 Bilder 1701771 email 1700654 print.pdf 1700627 Vorlagen 1706514 bin 1701905 Keepassxc 1700624 Schreibtisch 1701915 vorla_projektstatusbericht_drucker-1.odt 1700629 Dokumente 1700630 Musik 1700614 team
ls -hils (oder ls -h -i -l -s)
insgesamt 32K 11141201 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Bilder 11141199 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Dokumente 11141196 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 30 10:00 Downloads 11141200 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Musik 11141198 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Öffentlich 11141195 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 29 11:53 Schreibtisch 11141202 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Videos 11141197 4,0K drwxr-xr-x 2 wissam wissam 4,0K Okt 25 11:42 Vorlagen