Difference between revisions of "Linux"

From HCL
Jump to: navigation, search
Line 7: Line 7:
 
PATH=$HOME/bin:$PATH
 
PATH=$HOME/bin:$PATH
 
LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH
 
LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH
# GCC
 
CPATH=$HOME/include:$CPATH
 
LIBRARY_PATH=$HOME/lib:$LIBRARY_PATH
 
 
</source>
 
</source>
  
 
== Utilities ==
 
== Utilities ==
 
* '''mc''' (midnight commander) - a file manager with a built-in text editor. To copy text, hold the shift button.
 
* '''mc''' (midnight commander) - a file manager with a built-in text editor. To copy text, hold the shift button.

Revision as of 15:05, 11 December 2009

Environment

  • .*rc - for non-login * shell
  • .*profile - for login * shell, uses the rc settings

Recommmnded settings

PATH=$HOME/bin:$PATH
LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH

Utilities

  • mc (midnight commander) - a file manager with a built-in text editor. To copy text, hold the shift button.