Answer» Hi
I have written a program that automatically mounts a floppy disk to a mountpoint in a linux machine. The program is run as a non-root USER (called 'VISION') and the MOUNT command is carried out via the 'sudo' command. However, only root can WRITE to the floppy, and I would like it so that vision can write to it as well. I have read the man pages on mount, and it is not clear to me how to do this.
TIA for any help,
Campbell
|