Tux-linux programme: Unterschied zwischen den Versionen
Aus SpaceOnEarth
K (DokuwikiExportByHoxel) |
Axel (Diskussion | Beiträge) K (1 Version importiert) |
(kein Unterschied)
| |
Aktuelle Version vom 4. April 2022, 15:35 Uhr
I_UfE_Pc_linux_programme
Allgemein
bash> pwd ##zeigt an wo man gerade ist
Soundsystem
Dateiverwaltung
Viele gleichzeitig Dateien umbenenen
KRename ist eine gute wahl dafür
Verzeichnisse zweier Rechner syncronisieren
bash>unison [[1]]
Filetyp erfragen
bash> file **file:name** zeigt an für was eine Datei Linux **file:name** hält
Debugging Tools
bash> time **programm** zeigt welche Dateien benutzt werden und welche Zeit das **programm** gebraucht hat
ksymoops gdb nm objdump strace ltrace Using your syslog strings
ldd lsof / lslk / fuser / stat / readlink od / hexdump
Prozessverwaltung
`nohup' runs the given COMMAND with hangup signals ignored, so that the command can continue running in the background after you log out. Synopsis: nohup COMMAND ARG... For more info see `info nohup'.\n\n