[Linux] Boot & Start Appplication

上次有講到啟動及開啟程式 但那是System的權限

Profile的路徑
home/user_name

開啟hash_profile
vim .bash_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

Popular posts from this blog

[Linux] UVC Camera

UPnP Device Implementations

[UPnP] UPnP Implementers Corporation & UPnP Forum