User Tools

Site Tools


сигналы

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
сигналы [2021/07/08 07:48]
admin [STOP]
сигналы [2021/10/04 08:58]
val [HUP]
Line 19: Line 19:
  
 # kill -<​SIGNAL>​ <PID> # kill -<​SIGNAL>​ <PID>
 +
 +# pkill -<​SIGNAL>​ sshd
  
 # apt install psmisc # apt install psmisc
Line 44: Line 46:
 # kill -HUP <PID> # kill -HUP <PID>
  
-$ nohup find / -name index.html > search.result.txt 2>/dev/null &+$ nohup /usr/​bin/​ssh ​-N -R 200X:​localhost:​22 userX@gate.isp.un 
 +<Ctrl-Z> 
 +bg
 <​Ctrl-D>​ <​Ctrl-D>​
 </​code>​ </​code>​
Line 97: Line 101:
 <​code>​ <​code>​
 # kill -CONT <PID> # kill -CONT <PID>
 +
 +# pkill -STOP -u student bash
  
 # fg %JOBID # fg %JOBID
сигналы.txt · Last modified: 2021/10/04 09:01 by val