LinuxQuestions.org
Review your favorite Linux distribution.
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


Closed Thread
  Search this Thread
Old 10-16-2007, 12:45 PM   #1
Elculion2
LQ Newbie
 
Registered: Oct 2007
Posts: 1

Rep: Reputation: 0
Red face adding users on fedora (linux)


HELP!!!! I need to do this project and I dont know where to start:
create accounts for each of these users (matt, rick,alex and Felix) putting each respective list in two groups, as indicated on the sheet tabs for each spreadsheet. Don't add them using the GUI interface utility or by inputting each account at the command line using “adduser”. You are to develop (or find, modify) and test a shell/perl/<insert your Favorite interpreted language> utility which allows you to batch load both lists.
HELP!!!
 
Old 10-16-2007, 01:01 PM   #2
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
Sorry, we aren't here to do your work for you, that would be cheating. You need to refer to course notes, reference documentation etc...

Btw, normally people don't directly cut and paste from their assignment texts...
 
Old 10-16-2007, 01:18 PM   #3
The_JinJ
Member
 
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299

Rep: Reputation: 30
Quote:
Originally Posted by Elculion2 View Post
No wonder Linux sucks, bcus only suckers use it. Windows rules!!!
Don't be a tit!

Anyway...to start you off....create the users....should be able to work out the rest

Create a file called users
Code:
neil
bananaman
biirrddmmannn
krusty
Create the users
Code:
#!/bin/sh
for i in `more users`
do
echo $i
useradd $i
done

Last edited by The_JinJ; 10-16-2007 at 01:20 PM.
 
  


Closed Thread



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 to setup FTP users only users on LInux Fedora Soujiro Linux - Newbie 8 09-13-2010 07:34 AM
LXer: Fedora Linux Leaves Behind Its Users? LXer Syndicated Linux News 0 02-28-2007 03:16 PM
adding linux users help pls mlu Linux - Security 2 11-23-2004 02:46 AM
Best Linux Mag for Fedora Users? alime Fedora 3 07-22-2004 11:00 AM
adding users... Digital_Err0r Linux - General 1 03-31-2004 03:08 PM

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

All times are GMT -5. The time now is 10:30 PM.

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