Red Hat Linux 7.1: The Official Red Hat Linux Reference Guide | ||
---|---|---|
Prev | Chapter 12. Controlling Access and Privileges | Next |
If, for whatever reason, console access is not appropriate for you and you need to give non-root users access to your system's diskette drive, this can be done using the floppy group. Simply add the user(s) to the floppy group using the tool of your choice. Here's an example showing how gpasswd can be used to add user fred to the floppy group:
[root@bigdog root]# gpasswd -a fred floppy Adding user fred to group floppy [root@bigdog root]# |
Now, user fred will now be able to access the system's diskette drive.