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
сигналы [2021/09/09 09:25]
val [Отправка сигнала]
сигналы [2021/10/04 09:01] (current)
val [HUP]
Line 46: 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 
 +userX@gate.isp.un'​s password: 
 + 
 +<Ctrl-Z> 
 + 
 +$ bg 
 <​Ctrl-D>​ <​Ctrl-D>​
 +</​code>​
 +
 +===== TSTP <​Ctrl-Z>​ =====
 +
 +  * [[https://​ru.wikipedia.org/​wiki/​SIGTSTP]]
 +
 +<​code>​
 +# kill -TSTP <PID>
 +
 +# jobs
 +
 +# bg ...
 +
 +# fg ...
 </​code>​ </​code>​
  
Line 57: Line 77:
 # kill -INT <PID> # kill -INT <PID>
 </​code>​ </​code>​
- 
  
 ===== KILL ===== ===== KILL =====
Line 80: Line 99:
  
 # pkill -STOP -u student bash # pkill -STOP -u student bash
-</​code>​ 
- 
-===== TSTP <​Ctrl-Z>​ ===== 
- 
-  * [[https://​ru.wikipedia.org/​wiki/​SIGTSTP]] 
- 
-<​code>​ 
-# kill -TSTP <PID> 
- 
-# jobs 
- 
-# bg ... 
- 
-# fg ... 
 </​code>​ </​code>​
  
Line 100: Line 105:
 # kill -CONT <PID> # kill -CONT <PID>
  
-# pkill -STOP -u student bash+# pkill -CONT -u student bash
  
 # fg %JOBID # fg %JOBID
сигналы.1631168739.txt.gz · Last modified: 2021/09/09 09:25 by val