LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do you let other users... (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-you-let-other-users-338821/)

Linux_n00b_57 06-30-2005 02:58 PM

How do you let other users...
 
Mount the CDROM? or other root things?

Komakino 06-30-2005 03:08 PM

Depends what they are. To mount the CDROM you just need to add the option 'user' to the /etc/fstab file on the line about the cdrom. As for other things you can either set up sudo or just use the su command to become root temporarily, do what you need to do, then exit from root.

Linux_n00b_57 06-30-2005 03:11 PM

Quote:

Originally posted by Komakino
Depends what they are. To mount the CDROM you just need to add the option 'user' to the /etc/fstab file on the line about the cdrom. As for other things you can either set up sudo or just use the su command to become root temporarily, do what you need to do, then exit from root.
You just lost me....i'm the noobiest noob on this board, you are going to have to go step by step...

Tinkster 06-30-2005 03:23 PM

From /etc/fstab
Code:

/dev/cdrom      /cdrom          iso9660    user,unhide,noauto,ro  0  0


Cheers,
Tink


All times are GMT -5. The time now is 03:11 AM.