Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    You can verify current path using command,
    echo $PATH
    You can change it using ,
    PATH=$PATH:/path/to/your/compiler
    If you want this to reflect this change for all users then update this entry in /etc/profile

    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
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...