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 /
GID /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-GID.yaml
829
B
-rw-r--r--
2023-07-26 13:48
change_privilege-c.yaml
640
B
-rw-r--r--
2023-07-26 13:48
eid-c.yaml
457
B
-rw-r--r--
2023-07-26 13:48
grant_privilege-c.yaml
714
B
-rw-r--r--
2023-07-26 13:48
re_exchange-c.yaml
549
B
-rw-r--r--
2023-07-26 13:48
re_exchangeable%3f-c.yaml
392
B
-rw-r--r--
2023-07-26 13:48
rid-c.yaml
421
B
-rw-r--r--
2023-07-26 13:48
sid_available%3f-c.yaml
353
B
-rw-r--r--
2023-07-26 13:48
switch-c.yaml
570
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: Change the current process's real and effective group ID to that specified by <em>integer</em>. Returns the new group ID. Not available on all platforms. - !ruby/struct:SM::Flow::VERB body: " [Process.gid, Process.egid] #=> [0, 0]\n Process::GID.change_privilege(33) #=> 33\n [Process.gid, Process.egid] #=> [33, 33]\n" full_name: Process::GID::change_privilege is_singleton: true name: change_privilege params: | Process::GID.change_privilege(integer) => fixnum visibility: public