[Linux] Boot & Start Appplication
上次有講到啟動及開啟程式 但那是System的權限
Profile的路徑
home/user_name
開啟hash_profile
vim .bash_profile
修改成
Profile的路徑
開啟hash_profile
修改成
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
/opt/your_path/your_process &
Comments
Post a Comment