I have a user on my RHEL5 system whose home folder is /tmp. This user is for running some monitoring tasks, it doesn't represent a human being.
What are the options for modifying this user's PATH environment variable? I would like to add /usr/sbin to the user's PATH so that it has access to the ethtool
command.
At the moment this user's path is /usr/bin:/bin
.
Thanks in advance
Rich