[Tux Gif]
 Linux System Administration

Shells


Startup Files
        [root@localhost ~]# useradd guest
        [root@localhost ~]# cd /home/guest
        [root@localhost guest]# ls -al

        total 36
        drwx------  3 guest guest 4096 May 11 20:29 .
        drwxr-xr-x  5 root  root  4096 May 11 20:29 ..
        -rw-r--r--  1 guest guest  302 May 11 20:29 .bash_logout
        -rw-r--r--  1 guest guest  191 May 11 20:29 .bash_profile
        -rw-r--r--  1 guest guest  124 May 11 20:29 .bashrc
        -rw-r--r--  1 guest guest  383 May 11 20:29 .emacs
        -rw-r--r--  1 guest guest  120 May 11 20:29 .gtkrc
        drwxr-xr-x  3 guest guest 4096 May 11 20:29 .kde




Prev                Page 2                Next