On 1/3/07, Joe Malicki <jmalicki at metacarta.com> wrote: > MegaCli -PDRbld -ProgDsply -PhysDrv [1:3] -a0 You might want to escape/quote the square brackets, as they are shell meta-characters. That is: MegaCli -PDRbld -ProgDsply -PhysDrv '[1:3]' -a0 -- Ben