![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| bourne shell programming help | ganjakh0r | Shell Programming and Scripting | 1 | 11-27-2005 05:38 PM |
| Bourne Shell scripting help | PoloRL185 | Shell Programming and Scripting | 1 | 05-13-2005 09:09 AM |
| bourne shell not working | gillbates | Shell Programming and Scripting | 6 | 06-17-2004 01:22 PM |
| Bourne Shell Script | dmhonor914 | UNIX for Dummies Questions & Answers | 2 | 12-10-2003 09:25 AM |
| Bourne Shell Scripting | Slamo | Shell Programming and Scripting | 3 | 05-19-2003 05:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Bourne-again shell
Hi guys !!
well i'm still new in learning UNIX , and actually i'm still studying it by myself .. anyway, some people told me the Bourne-again shell is a good version of UNIX to work on , and i tried to download yesterday but i didn't know how to start it ...... the ReadMe file associated with it said : " Simply place the bash.exe, and bash.dll file somewhere on your PATH, and copy the supplied .bashrc file to your Home directory. " .. and i dont know what he means by this !!!!!!!!!!! .. any help is appreciated guys !!! .. Thanks a lot .. P.S : This version of Shell is designed to work on windows environment. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What that means is that you have to go to the command prompt, and run the command 'path'. Then copy the bash.exe and the bash.dll file to any of the directories that is shown in the output - C:\WINNT\system32, C:\WINNT are good bets to always appear in the path.
The .bashrc file is not a must have (atleast on unix). So you could check to see if you can run bash without that file and if you can, skip the step. You can create the .bashrc file later - after you learn a bit more about the shell. |
|
#3
|
|||
|
|||
|
Thanks blowtorch
i have copied the 2 files into this path ---> C:\window\system32 but when i run the bash.exe .. the following message appears : bash:warning:could not find /tmp , please create ! what should i do ? Thanks a lot again ... |
|
#4
|
||||
|
||||
|
Try creating a directory called 'tmp' in C:. You already have a 'temp' directory, but unix uses 'tmp' so bash might be looking for that.
|
||||
| Google The UNIX and Linux Forums |