Difference between revisions of "Linux"

From HCL
Jump to: navigation, search
Line 2: Line 2:
 
* '''.*rc''' - for non-login * shell
 
* '''.*rc''' - for non-login * shell
 
* '''.*profile''' - for login * shell, uses the rc settings
 
* '''.*profile''' - for login * shell, uses the rc settings
 
=== Recommmnded settings ===
 
<source lang="bash">
 
PATH=$HOME/bin:$PATH
 
LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH
 
</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 12:27, 23 February 2010

Environment

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

Utilities

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