| Author |
Message |
You_Wish
Joined: 02 Nov 2003
Posts: 58
|
| Posted: Sun Nov 02, 2003 3:28 pm Post subject: How do you add users accounts in rh8 without giving out root |
|
|
| How do you add users accounts in rh8 without giving out root in shell |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2386
Location: Galloway, NJ
|
| Posted: Sun Nov 02, 2003 3:41 pm Post subject: |
|
|
adduser <username>
passwd <username>
You should check out this site:
http://linux-newbie.sunsite.dk/
Section 3) Basics has good explanations for this stuff.
-Chris |
|
| Back to top |
|
You_Wish
Joined: 02 Nov 2003
Posts: 58
|
| Posted: Sun Nov 02, 2003 3:48 pm Post subject: Thanks again! I am nervous that i will break something |
|
|
| I use linux all the time for about a year, just not sure if I am breaking any rules or breaking my image. Thanks Linode is just awsome, I am little nervous don't want to break anything |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2386
Location: Galloway, NJ
|
| Posted: Sun Nov 02, 2003 3:49 pm Post subject: |
|
|
Cool :)
Try anything and everything, and if it doesn't pan out, you can delete your images and re-deploy a fresh install.
Go for it!
-Chris |
|
| Back to top |
|
Acid-Duck
Joined: 23 Oct 2003
Posts: 42
Location: Toronto CA
|
| Posted: Sun Nov 02, 2003 5:05 pm Post subject: Re: Thanks again! I am nervous that i will break something |
|
|
You_Wish wrote: I use linux all the time for about a year, just not sure if I am breaking any rules or breaking my image. Thanks Linode is just awsome, I am little nervous don't want to break anything
You might want to try out http://freshmeat.net/projects/webmin/?topic_id=253 [Webmin] It's a simple web-based interface which lets you perform several operations/configuration on your system, and you may even let other users adminster certain parts of your server without giving them root access.
Erik
Acid-Duck@IRC (On EFNet join #linode)
ducky AT thermofart DOT homeunix DOT net |
|
| Back to top |
|
You_Wish
Joined: 02 Nov 2003
Posts: 58
|
| Posted: Sun Nov 02, 2003 5:13 pm Post subject: My god does this get any easier Linode rules |
|
|
| webaccess yaaaaaaaaaaaaa |
|
| Back to top |
|
sunny
Joined: 27 Jul 2003
Posts: 42
Location: New York, NY
|
| Posted: Sun Nov 02, 2003 5:14 pm Post subject: |
|
|
You might want to google for "sudo adduser". Be sure of what you are doing, for sudo is an easy of getting rooted :^)
Sunny Dubey |
|
| Back to top |
|
You_Wish
Joined: 02 Nov 2003
Posts: 58
|
| Posted: Tue Nov 04, 2003 9:31 pm Post subject: Outstanding support problem fixed Thanks! |
|
|
| Outstanding support problem fixed Thanks! |
|
| Back to top |
|
Ashen
Joined: 30 Aug 2003
Posts: 58
|
| Posted: Thu Nov 06, 2003 3:08 pm Post subject: |
|
|
sunny wrote: You might want to google for "sudo adduser". Be sure of what you are doing, for sudo is an easy of getting rooted :^)
Sunny Dubey
how to you mean?
Obviously it's a bad idea to give everyone sudo * root, but
is sudo insecure in other ways?
-Ashen |
|
| Back to top |
|
efudd
Joined: 27 Oct 2003
Posts: 17
|
| Posted: Sat Nov 08, 2003 8:01 pm Post subject: |
|
|
Ashen wrote: Obviously it's a bad idea to give everyone sudo * root, butis sudo insecure in other ways?
-Ashen
sudo is easy to setup incorrectly. read the sudo faq if you need to use sudo for some reason.
-e |
|
| Back to top |
|
| |