![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| adding spaces for a variable value | dnat | Shell Programming and Scripting | 2 | 02-26-2008 05:32 AM |
| Adding default search path for CPP | boyanov | UNIX for Dummies Questions & Answers | 1 | 09-10-2007 02:46 AM |
| Adding PATH variable in the startup scripts | rajanishshetty | UNIX for Dummies Questions & Answers | 5 | 03-02-2007 12:51 PM |
| adding 0 to a variable | shivakundan | Shell Programming and Scripting | 3 | 02-14-2007 10:05 PM |
| adding contents of a variable to a command | gammarays | Shell Programming and Scripting | 2 | 02-08-2005 01:39 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
adding PATH variable
Hello
i use bash and i added a path variable for 2 files /rscr and /uscr in /etc/profile /rscr working fine but the other one shows command not found and when i try to type whereis for scripts in /rscr it shows them but the other one shows nothing... thanks |
|
||||
|
echo $PATH Code:
/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/uscr cat ~/.profile |grep PATH Code:
PATH=$PATH:/usr/uscr:/usr/rscr; export PATH see on $PATH it doesn't show /usr/rscr but with cat ~/.profile |grep PATH .. its there! im confused
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|