Add directory to path globally on ubuntu server -


how can add own directory path without editing local profile's .bash_profile or .bashrc?

i need make scripts in directory universally accessible user logged in.

you add following in /etc/bashrc

export path="$path:/your/directory" 

Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -

xslt - Umbraco and EXSLT sets do not work -