[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Verzeichnisfarben.



Hallo,

kurze Frage, habe den server neuinstalliert. Debian Sarge.

Habe in der .bashrc folgendes stehen:

# ~/.bashrc: executed by bash(1) for non-login shells.

export PS1='\h:\w\$ '
umask 022

# You may uncomment the following lines if you want `ls' to be colorized:
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
#
# Some more alias to avoid making mistakes:
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'


   if [ "$TERM" != "dumb" ]; then
       eval `dircolors -b`
           alias ls='ls --color=auto'
               alias dir='ls --color=auto --format=vertical'
                   alias vdir='ls --color=auto --format=long'
                       fi

Allerdings seh ich die . Dateien immer noch nicht bei dem befehl ls oder dir im /root/ Verzeichnsi wo die bashrc liegt.

nur durch den befehl ls -a

Nur das war eine kopie vom alten server und da ging es auch.
Auch ist die darstellung noch nicht in diesem sinne, wie sie soll:

drwxrwxrwx  109 root   bin        3072 Apr 16 01:07 webmin


Kann mir jemand mal bitte kurz helfen.

Wäre cool

Danke
marcus

_________________________________________________________________
Haben Spinnen Ohren? Finden Sie es heraus ? mit dem MSN Suche Superquiz via http://www.msn-superquiz.de Jetzt mitmachen und gewinnen!



Reply to: