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 /
Dir /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d-c.ri
435
B
-rw-r--r--
2026-04-07 17:42
cdesc-Dir.ri
5.78
KB
-rw-r--r--
2026-04-07 17:42
chdir-c.ri
1.69
KB
-rw-r--r--
2026-04-07 17:42
children-c.ri
828
B
-rw-r--r--
2026-04-07 17:42
children-i.ri
526
B
-rw-r--r--
2026-04-07 17:42
chroot-c.ri
503
B
-rw-r--r--
2026-04-07 17:42
close-i.ri
496
B
-rw-r--r--
2026-04-07 17:42
delete-c.ri
439
B
-rw-r--r--
2026-04-07 17:42
each-i.ri
783
B
-rw-r--r--
2026-04-07 17:42
each_child-c.ri
1018
B
-rw-r--r--
2026-04-07 17:42
each_child-i.ri
819
B
-rw-r--r--
2026-04-07 17:42
empty%3f-c.ri
432
B
-rw-r--r--
2026-04-07 17:42
entries-c.ri
810
B
-rw-r--r--
2026-04-07 17:42
exist%3f-c.ri
398
B
-rw-r--r--
2026-04-07 17:42
fileno-i.ri
632
B
-rw-r--r--
2026-04-07 17:42
foreach-c.ri
993
B
-rw-r--r--
2026-04-07 17:42
getwd-c.ri
554
B
-rw-r--r--
2026-04-07 17:42
glob-c.ri
4.7
KB
-rw-r--r--
2026-04-07 17:42
home-c.ri
399
B
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
324
B
-rw-r--r--
2026-04-07 17:42
mkdir-c.ri
800
B
-rw-r--r--
2026-04-07 17:42
mktmpdir-c.ri
2.29
KB
-rw-r--r--
2026-04-07 17:42
new-c.ri
580
B
-rw-r--r--
2026-04-07 17:42
open-c.ri
899
B
-rw-r--r--
2026-04-07 17:42
path-i.ri
506
B
-rw-r--r--
2026-04-07 17:42
pos%3d-i.ri
662
B
-rw-r--r--
2026-04-07 17:42
pos-i.ri
489
B
-rw-r--r--
2026-04-07 17:42
pwd-c.ri
550
B
-rw-r--r--
2026-04-07 17:42
read-i.ri
579
B
-rw-r--r--
2026-04-07 17:42
rewind-i.ri
507
B
-rw-r--r--
2026-04-07 17:42
rmdir-c.ri
437
B
-rw-r--r--
2026-04-07 17:42
seek-i.ri
724
B
-rw-r--r--
2026-04-07 17:42
tell-i.ri
535
B
-rw-r--r--
2026-04-07 17:42
tmpdir-c.ri
311
B
-rw-r--r--
2026-04-07 17:42
to_path-i.ri
448
B
-rw-r--r--
2026-04-07 17:42
unlink-c.ri
439
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::NormalClass[iI"Dir:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[ : @fileI" dir.c;T:0@omit_headings_from_table_of_contents_below0o;;[ o:RDoc::Markup::Paragraph;[I"=Objects of class Dir are directory streams representing ;TI"Gdirectories in the underlying file system. They provide a variety ;TI"Cof ways to list directories and their contents. See also File.;To:RDoc::Markup::BlankLine o;;[ I"IThe directory used in these examples contains the two regular files ;TI"B(<code>config.h</code> and <code>main.rb</code>), the parent ;TI";directory (<code>..</code>), and the directory itself ;TI"(<code>.</code>).;T@S:RDoc::Markup::Heading: leveli: textI"What's Here;T@o;;[I"*First, what's elsewhere. \Class \Dir:;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0;[o;;[I"AInherits from {class Object}[rdoc-ref:Object@What-27s+Here].;To;;0;[o;;[I"FIncludes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here], ;TI"1which provides dozens of additional methods.;T@o;;[I";Here, class \Dir provides methods that are useful for:;T@o;;;;[ o;;0;[o;;[I"${Reading}[rdoc-ref:Dir@Reading];To;;0;[o;;[I"${Setting}[rdoc-ref:Dir@Setting];To;;0;[o;;[I"&{Querying}[rdoc-ref:Dir@Querying];To;;0;[o;;[I"({Iterating}[rdoc-ref:Dir@Iterating];To;;0;[o;;[I" {Other}[rdoc-ref:Dir@Other];T@S; ;i;I"Reading;T@o;;;;[ o;;0;[o;;[I"4#close: Closes the directory stream for +self+.;To;;0;[o;;[I"A#pos=: Sets the position in the directory stream for +self+.;To;;0;[o;;[I"P#read: Reads and returns the next entry in the directory stream for +self+.;To;;0;[o;;[I"V#rewind: Sets the position in the directory stream for +self+ to the first entry.;To;;0;[o;;[I"A#seek: Sets the position in the directory stream for +self+ ;TI"#the entry at the given offset.;T@S; ;i;I"Setting;T@o;;;;[o;;0;[o;;[I"C::chdir: Changes the working directory of the current process ;TI"to the given directory.;To;;0;[o;;[I"D::chroot: Changes the file-system root for the current process ;TI"to the given directory.;T@S; ;i;I" Querying;T@o;;;;[o;;0;[o;;[I"<::[]: Same as ::glob without the ability to pass flags.;To;;0;[o;;[I";::children: Returns an array of names of the children ;TI":(both files and directories) of the given directory, ;TI"1but not including <tt>.</tt> or <tt>..</tt>.;To;;0;[o;;[I"D::empty?: Returns whether the given path is an empty directory.;To;;0;[o;;[I":::entries: Returns an array of names of the children ;TI":(both files and directories) of the given directory, ;TI"*including <tt>.</tt> and <tt>..</tt>.;To;;0;[o;;[I"=::exist?: Returns whether the given path is a directory.;To;;0;[o;;[I"R::getwd (aliased as #pwd): Returns the path to the current working directory.;To;;0;[o;;[I"Q::glob: Returns an array of file paths matching the given pattern and flags.;To;;0;[o;;[I"R::home: Returns the home directory path for a given user or the current user.;To;;0;[o;;[I":#children: Returns an array of names of the children ;TI"-(both files and directories) of +self+, ;TI"1but not including <tt>.</tt> or <tt>..</tt>.;To;;0;[o;;[I"=#fileno: Returns the integer file descriptor for +self+.;To;;0;[o;;[I"I#path (aliased as #to_path): Returns the path used to create +self+.;To;;0;[o;;[I";#tell (aliased as #pos): Returns the integer position ;TI"(in the directory stream for +self+.;T@S; ;i;I"Iterating;T@o;;;;[ o;;0;[o;;[I"Q::each_child: Calls the given block with each entry in the given directory, ;TI"1but not including <tt>.</tt> or <tt>..</tt>.;To;;0;[o;;[I"N::foreach: Calls the given block with each entry in the given directory, ;TI"*including <tt>.</tt> and <tt>..</tt>.;To;;0;[o;;[I"=#each: Calls the given block with each entry in +self+, ;TI"*including <tt>.</tt> and <tt>..</tt>.;To;;0;[o;;[I"C#each_child: Calls the given block with each entry in +self+, ;TI"1but not including <tt>.</tt> or <tt>..</tt>.;T@S; ;i;I" Other;T@o;;;;[ o;;0;[o;;[I"O::mkdir: Creates a directory at the given path, with optional permissions.;To;;0;[o;;[I"J::new: Returns a new \Dir for the given path, with optional encoding.;To;;0;[o;;[I"S::open: Same as ::new, but if a block is given, yields the \Dir to the block, ;TI" closing it upon block exit.;To;;0;[o;;[I"M::unlink (aliased as ::delete and ::rmdir): Removes the given directory.;To;;0;[o;;[I"6#inspect: Returns a string description of +self+.;T; I"dir.rb;T; 0o;;[ ; I"lib/tmpdir.rb;T; 0; 0; 0[ [ [[I"Enumerable;To;;[ ; @ ; 0I" dir.c;T[[I" class;T[[:public[ [:protected[ [:private[[I"[];TI"dir.rb;T[I" chdir;T@[I" children;T@[I"chroot;T@[I"delete;T@[I"each_child;T@[I"empty?;T@[I"entries;T@[I"exist?;T@[I"foreach;T@[I" getwd;T@[I" glob;T@[I" home;T@[I" mkdir;T@[I" mktmpdir;TI"lib/tmpdir.rb;T[I"new;T@[I" open;T@[I"pwd;T@[I" rmdir;T@[I"tmpdir;T@+[I"unlink;T@[I" instance;T[[;[ [;[ [;[[I" children;T@[I" close;T@[I" each;T@[I"each_child;T@[I"fileno;T@[I"inspect;T@[I" path;T@[I"pos;T@[I" pos=;T@[I" read;T@[I"rewind;T@[I" seek;T@[I" tell;T@[I"to_path;T@[ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[I" dir.c;TI"dir.rb;TI"lib/cgi/session.rb;TI"lib/drb/unix.rb;TI"lib/tempfile.rb;TI"lib/tmpdir.rb;T@�cRDoc::TopLevel