ich habe dem normalen user unter debian als shell die korn shell gegeben.
Code: Alles auswählen
$ echo $SHELL
/bin/pdksh
Code: Alles auswählen
daniel-laptop:~# more .profile
#~/.profile: executed by Bourne-compatible login shells.
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
mesg n
alias ll='ls -l'
alias la='ls -a'
alias pget='ps -ef | grep '
alias dan='cd /home/daniel/'
alias down='cd /home/daniel/downloads/'
alias scr='cd /home/daniel/scripts/'
alias sh='cd /home/daniel/screenshots/'
Code: Alles auswählen
# ~/.profile: executed by Bourne-compatible login shells.
#if [ -f ~/.bashrc ]; then
# . ~/.bashrc
#fi
mesg n
alias ll='ls -l'
alias dan='cd /home/daniel/'
alias down=' cd /home/daniel/downloads/'
alias scr='cd /home/daniel/scripts/'
alias la='ls -al'