Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Process /
Delete
Unzip
Name
Size
Permission
Date
Action
GID
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Status
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Sys
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
UID
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
abort-c.yaml
395
B
-rw-r--r--
2023-07-26 13:48
cdesc-Process.yaml
3.85
KB
-rw-r--r--
2023-07-26 13:48
detach-c.yaml
1.91
KB
-rw-r--r--
2023-07-26 13:48
egid%3d-c.yaml
315
B
-rw-r--r--
2023-07-26 13:48
egid-c.yaml
454
B
-rw-r--r--
2023-07-26 13:48
euid%3d-c.yaml
302
B
-rw-r--r--
2023-07-26 13:48
euid-c.yaml
424
B
-rw-r--r--
2023-07-26 13:48
exec-c.yaml
1.22
KB
-rw-r--r--
2023-07-26 13:48
exit%21-c.yaml
421
B
-rw-r--r--
2023-07-26 13:48
exit-c.yaml
1.35
KB
-rw-r--r--
2023-07-26 13:48
fork-c.yaml
1.04
KB
-rw-r--r--
2023-07-26 13:48
getpgid-c.yaml
421
B
-rw-r--r--
2023-07-26 13:48
getpgrp-c.yaml
433
B
-rw-r--r--
2023-07-26 13:48
getpriority-c.yaml
863
B
-rw-r--r--
2023-07-26 13:48
getrlimit-c.yaml
868
B
-rw-r--r--
2023-07-26 13:48
gid%3d-c.yaml
269
B
-rw-r--r--
2023-07-26 13:48
gid-c.yaml
416
B
-rw-r--r--
2023-07-26 13:48
groups%3d-c.yaml
536
B
-rw-r--r--
2023-07-26 13:48
groups-c.yaml
417
B
-rw-r--r--
2023-07-26 13:48
initgroups-c.yaml
837
B
-rw-r--r--
2023-07-26 13:48
kill-c.yaml
963
B
-rw-r--r--
2023-07-26 13:48
maxgroups%3d-c.yaml
330
B
-rw-r--r--
2023-07-26 13:48
maxgroups-c.yaml
399
B
-rw-r--r--
2023-07-26 13:48
pid-c.yaml
368
B
-rw-r--r--
2023-07-26 13:48
ppid-c.yaml
609
B
-rw-r--r--
2023-07-26 13:48
setpgid-c.yaml
366
B
-rw-r--r--
2023-07-26 13:48
setpgrp-c.yaml
299
B
-rw-r--r--
2023-07-26 13:48
setpriority-c.yaml
605
B
-rw-r--r--
2023-07-26 13:48
setrlimit-c.yaml
2.41
KB
-rw-r--r--
2023-07-26 13:48
setsid-c.yaml
457
B
-rw-r--r--
2023-07-26 13:48
times-c.yaml
473
B
-rw-r--r--
2023-07-26 13:48
uid%3d-c.yaml
312
B
-rw-r--r--
2023-07-26 13:48
uid-c.yaml
414
B
-rw-r--r--
2023-07-26 13:48
wait-c.yaml
2.17
KB
-rw-r--r--
2023-07-26 13:48
wait2-c.yaml
772
B
-rw-r--r--
2023-07-26 13:48
waitall-c.yaml
878
B
-rw-r--r--
2023-07-26 13:48
waitpid-c.yaml
2.18
KB
-rw-r--r--
2023-07-26 13:48
waitpid2-c.yaml
778
B
-rw-r--r--
2023-07-26 13:48
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Sets the resource limit of the process. <em>cur_limit</em> means current (soft) limit and <em>max_limit</em> means maximum (hard) limit. - !ruby/struct:SM::Flow::P body: If <em>max_limit</em> is not given, <em>cur_limit</em> is used. - !ruby/struct:SM::Flow::P body: <em>resource</em> indicates the kind of resource to limit. The list of resources are OS dependent. Ruby may support following resources. - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_CORE body: core size (bytes) (SUSv3) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_CPU body: CPU time (seconds) (SUSv3) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_DATA body: data segment (bytes) (SUSv3) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_FSIZE body: file size (bytes) (SUSv3) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_NOFILE body: file descriptors (number) (SUSv3) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_STACK body: stack size (bytes) (SUSv3) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_AS body: total available memory (bytes) (SUSv3, NetBSD, FreeBSD, OpenBSD but 4.4BSD-Lite) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_MEMLOCK body: total size for mlock(2) (bytes) (4.4BSD, GNU/Linux) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_NPROC body: number of processes for the user (number) (4.4BSD, GNU/Linux) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_RSS body: resident memory size (bytes) (4.2BSD, GNU/Linux) - !ruby/struct:SM::Flow::LI label: Process::RLIMIT_SBSIZE body: all socket buffers (bytes) (NetBSD, FreeBSD) type: :LABELED - !ruby/struct:SM::Flow::P body: Other <tt>Process::RLIMIT_???</tt> constants may be defined. - !ruby/struct:SM::Flow::P body: <em>cur_limit</em> and <em>max_limit</em> may be <tt>Process::RLIM_INFINITY</tt>, which means that the resource is not limited. They may be <tt>Process::RLIM_SAVED_MAX</tt> or <tt>Process::RLIM_SAVED_CUR</tt> too. See system setrlimit(2) manual for details. full_name: Process::setrlimit is_singleton: true name: setrlimit params: | Process.setrlimit(resource, cur_limit, max_limit) => nil Process.setrlimit(resource, cur_limit) => nil visibility: public