Julian Daich wrote:
David,
First of all, thank you. I'm a newbie and I don't want to badder but what I did yesterday before sending my e- mail is exactly what you wrote.I'm reading the guides but it takes time and I usually check out other sources before posting messages. I'm receiving the following error for both hdd and hdc:
[root@localhost ~]# $chmod 664 /dev/hdc -bash: 664: command not found
what's wrong?
Julian
Drop the dollar sign ($).
The syntax is:
chmod 664 /dev/hdc
Regards, Ed.