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::AnyMethod[iI" glob:ETI"Dir::glob;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"IExpands +pattern+, which is a pattern string or an Array of pattern ;TI"Fstrings, and returns an array containing the matching filenames. ;TI"KIf a block is given, calls the block once for each matching filename, ;TI"6passing the filename as a parameter to the block.;To:RDoc::Markup::BlankLine o; ; [ I"KThe optional +base+ keyword argument specifies the base directory for ;TI"Ointerpreting relative pathnames instead of the current working directory. ;TI"JAs the results are not prefixed with the base directory name in this ;TI"Mcase, you will need to prepend the base directory name if you want real ;TI"paths.;T@o; ; [ I"NThe results which matched single wildcard or character set are sorted in ;TI"Lbinary ascending order, unless +false+ is given as the optional +sort+ ;TI"Lkeyword argument. The order of an Array of pattern strings and braces ;TI"are preserved.;T@o; ; [I"INote that the pattern is not a regexp, it's closer to a shell glob. ;TI"ASee File::fnmatch for the meaning of the +flags+ parameter. ;TI"OCase sensitivity depends on your system (+File::FNM_CASEFOLD+ is ignored).;T@o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"<code>*</code>;T; [ o; ; [I"FMatches any file. Can be restricted by other values in the glob. ;TI"1Equivalent to <code>/.*/mx</code> in regexp.;T@o;; ;;[ o;;[I"<code>*</code>;T; [o; ; [I"Matches all files;To;;[I"<code>c*</code>;T; [o; ; [I"4Matches all files beginning with <code>c</code>;To;;[I"<code>*c</code>;T; [o; ; [I"1Matches all files ending with <code>c</code>;To;;[I"<code>\*c\*</code>;T; [o; ; [I"6Match all files that have <code>c</code> in them ;TI")(including at the beginning or end).;T@o; ; [I"LNote, this will not match Unix-like hidden files (dotfiles). In order ;TI"=to include those in the match results, you must use the ;TI"EFile::FNM_DOTMATCH flag or something like <code>"{*,.*}"</code>.;T@o;;[I"<code>**</code>;T; [o; ; [I"HMatches directories recursively if followed by <code>/</code>. If ;TI"Lthis path segment contains any other characters, it is the same as the ;TI"usual <code>*</code>.;T@o;;[I"<code>?</code>;T; [o; ; [I"LMatches any one character. Equivalent to <code>/.{1}/</code> in regexp.;T@o;;[I"<code>[set]</code>;T; [o; ; [I"NMatches any one character in +set+. Behaves exactly like character sets ;TI"=in Regexp, including set negation (<code>[^a-z]</code>).;T@o;;[I"<code>{p,q}</code>;T; [ o; ; [I"FMatches either literal <code>p</code> or literal <code>q</code>. ;TI"1Equivalent to pattern alternation in regexp.;T@o; ; [I"LMatching literals may be more than one character in length. More than ;TI"#two literals may be specified.;T@o;;[I"<code>\\</code>;T; [ o; ; [I"$Escapes the next metacharacter.;T@o; ; [I"KNote that this means you cannot use backslash on windows as part of a ;TI"Aglob, i.e. <code>Dir["c:\\foo*"]</code> will not work, use ;TI")<code>Dir["c:/foo*"]</code> instead.;T@o; ; [I"Examples:;T@o:RDoc::Markup::Verbatim; [I":Dir["config.?"] #=> ["config.h"] ;TI":Dir.glob("config.?") #=> ["config.h"] ;TI"9Dir.glob("*.[a-z][a-z]") #=> ["main.rb"] ;TI":Dir.glob("*.[^r]*") #=> ["config.h"] ;TI"EDir.glob("*.{rb,h}") #=> ["main.rb", "config.h"] ;TI"EDir.glob("*") #=> ["config.h", "main.rb"] ;TI"JDir.glob("*", File::FNM_DOTMATCH) #=> [".", "config.h", "main.rb"] ;TI"EDir.glob(["*.rb", "*.h"]) #=> ["main.rb", "config.h"] ;TI" ;TI"9Dir.glob("**/*.rb") #=> ["main.rb", ;TI"= # "lib/song.rb", ;TI"E # "lib/song/karaoke.rb"] ;TI" ;TI"9Dir.glob("**/*.rb", base: "lib") #=> ["song.rb", ;TI"A # "song/karaoke.rb"] ;TI" ;TI"5Dir.glob("**/lib") #=> ["lib"] ;TI" ;TI"=Dir.glob("**/lib/**/*.rb") #=> ["lib/song.rb", ;TI"E # "lib/song/karaoke.rb"] ;TI" ;TI"<Dir.glob("**/lib/*.rb") #=> ["lib/song.rb"];T:@format0: @fileI"dir.rb;T:0@omit_headings_from_table_of_contents_below0I"�Dir.glob( pattern, [flags], [base: path] [, sort: true] ) -> array Dir.glob( pattern, [flags], [base: path] [, sort: true] ) { |filename| block } -> nil ;T0[ I"@(pattern, _flags = 0, flags: _flags, base: nil, sort: true);T@�FI"Dir;TcRDoc::NormalClass00