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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
share /
ri /
2.1.0 /
system /
Dir /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d-c.ri
379
B
-rw-r--r--
2023-07-26 17:51
cdesc-Dir.ri
1.63
KB
-rw-r--r--
2023-07-26 17:51
chdir-c.ri
1.59
KB
-rw-r--r--
2023-07-26 17:51
chroot-c.ri
502
B
-rw-r--r--
2023-07-26 17:51
close-i.ri
507
B
-rw-r--r--
2023-07-26 17:51
delete-c.ri
399
B
-rw-r--r--
2023-07-26 17:51
each-i.ri
782
B
-rw-r--r--
2023-07-26 17:51
entries-c.ri
809
B
-rw-r--r--
2023-07-26 17:51
exist%3f-c.ri
440
B
-rw-r--r--
2023-07-26 17:51
exists%3f-c.ri
217
B
-rw-r--r--
2023-07-26 17:51
foreach-c.ri
992
B
-rw-r--r--
2023-07-26 17:51
getwd-c.ri
496
B
-rw-r--r--
2023-07-26 17:51
glob-c.ri
3.79
KB
-rw-r--r--
2023-07-26 17:51
home-c.ri
398
B
-rw-r--r--
2023-07-26 17:51
inspect-i.ri
323
B
-rw-r--r--
2023-07-26 17:51
mkdir-c.ri
845
B
-rw-r--r--
2023-07-26 17:51
mktmpdir-c.ri
2.24
KB
-rw-r--r--
2023-07-26 17:51
new-c.ri
557
B
-rw-r--r--
2023-07-26 17:51
open-c.ri
886
B
-rw-r--r--
2023-07-26 17:51
path-i.ri
457
B
-rw-r--r--
2023-07-26 17:51
pos%3d-i.ri
681
B
-rw-r--r--
2023-07-26 17:51
pos-i.ri
517
B
-rw-r--r--
2023-07-26 17:51
pwd-c.ri
490
B
-rw-r--r--
2023-07-26 17:51
read-i.ri
578
B
-rw-r--r--
2023-07-26 17:51
rewind-i.ri
506
B
-rw-r--r--
2023-07-26 17:51
rmdir-c.ri
396
B
-rw-r--r--
2023-07-26 17:51
seek-i.ri
736
B
-rw-r--r--
2023-07-26 17:51
tell-i.ri
520
B
-rw-r--r--
2023-07-26 17:51
tmpdir-c.ri
310
B
-rw-r--r--
2023-07-26 17:51
to_path-i.ri
466
B
-rw-r--r--
2023-07-26 17:51
unlink-c.ri
399
B
-rw-r--r--
2023-07-26 17:51
Save
Rename
U:RDoc::AnyMethod[iI" open:ETI"Dir::open;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"OThe optional <i>enc</i> argument specifies the encoding of the directory. ;TI"7If not specified, the filesystem encoding is used.;To:RDoc::Markup::BlankLine o; ; [ I"7With no block, <code>open</code> is a synonym for ;TI"@<code>Dir::new</code>. If a block is present, it is passed ;TI"G<i>aDir</i> as a parameter. The directory is closed at the end of ;TI"Dthe block, and <code>Dir::open</code> returns the value of the ;TI"block.;T: @fileI" dir.c;T:0@omit_headings_from_table_of_contents_below0I"�Dir.open( string ) -> aDir Dir.open( string, encoding: enc ) -> aDir Dir.open( string ) {| aDir | block } -> anObject Dir.open( string, encoding: enc ) {| aDir | block } -> anObject ;T0[ I"(*args);T@FI"Dir;TcRDoc::NormalClass00