How can I modify command line in Ubuntu 10.04?
        Posted  
        
            by 
                user482594
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user482594
        
        
        
        Published on 2011-01-06T23:40:46Z
        Indexed on 
            2011/01/06
            23:54 UTC
        
        
        Read the original article
        Hit count: 186
        
command-line
|ubuntu-10.04
I am using a vpn service from certain server. I was given with a root account, and when I connect with a root account, the command line looks like below.
root@xa9g82:/etc/#
Then I used useradd to add an account called 'temp' When I connected to the server with temp, then the command line only has a single character.
$
The user information is not shown, neither the path. Also, note that, in root's command line I can use tab to automatically complete the filename, however 'temp's command line inserts tab space, when I press tab. It is very inconvenient.
I am using Ubuntu 10.04. How can I resolve this issue?
© Stack Overflow or respective owner