Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
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 19:18
change_privilege-c.yaml
638
B
-rw-r--r--
2023-07-26 19:18
eid-c.yaml
427
B
-rw-r--r--
2023-07-26 19:18
grant_privilege-c.yaml
709
B
-rw-r--r--
2023-07-26 19:18
re_exchange-c.yaml
547
B
-rw-r--r--
2023-07-26 19:18
re_exchangeable%3f-c.yaml
391
B
-rw-r--r--
2023-07-26 19:18
rid-c.yaml
419
B
-rw-r--r--
2023-07-26 19:18
sid_available%3f-c.yaml
352
B
-rw-r--r--
2023-07-26 19:18
switch-c.yaml
567
B
-rw-r--r--
2023-07-26 19:18
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