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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Dir /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d-c.ri
399
B
-rw-r--r--
2023-07-26 17:26
cdesc-Dir.ri
1.25
KB
-rw-r--r--
2023-07-26 17:26
chdir-c.ri
1.49
KB
-rw-r--r--
2023-07-26 17:26
chroot-c.ri
421
B
-rw-r--r--
2023-07-26 17:26
close-i.ri
418
B
-rw-r--r--
2023-07-26 17:26
delete-c.ri
372
B
-rw-r--r--
2023-07-26 17:26
each-i.ri
690
B
-rw-r--r--
2023-07-26 17:26
entries-c.ri
509
B
-rw-r--r--
2023-07-26 17:26
exist%3f-c.ri
458
B
-rw-r--r--
2023-07-26 17:26
exists%3f-c.ri
460
B
-rw-r--r--
2023-07-26 17:26
foreach-c.ri
722
B
-rw-r--r--
2023-07-26 17:26
getwd-c.ri
426
B
-rw-r--r--
2023-07-26 17:26
glob-c.ri
3.54
KB
-rw-r--r--
2023-07-26 17:26
home-c.ri
321
B
-rw-r--r--
2023-07-26 17:26
inspect-i.ri
245
B
-rw-r--r--
2023-07-26 17:26
mkdir-c.ri
751
B
-rw-r--r--
2023-07-26 17:26
mktmpdir-c.ri
2.04
KB
-rw-r--r--
2023-07-26 17:26
new-c.ri
265
B
-rw-r--r--
2023-07-26 17:26
open-c.ri
524
B
-rw-r--r--
2023-07-26 17:26
path-i.ri
370
B
-rw-r--r--
2023-07-26 17:26
pos%3d-i.ri
592
B
-rw-r--r--
2023-07-26 17:26
pos-i.ri
449
B
-rw-r--r--
2023-07-26 17:26
pwd-c.ri
422
B
-rw-r--r--
2023-07-26 17:26
read-i.ri
489
B
-rw-r--r--
2023-07-26 17:26
rewind-i.ri
418
B
-rw-r--r--
2023-07-26 17:26
rmdir-c.ri
370
B
-rw-r--r--
2023-07-26 17:26
seek-i.ri
647
B
-rw-r--r--
2023-07-26 17:26
tell-i.ri
451
B
-rw-r--r--
2023-07-26 17:26
tmpdir-c.ri
231
B
-rw-r--r--
2023-07-26 17:26
to_path-i.ri
376
B
-rw-r--r--
2023-07-26 17:26
unlink-c.ri
372
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" chdir:ETI"Dir::chdir;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"FChanges the current working directory of the process to the given;TI"Fstring. When called without an argument, changes the directory to;TI"@the value of the environment variable <code>HOME</code>, or;TI"@<code>LOGDIR</code>. <code>SystemCallError</code> (probably;TI"H<code>Errno::ENOENT</code>) if the target directory does not exist.;To:RDoc::Markup::BlankLine o; ; [ I"BIf a block is given, it is passed the name of the new current;TI"Bdirectory, and the block is executed with that as the current;TI"Idirectory. The original working directory is restored when the block;TI"Fexits. 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"Hmulti-threaded program an error will be raised if a thread attempts;TI"Dto open a <code>chdir</code> block while another thread has one;TI" open.;T@o:RDoc::Markup::Verbatim; [I""Dir.chdir("/var/spool/mail") ;FI"puts Dir.pwd ;FI"Dir.chdir("/tmp") do ;FI" puts Dir.pwd ;FI" Dir.chdir("/usr") do ;FI" puts Dir.pwd ;FI" end ;FI" puts Dir.pwd ;FI" end ;FI"puts Dir.pwd ;Fo; ; [I"<em>produces:</em>;T@o;; [ I"/var/spool/mail ;FI" /tmp ;FI" /usr ;FI" /tmp ;FI"/var/spool/mail;F: @file0I"XDir.chdir( [ string] ) -> 0 Dir.chdir( [ string] ) {| path | block } -> anObject ;T0[ I"(p1 = v1);FI" dir.c;T