LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-08-2001, 12:32 PM   #1
Noven
LQ Newbie
 
Registered: Sep 2001
Location: Dunedin, Fl.
Posts: 1

Rep: Reputation: 0
Question Warning a newbie here.


I am sort of newbie with linux. I understand it but not to well. My question is how do I setup different users? I've been told that I need to use Linuxconf, but I've tried typing that into the terminal and it doesn't do anything. I've searched around on menu and it doesn't seem to be there. I'm not sure what I'm doing wrong. I'm running SUSE Linux if that helps anyone. Any help would be appreciated.

Noven
 
Old 09-08-2001, 01:32 PM   #2
Q25
Member
 
Registered: May 2001
Distribution: RedHat 9.1
Posts: 131

Rep: Reputation: 16
I don't like Linuxconf.. too many problems like the 1 you mention..

I used to use userconf for handling users..

Nowaday I use Webmin, which is a browser interface for setting up all kinds of things.. Quite nice program..

www.webmin.com
 
Old 09-08-2001, 02:07 PM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
to add a user use 'useradd' to set their password use 'passwd' and so on

'man -k awordtosearchfor' is often very useful for finding commands about a certain thing. run makewhatis first to ensure the database is created properly
 
Old 09-08-2001, 02:55 PM   #4
Q25
Member
 
Registered: May 2001
Distribution: RedHat 9.1
Posts: 131

Rep: Reputation: 16
GUI GUI GUI

 
Old 09-08-2001, 03:30 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
GUI's are called that for a reason!

you start messing with a nice pretty front end which alledgedly just writes a simple t4ext config file for you and so often things start to get... gooey... and then fall flat on there arses, esp w/ linuxconf.
 
Old 09-08-2001, 04:34 PM   #6
sancho5
Member
 
Registered: Jul 2001
Location: Utah
Distribution: RedHat v7.3, OpenBSD 3.3, FreeBSD 5.0
Posts: 327

Rep: Reputation: 30
I take the same stance on GUIs, just because I'm so used to BASH now. You can add a user in 2 seconds whereas it will take much longer to browse thru the menus, etc.
For a newbie, if you can remember
Code:
useradd <username>
where <username> is the account name you are setting up, followed by
Code:
passwd <username>
you can easily set up a new account. Webmin is also a good choice for newbies, cuz it shows you an easy to follow and broad range of options for sys administration. For the quick project though, learning the command line can be very rewarding.
Speaking of Webmin, have you guys seen http://webadminmodules.sourceforge.net? Lots of cool addin modules for webmin, including a nice one for CS server admin.
 
Old 09-08-2001, 06:00 PM   #7
Q25
Member
 
Registered: May 2001
Distribution: RedHat 9.1
Posts: 131

Rep: Reputation: 16
The adduser prg has lots of options.. I find it totally unnesesary to have to bother with the command line when you can have everything represented in a nice and orderly way.

The reason some GUI's don't work is because the programmers are doing a half-ass job. Simple as that..
And Linuxconf is just a good example of that. Works like crap and documented even worse. (at least back when I read the documentation)
Webmin on the other hand is a great GUI..
 
Old 09-09-2001, 05:17 AM   #8
Fried
Member
 
Registered: Mar 2001
Location: West Texas
Distribution: Red Hat 8.0
Posts: 50

Rep: Reputation: 15
Add Users

Depending on what version of SuSE you have you might be better off using yast1 it has a add user option. I know of a couple of people who have run into all kinds of error messages after trying to use the adduser command in the terminal.
 
Old 09-09-2001, 08:48 PM   #9
hazza96
Member
 
Registered: Apr 2001
Location: Brisbane, Australia
Distribution: Ubuntu
Posts: 146

Rep: Reputation: 15
Since webmin is being discussed I have to put my $0.02 in.

I install webmin on linux/samba boxes that I lease to client's.

I then lock down webmin so that all the client's can do is add/remove users and reset the passwords of users with a UID of 500 and above.

It saves me lot of repetative work and gives them a feeling that they are in control of the box. They don't have to call me whenever someone forgets their password.

Can you imagine trying to let them use 'useradd'?
 
Old 09-10-2001, 07:52 AM   #10
Steave
Member
 
Registered: Jul 2001
Location: Braunschweig, Germany
Distribution: Suse 7.2
Posts: 184

Rep: Reputation: 30
Do use YaST1! It just works best.
 
Old 09-21-2001, 10:51 PM   #11
Gavin
Member
 
Registered: Aug 2001
Location: Australia
Distribution: Fedora
Posts: 32

Rep: Reputation: 15
Command

"userscript" - follow instructions
 
  


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
ld: warning drand Linux - Software 2 05-25-2010 04:03 AM
Video Card Question (Warning...newbie) zaxtrax Mandriva 4 07-18-2004 11:44 PM
what is this warning in C? h/w Programming 7 10-26-2003 11:16 PM
SoundCard problem (newbie warning?) SilverSnake Linux - Hardware 2 07-05-2002 01:31 PM
No inetd.conf - why??? - WARNING *NEWBIE* bunghole Linux - Networking 2 10-24-2001 06:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:03 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