Tux-linux programme
Aus SpaceOnEarth
Version vom 28. Dezember 2019, 13:21 Uhr von Maintenance script (Diskussion | Beiträge) (DokuwikiExportByHoxel)
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