Unable to create .bash_profile on slackware 13.1 as host
hi all,
I use slackwar13.1. I'm trying to bulid a distro by using LFS.
I get "cat: /home/lfs/.bash_profile: No such file or directory"
when I type the following lines in the console as usr lfs.
How do i overcome this. Or is there any alternative.
Please help.
lfs@darkstar:~$ cat ~/.bash_profile << "EOF"
> exec nv -i HOME=$HOME TERM=$TERM PSI='\u:\w\$ ' /bin/bash
> EOF
cat: /home/lfs/.bash_profile: No such file or directory
|