top | item 34401063

(no title)

zscoops | 3 years ago

After you get to tty using ctrl alt F. killall sends a TERM signal by default. You could send a KILL signal using "killall -KILL APPNAME". You could also run top using the nice command: "nice -20 top" in order to get the highest priority possible for the top process.

discuss

order

No comments yet.