Is this a correct way for passing an environment variable in sudo ?
sudo -u www-data -b env FOOBAR="foobar" /home/user/folder/daemon
Is this a correct way for passing an environment variable in sudo ?
|
||||
|
That works, but /tmp/test:
It's also possible to get environment variables through using the |
||||
|