Le 10/09/2011 14:25, Mark Neidorff a écrit :
On Wednesday 07 September 2011 3:33:10 pm jacques wrote:
Hi,
Hi Mark,
1. alias "rm" to "rm -i" to add a
rm: remove regular file `filename' ?
to give the user a moment to think for each file.
Done :) (1)
2. mount /usr as read only
What about updating software
3. Disconnect the keyboard
alternatively : Cut admin's both hands ;)
Mark
Jacques
(1) In .bash_profile uncomment the if/fi statement
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
in .bashrc add a line :
# some more ls aliases
#alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'
alias rm='rm -i'
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e6b5925.7050...@lavignotte.org