Thursday, July 14, 2016

Where to save environment variable in linux system permanently

some time we need to set our user defined location where we have some library's to use when ld.so, ld-linux.so* - dynamic linker/loader search for library when its start linking for making executable of library.


we just can add the library path in this location's file
/etc/environment


No comments:

Post a Comment