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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Etc /
Delete
Unzip
Name
Size
Permission
Date
Action
Group
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Passwd
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
cdesc-Etc.ri
2
KB
-rw-r--r--
2026-04-07 17:42
confstr-c.ri
844
B
-rw-r--r--
2026-04-07 17:42
endgrent-c.ri
379
B
-rw-r--r--
2026-04-07 17:42
endpwent-c.ri
382
B
-rw-r--r--
2026-04-07 17:42
getgrent-c.ri
678
B
-rw-r--r--
2026-04-07 17:42
getgrgid-c.ri
805
B
-rw-r--r--
2026-04-07 17:42
getgrnam-c.ri
788
B
-rw-r--r--
2026-04-07 17:42
getlogin-c.ri
737
B
-rw-r--r--
2026-04-07 17:42
getpwent-c.ri
681
B
-rw-r--r--
2026-04-07 17:42
getpwnam-c.ri
812
B
-rw-r--r--
2026-04-07 17:42
getpwuid-c.ri
919
B
-rw-r--r--
2026-04-07 17:42
group-c.ri
678
B
-rw-r--r--
2026-04-07 17:42
nprocessors-c.ri
1.15
KB
-rw-r--r--
2026-04-07 17:42
passwd-c.ri
769
B
-rw-r--r--
2026-04-07 17:42
setgrent-c.ri
402
B
-rw-r--r--
2026-04-07 17:42
setpwent-c.ri
403
B
-rw-r--r--
2026-04-07 17:42
sysconf-c.ri
723
B
-rw-r--r--
2026-04-07 17:42
sysconfdir-c.ri
693
B
-rw-r--r--
2026-04-07 17:42
systmpdir-c.ri
320
B
-rw-r--r--
2026-04-07 17:42
uname-c.ri
811
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::NormalModule[iI"Etc:ET@0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"GThe Etc module provides access to information typically stored in ;TI":files in the <tt>/etc</tt> directory on Unix systems.;To:RDoc::Markup::BlankLine o; ;[ I"IThe information accessible consists of the information found in the ;TI"J<tt>/etc/passwd</tt> and <tt>/etc/group</tt> files, plus information ;TI"Nabout the system's temporary directory (<tt>/tmp</tt>) and configuration ;TI"directory (<tt>/etc</tt>).;T@o; ;[I"MThe Etc module provides a more reliable way to access information about ;TI"Cthe logged in user than environment variables such as +$USER+.;T@S:RDoc::Markup::Heading: leveli: textI" Example:;T@o:RDoc::Markup::Verbatim;[I"require 'etc' ;TI" ;TI"login = Etc.getlogin ;TI" info = Etc.getpwnam(login) ;TI",username = info.gecos.split(/,/).first ;TI"Aputs "Hello #{username}, I see your login name is #{login}" ;T:@format0o; ;[I"JNote that the methods provided by this module are not always secure. ;TI"HIt should be used for informational purposes, and not for security.;T@o; ;[I"NAll operations defined in this module are class methods, so that you can ;TI",include the Etc module into your class.;T: @fileI"ext/etc/etc.c;T:0@omit_headings_from_table_of_contents_below0;0;0[ [U:RDoc::Constant[i I"VERSION;TI"Etc::VERSION;T:public0o;;[ ;@-;0@-@cRDoc::NormalModule0[ [[I" class;T[[;[ [:protected[ [:private[[I"confstr;TI"ext/etc/etc.c;T[I" endgrent;T@D[I" endpwent;T@D[I" getgrent;T@D[I" getgrgid;T@D[I" getgrnam;T@D[I" getlogin;T@D[I" getpwent;T@D[I" getpwnam;T@D[I" getpwuid;T@D[I" group;T@D[I"nprocessors;T@D[I"passwd;T@D[I" setgrent;T@D[I" setpwent;T@D[I"sysconf;T@D[I"sysconfdir;T@D[I"systmpdir;T@D[I" uname;T@D[I" instance;T[[;[ [;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ;0;0[I"ext/etc/etc.c;T@-cRDoc::TopLevel