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 : cdesc-FileUtils.yaml
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: collect_method - !ruby/object:RI::MethodSummary name: commands - !ruby/object:RI::MethodSummary name: have_option? - !ruby/object:RI::MethodSummary name: options - !ruby/object:RI::MethodSummary name: options_of comment: - !ruby/struct:SM::Flow::H level: 1 text: fileutils.rb - !ruby/struct:SM::Flow::P body: Copyright (c) 2000-2006 Minero Aoki - !ruby/struct:SM::Flow::P body: This program is free software. You can distribute/modify this program under the same terms of ruby. - !ruby/struct:SM::Flow::H level: 2 text: module FileUtils - !ruby/struct:SM::Flow::P body: Namespace for several file utility methods for copying, moving, removing, etc. - !ruby/struct:SM::Flow::H level: 3 text: Module Functions - !ruby/struct:SM::Flow::VERB body: " cd(dir, options)\n cd(dir, options) {|dir| .... }\n pwd()\n mkdir(dir, options)\n mkdir(list, options)\n mkdir_p(dir, options)\n mkdir_p(list, options)\n rmdir(dir, options)\n rmdir(list, options)\n ln(old, new, options)\n ln(list, destdir, options)\n ln_s(old, new, options)\n ln_s(list, destdir, options)\n ln_sf(src, dest, options)\n cp(src, dest, options)\n cp(list, dir, options)\n cp_r(src, dest, options)\n cp_r(list, dir, options)\n mv(src, dest, options)\n mv(list, dir, options)\n rm(list, options)\n rm_r(list, options)\n rm_rf(list, options)\n install(src, dest, mode = <src's>, options)\n chmod(mode, list, options)\n chmod_R(mode, list, options)\n chown(user, group, list, options)\n chown_R(user, group, list, options)\n touch(list, options)\n" - !ruby/struct:SM::Flow::P body: The <tt>options</tt> parameter is a hash of options, taken from the list <tt>:force</tt>, <tt>:noop</tt>, <tt>:preserve</tt>, and <tt>:verbose</tt>. <tt>:noop</tt> means that no changes are made. The other two are obvious. Each method documents the options that it honours. - !ruby/struct:SM::Flow::P body: All methods that have the concept of a "source" file or directory can take either one file or a list of files in that argument. See the method documentation for examples. - !ruby/struct:SM::Flow::P body: "There are some `low level' methods, which do not accept any option:" - !ruby/struct:SM::Flow::VERB body: " copy_entry(src, dest, preserve = false, dereference = false)\n copy_file(src, dest, preserve = false, dereference = true)\n copy_stream(srcstream, deststream)\n remove_entry(path, force = false)\n remove_entry_secure(path, force = false)\n remove_file(path, force = false)\n compare_file(path_a, path_b)\n compare_stream(stream_a, stream_b)\n uptodate?(file, cmp_list)\n" - !ruby/struct:SM::Flow::H level: 2 text: module FileUtils::Verbose - !ruby/struct:SM::Flow::P body: This module has all methods of FileUtils module, but it outputs messages before acting. This equates to passing the <tt>:verbose</tt> flag to methods in FileUtils. - !ruby/struct:SM::Flow::H level: 2 text: module FileUtils::NoWrite - !ruby/struct:SM::Flow::P body: This module has all methods of FileUtils module, but never changes files/directories. This equates to passing the <tt>:noop</tt> flag to methods in FileUtils. - !ruby/struct:SM::Flow::H level: 2 text: module FileUtils::DryRun - !ruby/struct:SM::Flow::P body: This module has all methods of FileUtils module, but never changes files/directories. This equates to passing the <tt>:noop</tt> and <tt>:verbose</tt> flags to methods in FileUtils. constants: - !ruby/object:RI::Constant comment: name: METHODS value: singleton_methods() - %w( private_module_function commands options have_option? options_of collect_method ) full_name: FileUtils includes: - !ruby/object:RI::IncludedModule name: StreamUtils_ instance_methods: - !ruby/object:RI::MethodSummary name: cd - !ruby/object:RI::MethodSummary name: chdir - !ruby/object:RI::MethodSummary name: chmod - !ruby/object:RI::MethodSummary name: chmod_R - !ruby/object:RI::MethodSummary name: chown - !ruby/object:RI::MethodSummary name: chown_R - !ruby/object:RI::MethodSummary name: cmp - !ruby/object:RI::MethodSummary name: compare_file - !ruby/object:RI::MethodSummary name: compare_stream - !ruby/object:RI::MethodSummary name: copy - !ruby/object:RI::MethodSummary name: copy_entry - !ruby/object:RI::MethodSummary name: copy_file - !ruby/object:RI::MethodSummary name: copy_stream - !ruby/object:RI::MethodSummary name: cp - !ruby/object:RI::MethodSummary name: cp_r - !ruby/object:RI::MethodSummary name: fu_have_symlink? - !ruby/object:RI::MethodSummary name: fu_world_writable? - !ruby/object:RI::MethodSummary name: getwd - !ruby/object:RI::MethodSummary name: identical? - !ruby/object:RI::MethodSummary name: install - !ruby/object:RI::MethodSummary name: link - !ruby/object:RI::MethodSummary name: ln - !ruby/object:RI::MethodSummary name: ln_s - !ruby/object:RI::MethodSummary name: ln_sf - !ruby/object:RI::MethodSummary name: makedirs - !ruby/object:RI::MethodSummary name: mkdir - !ruby/object:RI::MethodSummary name: mkdir_p - !ruby/object:RI::MethodSummary name: mkpath - !ruby/object:RI::MethodSummary name: move - !ruby/object:RI::MethodSummary name: mv - !ruby/object:RI::MethodSummary name: pwd - !ruby/object:RI::MethodSummary name: remove - !ruby/object:RI::MethodSummary name: remove_dir - !ruby/object:RI::MethodSummary name: remove_entry - !ruby/object:RI::MethodSummary name: remove_entry_secure - !ruby/object:RI::MethodSummary name: remove_file - !ruby/object:RI::MethodSummary name: rm - !ruby/object:RI::MethodSummary name: rm_f - !ruby/object:RI::MethodSummary name: rm_r - !ruby/object:RI::MethodSummary name: rm_rf - !ruby/object:RI::MethodSummary name: rmdir - !ruby/object:RI::MethodSummary name: rmtree - !ruby/object:RI::MethodSummary name: safe_unlink - !ruby/object:RI::MethodSummary name: symlink - !ruby/object:RI::MethodSummary name: touch - !ruby/object:RI::MethodSummary name: uptodate? name: FileUtils superclass:
Close