Dear Terminal users,
I have tried the following both as my user and root user
sudo cp -R file /dev/file
and I get
cp: /dev/file: Operation not supported
This is the ls -l for the file
-rwxrwxrwx 1 lee lee 129260 Apr 3 2009 file
and this is mount
/dev/disk0s2 on / (local, journaled)
devfs on /dev (local)
fdesc on /dev (union)
<volfs> on /.vol
automount -nsl [125] on /Network (automounted)
automount -fstab [146] on /automount/Servers (automounted)
automount -static [146] on /automount/static (automounted)
Can anyone tell me what is wrong with what I am doing?
I have tried the following both as my user and root user
sudo cp -R file /dev/file
and I get
cp: /dev/file: Operation not supported
This is the ls -l for the file
-rwxrwxrwx 1 lee lee 129260 Apr 3 2009 file
and this is mount
/dev/disk0s2 on / (local, journaled)
devfs on /dev (local)
fdesc on /dev (union)
<volfs> on /.vol
automount -nsl [125] on /Network (automounted)
automount -fstab [146] on /automount/Servers (automounted)
automount -static [146] on /automount/static (automounted)
Can anyone tell me what is wrong with what I am doing?