Results 1 to 2 of 2
hi,
i m new to linux,
i have installed the compiler,
but it is giving problem in path please help in how to set the path.
also help me in ...
- 02-02-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 3
path and shell problem
hi,
i m new to linux,
i have installed the compiler,
but it is giving problem in path please help in how to set the path.
also help me in how to wiew current shell and change the shell.
please help.
thanks.
- 02-02-2010 #2
You can verify current path using command,
echo $PATH
You can change it using ,
If you want this to reflect this change for all users then update this entry in /etc/profilePATH=$PATH:/path/to/your/compiler
If you check /etc/profile ,you will get to know about it.- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote