Answer the question
In order to leave comments, you need to log in
Kill doesn't work for jobs. Why?
The situation is shown in the screenshot. jobs | kill -s SIGTERM %1 didn't help.
Answer the question
In order to leave comments, you need to log in
sudo is a utility that elevates privileges to root because of the setuid attribute set on it.
s - means the user calling the utility gets the rights of the owner of this file, in the case of sudo - root
Suspended tasks for the current user will not be found in an environment with elevated privileges from sudo.
[email protected]:~$ id
uid=1000(gin) gid=1000(gin) группы=1000(gin)
[email protected]:~$ sudo id
uid=0(root) gid=0(root) группы=0(root)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question