%PDF- %PDF-
Direktori : /proc/self/root/proc/thread-self/root/usr/share/doc/ppp/examples/ |
Current File : //proc/self/root/proc/thread-self/root/usr/share/doc/ppp/examples/userscripts-up |
#!/bin/sh -e getent passwd | awk -F: '{print $1 " " $6}' | \ while read user home; do [ -x $home/.ip-up.d/ ] && su $user run-parts $home/.ip-up.d/ done