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 /
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
401
B
-rw-r--r--
2023-07-26 17:26
cdesc-Process.ri
4.38
KB
-rw-r--r--
2023-07-26 17:26
daemon-c.ri
707
B
-rw-r--r--
2023-07-26 17:26
detach-c.ri
1.84
KB
-rw-r--r--
2023-07-26 17:26
egid%3d-c.ri
304
B
-rw-r--r--
2023-07-26 17:26
egid-c.ri
451
B
-rw-r--r--
2023-07-26 17:26
euid%3d-c.ri
291
B
-rw-r--r--
2023-07-26 17:26
euid-c.ri
415
B
-rw-r--r--
2023-07-26 17:26
exec-c.ri
2.04
KB
-rw-r--r--
2023-07-26 17:26
exit%21-c.ri
444
B
-rw-r--r--
2023-07-26 17:26
exit-c.ri
1.37
KB
-rw-r--r--
2023-07-26 17:26
fork-c.ri
1.17
KB
-rw-r--r--
2023-07-26 17:26
getpgid-c.ri
424
B
-rw-r--r--
2023-07-26 17:26
getpgrp-c.ri
434
B
-rw-r--r--
2023-07-26 17:26
getpriority-c.ri
902
B
-rw-r--r--
2023-07-26 17:26
getrlimit-c.ri
941
B
-rw-r--r--
2023-07-26 17:26
gid%3d-c.ri
252
B
-rw-r--r--
2023-07-26 17:26
gid-c.ri
407
B
-rw-r--r--
2023-07-26 17:26
groups%3d-c.ri
543
B
-rw-r--r--
2023-07-26 17:26
groups-c.ri
422
B
-rw-r--r--
2023-07-26 17:26
initgroups-c.ri
862
B
-rw-r--r--
2023-07-26 17:26
kill-c.ri
1.37
KB
-rw-r--r--
2023-07-26 17:26
maxgroups%3d-c.ri
319
B
-rw-r--r--
2023-07-26 17:26
maxgroups-c.ri
400
B
-rw-r--r--
2023-07-26 17:26
pid-c.ri
369
B
-rw-r--r--
2023-07-26 17:26
ppid-c.ri
565
B
-rw-r--r--
2023-07-26 17:26
setpgid-c.ri
352
B
-rw-r--r--
2023-07-26 17:26
setpgrp-c.ri
290
B
-rw-r--r--
2023-07-26 17:26
setpriority-c.ri
614
B
-rw-r--r--
2023-07-26 17:26
setrlimit-c.ri
2.83
KB
-rw-r--r--
2023-07-26 17:26
setsid-c.ri
464
B
-rw-r--r--
2023-07-26 17:26
spawn-c.ri
11.42
KB
-rw-r--r--
2023-07-26 17:26
times-c.ri
544
B
-rw-r--r--
2023-07-26 17:26
uid%3d-c.ri
301
B
-rw-r--r--
2023-07-26 17:26
uid-c.ri
405
B
-rw-r--r--
2023-07-26 17:26
wait-c.ri
2.12
KB
-rw-r--r--
2023-07-26 17:26
wait2-c.ri
805
B
-rw-r--r--
2023-07-26 17:26
waitall-c.ri
797
B
-rw-r--r--
2023-07-26 17:26
waitpid-c.ri
2.12
KB
-rw-r--r--
2023-07-26 17:26
waitpid2-c.ri
811
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"waitpid:ETI"Process::waitpid;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"CWaits for a child process to exit, returns its process id, and;TI"Bsets <code>$?</code> to a <code>Process::Status</code> object;TI"Dcontaining 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:@labelI"> 0;T; [o; ; [I"7Waits for the child whose process ID equals _pid_.;T@o;;I"0;T; [o; ; [I"BWaits 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"CWaits for any child whose process group ID equals the absolute;TI"value of _pid_.;T@o; ; [ I"@The _flags_ argument may be a logical or of the flag values;TI"G<code>Process::WNOHANG</code> (do not block if no child available);TI"Eor <code>Process::WUNTRACED</code> (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"GCalling this method raises a <code>SystemError</code> if there are;TI"8no child processes. Not available on all platforms.;T@o:RDoc::Markup::Verbatim; [I"include Process ;FI"0fork { exit 99 } #=> 27429 ;FI"0wait #=> 27429 ;FI"-$?.exitstatus #=> 99 ;FI" ;FI"0pid = fork { sleep 3 } #=> 27440 ;FI"DTime.now #=> 2008-03-08 19:56:16 +0900 ;FI".waitpid(pid, Process::WNOHANG) #=> nil ;FI"DTime.now #=> 2008-03-08 19:56:16 +0900 ;FI"0waitpid(pid, 0) #=> 27440 ;FI"CTime.now #=> 2008-03-08 19:56:19 +0900;F: @file0I"�Process.wait() -> fixnum Process.wait(pid=-1, flags=0) -> fixnum Process.waitpid(pid=-1, flags=0) -> fixnum ;T0[ I"(p1 = v1, p2 = v2);FI"process.c;T