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.217.103
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" chdir:ETI"Dir::chdir;TT:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"GChanges the current working directory of the process to the given ;TI"Gstring. When called without an argument, changes the directory to ;TI"Athe value of the environment variable <code>HOME</code>, or ;TI"F<code>LOGDIR</code>. SystemCallError (probably Errno::ENOENT) if ;TI")the target directory does not exist.;To:RDoc::Markup::BlankLine o; ; [I"CIf a block is given, it is passed the name of the new current ;TI"Cdirectory, and the block is executed with that as the current ;TI"Jdirectory. The original working directory is restored when the block ;TI"Gexits. The return value of <code>chdir</code> is the value of the ;TI">block. <code>chdir</code> blocks can be nested, but in a ;TI"Imulti-threaded program an error will be raised if a thread attempts ;TI"Eto open a <code>chdir</code> block while another thread has one ;TI"Hopen or a call to <code>chdir</code> without a block occurs inside ;TI"Da block passed to <code>chdir</code> (even in the same thread).;T@o:RDoc::Markup::Verbatim; [I""Dir.chdir("/var/spool/mail") ;TI"puts Dir.pwd ;TI"Dir.chdir("/tmp") do ;TI" puts Dir.pwd ;TI" Dir.chdir("/usr") do ;TI" puts Dir.pwd ;TI" end ;TI" puts Dir.pwd ;TI" end ;TI"puts Dir.pwd ;T:@format0o; ; [I"<em>produces:</em>;T@o;; [ I"/var/spool/mail ;TI" /tmp ;TI" /usr ;TI" /tmp ;TI"/var/spool/mail;T; 0: @fileI" dir.c;T:0@omit_headings_from_table_of_contents_below0I"WDir.chdir( [ string] ) -> 0 Dir.chdir( [ string] ) {| path | block } -> anObject ;T0[ I"(*args);T@4FI"Dir;TcRDoc::NormalClass00