color grep less
May 25, 2009
Leave a comment
Add this in your bashrc
Add this in your bashrc
alias grep='grep --color=always'; alias less='less -R';
find . -name file1.txt -o -name file2.txt -o -name file3.txt
Add a new user called ‘username’ to users and wheel group, the wheel group will allow you to su
useradd -m -G users,wheel username
then
passwd username
edit file
/etc/conf.d/apache2
append
-D USERDIR
to APACHE2_OPTS