Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Root Permisions ?

Status
Not open for further replies.

maverick

MIS
Apr 21, 1999
193
US
Hey,

How do I give myself root permissions ?
so I can make changes...

TIA

"Hacker by Heart"
saenzcorp@hotpop.com
 
You can login as root or use the super user mode, "su".
 
How do I make me an "su" ?

"Hacker by Heart"
saenzcorp@hotpop.com
 
Or you can setup and use sudo. Allows you to execute root perm commands from a user shell. And it logs the commands in the security file. Very effective for multi-user systems where several people need root access for various functions. No more chasing down the guy who just changed the root password.


pansophic
 
which group permissions are given to a user that you want to have admin/root permissions ?

"Hacker by Heart"
saenzcorp@hotpop.com
 
Group permissions on anything that was made/changed by someone whose current group is root/admin and have their umask set such that they allow thier group to edit the creation. Try using the man pages for group, umask, chmod and newgroup before changing a umask (especially root's umask).
 
Does anyone else feel like this is over complicated in LINUX ?

This may be yet another reason why windows users may not leave windows so quickly...

This is a no brainer, turned into a phd, just to run your computer

Lucky I'm a tech, but if I wasn't, I'd think twice about changing OS


"Hacker by Heart"
saenzcorp@hotpop.com
 
I would not normally dignify your comment about linux being hard to use, but I cannot let your flip comment stand uncontested.

<rant>
Windows users who want to run a Linux desktop don't need to fiddle around with becoming root in almost every instance.

&quot;Does anyone else feel like this is over complicated in LINUX?&quot; Well, gee, it seems to me that the Unix, *BSD, and Linux systems that have been around for up to 25+ years seem to have a nice base of users running critical and high-uptime systems around the world. Perhaps your Windows heritage expectations are an innapropriate base of comparison?!

You should change OS if the OS suits your needs, applications, or budget. Changing OS because it seems like something to do on a rainy Sunday isn't the right reason. It's people who step a toe into linux without commitment that often make the statements you made.

If you commit yourself to learn the operating system, then you won't view it in such an unpleasant light. Take a challenge, expand your understanding. If you aren't comfortable with it, then fine. But don't make silly, flippant statements that could accidentally discourage others from EVEN TRYING!!

These forums are full of experienced talent who would like to support people who are REALLY TRYING.
</rant>




Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
 
There are cases where Linux tends to be more complicated, but I certainly don't see this as one of them. Mostly, the &quot;complication&quot; of Linux comes from all the choices available.

How would you accomplish this under Windows? Log in as &quot;administrator&quot;. Linux? Log in as &quot;root&quot;. I don't see the complication.

Now, with Linux you can &quot;become&quot; root for a short time with sudo. You can become root forever with su. These are not available in Windows (maybe sort of, with &quot;runas&quot;). If this is more complicated, then don't use it. Reboot and log in again, the Windows way.

All the choices may seem overwhelming, but you can choose which ones to use.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top