![]() |
| | #1 |
| Novice Programmer Join Date: Jan 2005 Location: Alaska
Posts: 82
| Can't login to Fedora
__________________ Pyroteh |
| Pyroteh is offline | |
| | #2 |
| Registered User Join Date: Dec 2001 Location: The most peaks over 10,000 feet!
Posts: 388
| Have you forgotten you admin password too?
__________________ "A government big enough to give you everything you want, is big enough to take away everything you have." - Thomas Jefferson MSVS 2008 Pro / DevPartner / CB NightlyBuilds / MinGW / Cygwin |
| Bajanine is offline | |
| | #4 | |
| Registered User Join Date: Sep 2004
Posts: 720
| username: root
__________________ Quote:
| |
| misplaced is offline | |
| | #6 |
| ... Join Date: Jan 2003
Posts: 1,190
| while you are in root, open a shell and use the following command Code: passwd <username> |
| kermit is offline | |
| | #7 | |
| Registered User Join Date: Sep 2004
Posts: 720
| in root, you have control over EVERYTHING...you can use root every time you log in, but it's dangerous.....one bad command and your system is wiped clean.....it's recommended that you only login as root when you need to.i suggest that you read up on file permissions and what not. people typically login in with their 'not-so-priviledged" user account for daily computing use. root is mainly for maintanence and what-nots. it will probably take some time to learn when you NEED to login as root, but that kind of knowledge comes with the knowledge of linux itself...don't worry though.... you can always use the command "su" to login as super-user
__________________ Quote:
Last edited by misplaced; 07-11-2005 at 04:46 AM. | |
| misplaced is offline | |
| | #9 |
| Banned Join Date: Jun 2005
Posts: 594
| You could try : adduser username //to readd your user then passwd //to set a password for the new user |
| ILoveVectors is offline | |
| | #10 | |
| Registered User Join Date: May 2003
Posts: 2,787
| Quote:
if not, login as root make a folder for your user account (if you didn't already do that), and use this command: Code: usermod -d <folder_you_just_created> <user_name>
__________________ Join is in our Unofficial Cprog IRC channel Server: irc.phoenixradio.org Channel: #Tech Team Cprog Folding@Home: Team #43476 Download it Here Detailed Stats Here More Detailed Stats 52 Members so far, are YOU a member? Current team score: 1223226 (ranked 374 of 45152) The CBoard team is doing better than 99.16% of the other teams Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374) Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT Last edited by major_small; 07-11-2005 at 08:44 AM. | |
| major_small is offline | |
| | #12 |
| Pursuing knowledge Join Date: Jun 2002
Posts: 1,916
| No. You want the user to have a directory in /home. For example, if you wanted to make me a user with a directory: mkdir /home/confuted/ adduser confuted passwd usermod -d /home/confuted confuted I think that's right.
__________________ Away. |
| confuted is offline | |
| | #14 |
| Pursuing knowledge Join Date: Jun 2002
Posts: 1,916
| Now, save your files for the user (star office documents, jpgs, etc) in the user's directory in /home. Don't put them elsewhere.
__________________ Away. |
| confuted is offline | |
| | #15 | |
| Novice Programmer Join Date: Jan 2005 Location: Alaska
Posts: 82
| Quote:
yeah... I already figured that out hehe....
__________________ Pyroteh | |
| Pyroteh is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unable to login to facebook | zykostar | C# Programming | 3 | 06-02-2009 06:04 AM |
| Login | brietje698 | C++ Programming | 3 | 10-07-2007 09:51 AM |
| Having problems with a login script... | Junior89 | C++ Programming | 6 | 01-06-2006 12:05 PM |
| login script - URGENT!!! | linzeeuk | C Programming | 5 | 05-05-2003 02:26 PM |
| how to automate novel login process without interaction using saved account id passwo | Unregistered | Windows Programming | 7 | 07-19-2002 11:49 AM |