ps, kill
Show processes
Schalter, um nur die Prozess-IDs auszugeben: -o pid=
Beispiel:
ps -u$USER -o pid=
Von Tcl aus:
exec ps -u$::tcl_platform(user) -o pid=
Przess einfrieren und fortsetzen:
kill -STOP ${PID} kill -CONT ${PID}
7.1.2024
<< | Heimatseite | Verzeichnis | Stichworte | Autor | >>