E D R , A S I H C RSS

RootEnv (rev. 1.1)

FrontPage RootEnv

1. .bashrc
# This file is sourced by all *interactive* bash shells on startup.  This
# file *should generate no output* or it will break the scp and rcp commands.

# colors for ls, etc.
eval `dircolors -b /etc/DIR_COLORS`
alias d="ls --color"
alias ls="ls --color=auto"
alias ll="ls --color -l"

2. .bash_profile
# /etc/skel/.bash_profile:
# $Header: /home/hosting_users/tongseob/www/wiki/data/text/RCS/RootEnv,v 1.1 2005/08/03 11:27:29 root Exp $

#This file is sourced by bash when you log in interactively.
[ -f ~/.bashrc ] && . ~/.bashrc

alias rndc='rndc -k /chroot/dns/etc/bind/rndc.key'
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2005-08-03 20:27:29
Processing time 0.0196 sec