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::AnyMethod[iI" trap:ETI"Signal::trap;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"GSpecifies the handling of signals. The first parameter is a signal;TI"Ename (a string such as ``SIGALRM'', ``SIGUSR1'', and so on) or a;TI"Bsignal number. The characters ``SIG'' may be omitted from the;TI"Hsignal name. The command or block specifies code to be run when the;TI"signal is raised.;TI"GIf the command is the string ``IGNORE'' or ``SIG_IGN'', the signal;TI"will be ignored.;TI"MIf the command is ``DEFAULT'' or ``SIG_DFL'', the Ruby's default handler;TI"will be invoked.;TI"MIf the command is ``EXIT'', the script will be terminated by the signal.;TI"IIf the command is ``SYSTEM_DEFAULT'', the operating system's default;TI"handler will be invoked.;TI"7Otherwise, the given command or block will be run.;TI"CThe special signal name ``EXIT'' or signal number zero will be;TI"/invoked just prior to program termination.;TI"<trap returns the previous handler for the given signal.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"8Signal.trap(0, proc { puts "Terminating: #{$$}" }) ;FI"/Signal.trap("CLD") { puts "Child died" } ;FI"fork && Process.wait ;Fo; ; [I"produces:;To;; [I"Terminating: 27461 ;FI"Child died ;FI"Terminating: 27460;F: @file0I"VSignal.trap( signal, command ) -> obj Signal.trap( signal ) {| | block } -> obj ;T0[ I"(*args);FI" signal.c;T