![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/root/proc/thread-self/root/usr/share/doc/dhcp-client/ |
#!/bin/bash # For dhclient/dhclient-script debugging. # Copy this into /etc/dhcp/ and make it executable. # Run 'dhclient -d <interface>' to see info passed from dhclient to dhclient-script. # See also HOOKS section in dhclient-script(8) man page. echo "interface: " echo "reason: " ( set -o posix ; set ) | grep "old_" ( set -o posix ; set ) | grep "new_" ( set -o posix ; set ) | grep "alias_" ( set -o posix ; set ) | grep "requested_"