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 /
ruby20 /
share /
ri /
2.0.0 /
system /
Dir /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d-c.ri
378
B
-rw-r--r--
2023-07-26 17:38
cdesc-Dir.ri
1.61
KB
-rw-r--r--
2023-07-26 17:38
chdir-c.ri
1.59
KB
-rw-r--r--
2023-07-26 17:38
chroot-c.ri
501
B
-rw-r--r--
2023-07-26 17:38
close-i.ri
506
B
-rw-r--r--
2023-07-26 17:38
delete-c.ri
450
B
-rw-r--r--
2023-07-26 17:38
each-i.ri
781
B
-rw-r--r--
2023-07-26 17:38
entries-c.ri
598
B
-rw-r--r--
2023-07-26 17:38
exist%3f-c.ri
439
B
-rw-r--r--
2023-07-26 17:38
exists%3f-c.ri
441
B
-rw-r--r--
2023-07-26 17:38
foreach-c.ri
813
B
-rw-r--r--
2023-07-26 17:38
getwd-c.ri
514
B
-rw-r--r--
2023-07-26 17:38
glob-c.ri
3.72
KB
-rw-r--r--
2023-07-26 17:38
home-c.ri
399
B
-rw-r--r--
2023-07-26 17:38
inspect-i.ri
322
B
-rw-r--r--
2023-07-26 17:38
mkdir-c.ri
844
B
-rw-r--r--
2023-07-26 17:38
mktmpdir-c.ri
2.24
KB
-rw-r--r--
2023-07-26 17:38
new-c.ri
342
B
-rw-r--r--
2023-07-26 17:38
open-c.ri
605
B
-rw-r--r--
2023-07-26 17:38
path-i.ri
457
B
-rw-r--r--
2023-07-26 17:38
pos%3d-i.ri
680
B
-rw-r--r--
2023-07-26 17:38
pos-i.ri
537
B
-rw-r--r--
2023-07-26 17:38
pwd-c.ri
510
B
-rw-r--r--
2023-07-26 17:38
read-i.ri
577
B
-rw-r--r--
2023-07-26 17:38
rewind-i.ri
505
B
-rw-r--r--
2023-07-26 17:38
rmdir-c.ri
448
B
-rw-r--r--
2023-07-26 17:38
seek-i.ri
735
B
-rw-r--r--
2023-07-26 17:38
tell-i.ri
539
B
-rw-r--r--
2023-07-26 17:38
tmpdir-c.ri
309
B
-rw-r--r--
2023-07-26 17:38
to_path-i.ri
463
B
-rw-r--r--
2023-07-26 17:38
unlink-c.ri
450
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" chdir:ETI"Dir::chdir;TT:publico: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"A<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"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" open.;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"(p1 = v1);T@3FI"Dir;TcRDoc::NormalClass0