LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-06-2008, 08:24 AM   #1
timgeo
LQ Newbie
 
Registered: May 2008
Location: Texas
Distribution: 12.0 arriving on the 14th of May- Not my first Penguin though- Suse 9.3 was the first
Posts: 1

Rep: Reputation: 0
Slackware 12.0 Cdrom Access


Hi. Newbie? - maybe, but I have had other flavors of Linux in the past, and this is the first bird to give me so many headaches. I threatened to pluck all of it's feathers out if it didn't co-operate.

My problem is that I cannot access/mount the CDROM due to security settings. I probably had this problem with Suse 9.3, but it didn't matter because all of the driver packages I would ever need was installed during the two+ hour setup.

I have scoured the forums, used tricks and tips, but guess I am just too stupid to figure out the SU command.

Any help would be greatly appreciated.
 
Old 09-06-2008, 09:07 AM   #2
amishtechie
Member
 
Registered: Apr 2004
Distribution: Pop OS
Posts: 130

Rep: Reputation: 17
If you are wanting the cd to automount with KDE I believe first you have to add yourself to the plugdev and cdrom groups. Then if you right click on your desktop and go to configure desktop you can set it up so that an icon appears on your desktop when removable media is automounted.
 
Old 09-06-2008, 10:12 AM   #3
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Quote:
Originally Posted by timgeo View Post
I have scoured the forums, used tricks and tips, but guess I am just too stupid to figure out the SU command.
In short,
Code:
su
followed by (root's) password makes your shell become root shell, but your environment remain as it is (i.e. you won't get the $PATH environment variable of root's, but your own).
Code:
su -
Does the same thing as above, but now the environment should become that of root's. Sometimes this matters, so know the difference
Code:
su otheruser
Become 'otheruser' instead of root.
Also see
Code:
su --help
for a few more options.

Then if you set up sudo (add people to the sudo group and modify sudoers file to grant privileges as you see fit), you can use
Code:
sudo somecommand
to run 'somecommand' with root privileges; this way you are asked your own password (not root's like with 'su'), and if you are allowed to run 'somecommand' with sudo, it will be run with higher privileges. Note that this way you don't need to type in root password, you can restrict the things run with root privileges (as long as you do it carefully; for example letting people run a shell or su with sudo makes this meaningless and dangerous) and maybe even ease up making some scripts..well, it depends on what you do and how. Just remember that you need to be careful with how you configure sudo..

Hope it explains things a bit.

Last edited by b0uncer; 09-06-2008 at 10:14 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i get access to the cdrom arnon Linux - Newbie 5 12-31-2006 11:19 AM
cannot access to cdrom mag_um Linux - Software 2 05-17-2005 05:44 AM
Slackware 10 cdrom/dvd user access problems beyondzero Slackware 7 06-27-2004 05:21 AM
Cant access first cdrom after adding second cdrom Zero-0-Effect Slackware 2 02-18-2004 09:25 PM
Can't Access CDROM clownz Linux - Newbie 9 10-18-2001 06:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration