Dirve Permisions

G

Guest

Guest
I have RH 7.1 installed on a 10GB HD. I have a in addition to the the /root partition I have a dos partition on the same dirve to move files between linux and W2k. The root user can write to the dos part. but my regualr users can't.

I'm very new to Linux so this should be a simple question...How do I add my regular logins to the permisions for the /dos partition?

KDE is my default GUI.

Ryan McGee
 
G

Guest

Guest
If your Windows is mounted as /windows, you can give the users permissions by executing this command as root:

chmod u+rwx /windows/*

Then you can check that permissions has been correctly set with 'ls -la /windows'.

jostber@frisurf.no