On Tue, Dec 19, 2006 at 05:12:54PM +0530, arnuld wrote:
> [ i checked the file ".bash_profile" to make sure that it contains this line:
>
> "exec env -i HOME=$HOME TERM=$TERM PS1=`\u:\w\$ ` bin/bash"
You used backquotes "`" so the shell tries to execute \u:\w\$ as a
command. Change them to sin
On Tue, 19 Dec 2006, arnuld wrote:
> hai all,
>
> this is my very 1st post & also my 1st try at LFS.
I also meant to say "Hi" and "Welcome"!
Mike.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information
On Tue, 19 Dec 2006, arnuld wrote:
> -su "u:w$": command not found
>
> [ i checked the file ".bash_profile" to make sure that it contains this
> line:
>
> "exec env -i HOME=$HOME TERM=$TERM PS1=`\u:\w\$ ` bin/bash"
>
>
> i know, PS1 here has "ticks" not "inverted commas" ]
This is the proble
hai all,
this is my very 1st post & also my 1st try at LFS.
installtion from LiveCD 6.2 works fine. i only had a trouble at one
place.when i issue the command:
"source ~/.bash_profile"
i get an error,something like:
-su "u:w$": command not found
[ i checked the file ".bash_profile" to make s