Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bash as username in my term...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Cacco
n00b
n00b


Joined: 11 Feb 2004
Posts: 30
Location: Sweden

PostPosted: Sat Feb 21, 2004 11:30 am    Post subject: Bash as username in my term... Reply with quote

Instead of my username and location its just write bash0.2.....
It's irritating because I can't see in which map I'm in...
Anyone who knows how to fix this???

And as you understand I'm a n00b :p
Back to top
View user's profile Send private message
meital
Tux's lil' helper
Tux's lil' helper


Joined: 17 Feb 2004
Posts: 93

PostPosted: Sat Feb 21, 2004 11:44 am    Post subject: Reply with quote

really worth the reading (also for prompt colorization ) :
http://www-106.ibm.com/developerworks/linux/library/l-tip-prompt/
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54317
Location: 56N 3W

PostPosted: Sat Feb 21, 2004 11:48 am    Post subject: Reply with quote

Cacco,

It looks like you didn't create your user properly.

There are some files in /etc/skel that every user should have.
They are not normally displayed by the
Code:
ls
command since their names begin with a dot.

Do
Code:
cp /etc/skel/* /home/<user>/
and all should be well at your next login. After the copy, you will need to fix the ownerships and group with the
Code:
chown <usr> <file>
and
Code:
chgrp <group> <file>
commands. File can be an "*" if you don'y mind affecting all files.

You will find
Code:
ls -a
useful.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum