OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/../../../usr/share/rsyslog/../php7.4-readline/../mime/../bug/multipath-tools/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/bin/sh CONFIG_FILE=/etc/multipath.conf exec >&3 if [ -e "$CONFIG_FILE" ]; then printf "Contents of $CONFIG_FILE:\n" grep -Ev "^([[:space:]]*#|$)" $CONFIG_FILE else printf "$CONFIG_FILE does not exist.\n" fi printf "\n"