Archive for April, 2009

Find 777 directory

Wednesday, April 29th, 2009

find / -perm 777 -print

Find files own by Apache

Wednesday, April 29th, 2009

find / home -user apache -print

Rebuild Plesk’s WebMail

Sunday, April 26th, 2009

> websrvmng –reconfigure-webmail
> defpackagemng –fix –type=webmail.horde
>

Force mount Linux RAID md3

Wednesday, April 1st, 2009

mdadm -A /dev/md3 –force   # force to assembly the RAID
mdadm –detail /dev/md3 # show the details on the RAID configuration
mdadm /dev/md3 -a /dev/sdd1  #add in the additional partition into the RAID