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.222
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
ARGF /
Delete
Unzip
Name
Size
Permission
Date
Action
argv-i.ri
554
B
-rw-r--r--
2026-04-07 16:51
binmode%3f-i.ri
585
B
-rw-r--r--
2026-04-07 16:51
binmode-i.ri
702
B
-rw-r--r--
2026-04-07 16:51
cdesc-ARGF.ri
10.12
KB
-rw-r--r--
2026-04-07 16:51
close-i.ri
673
B
-rw-r--r--
2026-04-07 16:51
closed%3f-i.ri
418
B
-rw-r--r--
2026-04-07 16:51
each-i.ri
2.13
KB
-rw-r--r--
2026-04-07 16:51
each_byte-i.ri
1.02
KB
-rw-r--r--
2026-04-07 16:51
each_char-i.ri
916
B
-rw-r--r--
2026-04-07 16:51
each_codepoint-i.ri
946
B
-rw-r--r--
2026-04-07 16:51
each_line-i.ri
1.79
KB
-rw-r--r--
2026-04-07 16:51
eof%3f-i.ri
743
B
-rw-r--r--
2026-04-07 16:51
eof-i.ri
804
B
-rw-r--r--
2026-04-07 16:51
external_encoding-i.ri
803
B
-rw-r--r--
2026-04-07 16:51
file-i.ri
709
B
-rw-r--r--
2026-04-07 16:51
filename-i.ri
789
B
-rw-r--r--
2026-04-07 16:51
fileno-i.ri
561
B
-rw-r--r--
2026-04-07 16:51
getbyte-i.ri
688
B
-rw-r--r--
2026-04-07 16:51
getc-i.ri
956
B
-rw-r--r--
2026-04-07 16:51
gets-i.ri
902
B
-rw-r--r--
2026-04-07 16:51
inplace_mode%3d-i.ri
904
B
-rw-r--r--
2026-04-07 16:51
inplace_mode-i.ri
515
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
283
B
-rw-r--r--
2026-04-07 16:51
internal_encoding-i.ri
784
B
-rw-r--r--
2026-04-07 16:51
lineno%3d-i.ri
809
B
-rw-r--r--
2026-04-07 16:51
lineno-i.ri
582
B
-rw-r--r--
2026-04-07 16:51
path-i.ri
729
B
-rw-r--r--
2026-04-07 16:51
pos%3d-i.ri
508
B
-rw-r--r--
2026-04-07 16:51
pos-i.ri
487
B
-rw-r--r--
2026-04-07 16:51
print-i.ri
1.8
KB
-rw-r--r--
2026-04-07 16:51
printf-i.ri
490
B
-rw-r--r--
2026-04-07 16:51
putc-i.ri
738
B
-rw-r--r--
2026-04-07 16:51
puts-i.ri
1.87
KB
-rw-r--r--
2026-04-07 16:51
read-i.ri
2.21
KB
-rw-r--r--
2026-04-07 16:51
read_nonblock-i.ri
484
B
-rw-r--r--
2026-04-07 16:51
readbyte-i.ri
763
B
-rw-r--r--
2026-04-07 16:51
readchar-i.ri
773
B
-rw-r--r--
2026-04-07 16:51
readline-i.ri
846
B
-rw-r--r--
2026-04-07 16:51
readlines-i.ri
938
B
-rw-r--r--
2026-04-07 16:51
readpartial-i.ri
983
B
-rw-r--r--
2026-04-07 16:51
rewind-i.ri
587
B
-rw-r--r--
2026-04-07 16:51
seek-i.ri
435
B
-rw-r--r--
2026-04-07 16:51
set_encoding-i.ri
1.68
KB
-rw-r--r--
2026-04-07 16:51
skip-i.ri
581
B
-rw-r--r--
2026-04-07 16:51
tell-i.ri
538
B
-rw-r--r--
2026-04-07 16:51
to_a-i.ri
640
B
-rw-r--r--
2026-04-07 16:51
to_i-i.ri
501
B
-rw-r--r--
2026-04-07 16:51
to_io-i.ri
589
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
307
B
-rw-r--r--
2026-04-07 16:51
to_write_io-i.ri
372
B
-rw-r--r--
2026-04-07 16:51
write-i.ri
344
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" read:ETI"ARGF#read;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"IReads _length_ bytes from ARGF. The files named on the command line ;TI"Kare concatenated and treated as a single file by this method, so when ;TI"Ocalled without arguments the contents of this pseudo file are returned in ;TI"their entirety.;To:RDoc::Markup::BlankLine o; ; [I"6_length_ must be a non-negative integer or +nil+.;T@o; ; [I"=If _length_ is a positive integer, +read+ tries to read ;TI":_length_ bytes without any conversion (binary mode). ;TI"LIt returns +nil+ if an EOF is encountered before anything can be read. ;TI"LFewer than _length_ bytes are returned if an EOF is encountered during ;TI"the read. ;TI"HIn the case of an integer _length_, the resulting string is always ;TI"in ASCII-8BIT encoding.;T@o; ; [I"<If _length_ is omitted or is +nil+, it reads until EOF ;TI"<and the encoding conversion is applied, if applicable. ;TI"MA string is returned even if EOF is encountered before any data is read.;T@o; ; [I"GIf _length_ is zero, it returns an empty string (<code>""</code>).;T@o; ; [ I"3If the optional _outbuf_ argument is present, ;TI">it must reference a String, which will receive the data. ;TI"LThe _outbuf_ will contain only the received data after the method call ;TI".even if it is not empty at the beginning.;T@o; ; [I"For example:;T@o:RDoc::Markup::Verbatim; [ I" $ echo "small" > small.txt ;TI" $ echo "large" > large.txt ;TI"&$ ./glark.rb small.txt large.txt ;TI" ;TI"'ARGF.read #=> "small\nlarge" ;TI"'ARGF.read(200) #=> "small\nlarge" ;TI"ARGF.read(2) #=> "sm" ;TI"ARGF.read(0) #=> "" ;T:@format0o; ; [ I"CNote that this method behaves like the fread() function in C. ;TI"GThis means it retries to invoke read(2) system calls to read data ;TI" with the specified length. ;TI"AIf you need the behavior like a single read(2) system call, ;TI"5consider ARGF#readpartial or ARGF#read_nonblock.;T: @fileI" io.c;T:0@omit_headings_from_table_of_contents_below0I"AARGF.read([length [, outbuf]]) -> string, outbuf, or nil ;T0[ I"(p1 = v1, p2 = v2);T@@FI" ARGF;TcRDoc::NormalClass00