how to run a shell scripts at every login in Centos
Solution 1:
You can add your script in ~/.bash_profile
where ~
represents the homedir of the user for which running the script is intended.
You can add your script in ~/.bash_profile
where ~
represents the homedir of the user for which running the script is intended.