|
using su in scripts
i want to start some processes as user xxxx during system reboot...
when the system comes up, it is signed on as root...how do i change the login in a script
I tried doing this:
su - xxxx << EOF
<password>
EOF
and, this does not work...suggestions?
|