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 /
UID /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-UID.yaml
828
B
-rw-r--r--
2023-07-26 13:48
change_privilege-c.yaml
638
B
-rw-r--r--
2023-07-26 13:48
eid-c.yaml
427
B
-rw-r--r--
2023-07-26 13:48
grant_privilege-c.yaml
709
B
-rw-r--r--
2023-07-26 13:48
re_exchange-c.yaml
547
B
-rw-r--r--
2023-07-26 13:48
re_exchangeable%3f-c.yaml
391
B
-rw-r--r--
2023-07-26 13:48
rid-c.yaml
419
B
-rw-r--r--
2023-07-26 13:48
sid_available%3f-c.yaml
352
B
-rw-r--r--
2023-07-26 13:48
switch-c.yaml
567
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: Set the effective user ID, and if possible, the saved user ID of the process to the given <em>integer</em>. Returns the new effective user ID. Not available on all platforms. - !ruby/struct:SM::Flow::VERB body: " [Process.uid, Process.euid] #=> [0, 0]\n Process::UID.grant_privilege(31) #=> 31\n [Process.uid, Process.euid] #=> [0, 31]\n" full_name: Process::UID::grant_privilege is_singleton: true name: grant_privilege params: | Process::UID.grant_privilege(integer) => fixnum Process::UID.eid= integer => fixnum visibility: public