We are using a separate non-root user for executing script say abc.
login with this user is only intend to create and execute the script.
All the scripts are stored at location /usr/local/sbin
Is it recommended to change the home directory of user to /usr/local/sbin ?
or shall i edit bash profile ?
Which one is more preferred?
this is to save some time
