Should I quote the command passed to su when backgrounding a process as a low-privileged user? For example:
...some important setup code... su - nobody -c /path/to/script/run/as/nobody &
OR
su - nobody -c "/path/to/script/run/as/nobody &"
OR EVEN
su - nobody -c (/path/to/script/run/as/nobody &)
Thanks for suggestions in advance. Tim
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list