|  | 
 
| Who kills the user process? Greetings.
 Orange Pi Zero
 
 Copy code<p>Root @ orangepiplus: / var / log # uname -r</p><p>3.4.39</p>
 All programs are executed under the root. All is well.
 But if you borrow under the user. Then we get:
 
 
 Copy code<p>Alex_UUU @ orangepiplus: ~ $ sudo</p><p>Killed</p><p>Alex_UUU @ orangepiplus: ~ $ ps ax</p><p>Killed</p><p>Alex_UUU @ orangepiplus: ls /</p><p>Bin dev home lost + found mnt proc run srv tmp var</p><p>Boot etc lib media opt root sbin sys usr</p><p>Alex_UUU @ orangepiplus: ~ $</p>
 There is nothing in the logs.
 
 Copy code<p>Root @ orangepiplus: / var / log # getent passwd Alex_UUU</p><p>Alex_UUU: x: 1001: 1001 :: / home / Alex_UUU: / bin / bash</p>
 In /etc/sudoers
 
 Copy codeAlex_UUU ALL = (ALL: ALL) ALL
 What is wrong? What nuances can be?
 
 
 | 
 |