ok
Direktori : /proc/thread-self/root/proc/self/root/proc/thread-self/root/lib/systemd/ |
Current File : //proc/thread-self/root/proc/self/root/proc/thread-self/root/lib/systemd/rhel-domainname |
#!/usr/bin/bash . /etc/sysconfig/network if [ -n "${NISDOMAIN}" -a -x /usr/bin/domainname ]; then domainname ${NISDOMAIN} exit $? fi exit 0