narenarya

Executing a script at startup

Dec 6th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #commands for executing script at startup
  2.  
  3. $ sudo nano /etc/profile
  4. #append code to that file
  5. #for ex add path to $PATH variable at startup
  6. PATH=$PATH:$HOME/FWTools-linux-x86_64-3.0.1/bin_safe
  7. #next restart the system
Advertisement
Add Comment
Please, Sign In to add comment