file permissions and file owner won't change
ok i ve mounted my ntfs permission as a user using the su command in the bash script on x (as normal usr)
of course am not able to enter it so .. i was changing the file owner and the file group
chown and chgrp
so it gives me
chgrp: changing group of `wine': Read-only file system
and
chown: changing ownership of `wine': Read-only file system
and when i write ls -l
r-x------ 1 root root 8192 Nov 29 16:52 wine
as u see the ownership is not changing
anybody with ideas ?
|