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

Re: Verzeichnisfarben.



Stimmt mist.

ich habe die falsche genommen.


Anbei mal die richtige bash.rc fürs archiv:

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

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


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

Diese geht nämlich , mit farben und mit allem.



From: Thorsten Haude <debian@thorstenhau.de>
To: debian-user-german@lists.debian.org
Subject: Re: Verzeichnisfarben.
Date: Mon, 17 Apr 2006 19:47:06 +0200

Moin,

* Markus Braun wrote (2006-04-17 17:36):
>kurze Frage, habe den server neuinstalliert. Debian Sarge.

Stammt die Datei ursprünglich von SuSE?


># 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

Das solltest Du auch nicht ändern, die Dinger haben nicht ohne Grund
ein Pünktchen.

Aber in dieser Aussage scheint Dein Problem versteckt zu sein, sehe
ich das richtig? Was sagt denn in so einer Shell 'alias'? Was sagt
'echo $LS_OPTIONS'? Warum liegt die .bashrc in /root?


>Auch ist die darstellung noch nicht in diesem sinne, wie sie soll:
>
>drwxrwxrwx  109 root   bin        3072 Apr 16 01:07 webmin

Tja, ich find's schick. Gefällt Dir die Farbe nicht?


Thorsten
--
Wasn't the storming of the Bastille an act of terrorism?
Probably. Now it's a holiday.
    - umarsyed


<< attach3 >>

_________________________________________________________________
Die neue MSN Suche Toolbar mit Windows-Desktopsuche. Suchen Sie gleichzeitig im Web, Ihren E-Mails und auf Ihrem PC! Jetzt neu! http://desktop.msn.de/ Jetzt gratis downloaden!



Reply to: