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.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Process /
Status /
Delete
Unzip
Name
Size
Permission
Date
Action
%26-i.ri
554
B
-rw-r--r--
2024-06-26 17:25
%3d%3d-i.ri
378
B
-rw-r--r--
2024-06-26 17:25
%3e%3e-i.ri
553
B
-rw-r--r--
2024-06-26 17:25
cdesc-Status.ri
1.91
KB
-rw-r--r--
2024-06-26 17:25
coredump%3f-i.ri
420
B
-rw-r--r--
2024-06-26 17:25
exited%3f-i.ri
438
B
-rw-r--r--
2024-06-26 17:25
exitstatus-i.ri
788
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
486
B
-rw-r--r--
2024-06-26 17:25
pid-i.ri
515
B
-rw-r--r--
2024-06-26 17:25
signaled%3f-i.ri
389
B
-rw-r--r--
2024-06-26 17:25
stopped%3f-i.ri
460
B
-rw-r--r--
2024-06-26 17:25
stopsig-i.ri
412
B
-rw-r--r--
2024-06-26 17:25
success%3f-i.ri
421
B
-rw-r--r--
2024-06-26 17:25
termsig-i.ri
450
B
-rw-r--r--
2024-06-26 17:25
to_i-i.ri
595
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
468
B
-rw-r--r--
2024-06-26 17:25
wait-c.ri
2.25
KB
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" wait:ETI"Process::Status::wait;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"LWaits for a child process to exit and returns a Process::Status object ;TI"Econtaining information on that process. Which child it waits on ;TI"#depends on the value of _pid_:;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: NOTE:@items[ o:RDoc::Markup::ListItem:@label[I"> 0;T; [o; ; [I"7Waits for the child whose process ID equals _pid_.;T@o;;[I"0;T; [o; ; [I"CWaits for any child whose process group ID equals that of the ;TI"calling process.;T@o;;[I"-1;T; [o; ; [I"=Waits for any child process (the default if no _pid_ is ;TI"given).;T@o;;[I" < -1;T; [o; ; [I"DWaits for any child whose process group ID equals the absolute ;TI"value of _pid_.;T@o; ; [ I"AThe _flags_ argument may be a logical or of the flag values ;TI";Process::WNOHANG (do not block if no child available) ;TI"9or Process::WUNTRACED (return stopped children that ;TI"@haven't been reported). Not all flags are available on all ;TI"Dplatforms, but a flag value of zero will work on all platforms.;T@o; ; [I"4Returns +nil+ if there are no child processes. ;TI"$Not available on all platforms.;T@o; ; [I"2May invoke the scheduler hook _process_wait_.;T@o:RDoc::Markup::Verbatim; [I"=fork { exit 99 } #=> 27429 ;TI"IProcess::Status.wait #=> pid 27429 exit 99 ;TI";$? #=> nil ;TI" ;TI"=pid = fork { sleep 3 } #=> 27440 ;TI"QTime.now #=> 2008-03-08 19:56:16 +0900 ;TI";Process::Status.wait(pid, Process::WNOHANG) #=> nil ;TI"QTime.now #=> 2008-03-08 19:56:16 +0900 ;TI"IProcess::Status.wait(pid, 0) #=> pid 27440 exit 99 ;TI"QTime.now #=> 2008-03-08 19:56:19 +0900 ;T:@format0o; ; [I"%This is an EXPERIMENTAL FEATURE.;T: @fileI"process.c;T:0@omit_headings_from_table_of_contents_below0I"CProcess::Status.wait(pid=-1, flags=0) -> Process::Status ;T0[ I"(*args);T@OFI"Status;TcRDoc::NormalClass00