LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 07-01-2005, 08:27 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
What is 'user root'


Hi folks,

I'm now prepared to proceed on following section

6. Installing Basic System Software
http://www.sg.linuxfromscratch.org/l...chapter06.html

On following "Note"
>>
The remainder of this book is to be performed while logged in as user root and no longer as user lfs
<<

I'm not very clear of the instruction. I proceeded previous Sections while login as LFS Root with following command

[satimis@localhost ~]$ su - lfs
Password: (enter 'LFS Root' password)

Whether the above refers to 'user root'

What is 'user lfs'? Please advise. TIA

B.R.
satimis
 
Old 07-01-2005, 08:56 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Lfs - Linux from Scratch.

The root user on any linux distro is the one user who has access through permissions to change or modify any file. Regular users can not write files on in the '/' directory, and therefore mess up the system. The system administrator logs in as root to change things as necessary. That person needs to be knowledgeable. If you are new, keep reading and learning. You will get there.

Most often you use the root user to install Linux software and make global changes to the system, like modifying key system configuration files.

'lfs user' refers to any user the root creates, not root. You should make one user for each person who wishes to use the system, even if you are the only user. After initial installation there will be a root user. You create a user for your self. If you have more people sharing the machine, create a user for each one of them, and an initial password. When you create a user, the system creates a /home directory structure. This is where each user will store their files.
 
Old 07-01-2005, 09:14 AM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi camorri,

Quote:
Lfs - Linux from Scratch.

The root user on any linux distro is the one user ............
Tks for your detail advice.

While building LFS on previous sections I always login LFS Root or "user root" as the book mentions. I haven't created a 'User' account yet on this LFS under building.

If I understand correctly that I only login as before on the FC3 host PC to proceed;

i.e.
[satimis@localhost ~]$ su - lfs
Password: (enter 'LFS Root' password)

same as in previous sections.

If I'm wrong please correct me. TIA

B.R.
satim
 
Old 07-01-2005, 10:01 AM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
I have not used LFS, as I understand what you have written, you are correct. my comments were intended to give you some understanding of the root user, and the power it has. Why you should (will) create a regular user later on. Continue to follw the instructions. They will give you a better understanding of Linux as you proceed.
 
Old 07-01-2005, 02:57 PM   #5
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
As stated, "root" is the all-powerful user. You do not want to use this user until you have to.

The admonition to set up a separate user, called (say) lfs, distinct from your own regular login, is an extremely sound one. The reason why is that you can set up bash-profile settings for this account (different from the ones that you have or would prefer on your personal account) which are specifically tailored toward making sure that, when you launch your LFS system, there are no dependencies upon the host.

(Incidentally, very early on, I adopted the practice of setting up a sysmaint user-id which is used solely for system maintenance (of the host system). It is an account that I log on to when performing these tasks, and which has the capabilities and access that I would need only for these tasks; yet it is not 'root.' This is done so that any nasty-stuff that might try to run on my personal account ... can't do anything special. So I apply the same principles to host-system maintenance as I do/did when setting up LFS.)

Last edited by sundialsvcs; 07-07-2005 at 10:16 AM.
 
Old 07-01-2005, 10:40 PM   #6
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi sundialsvcs,

Tks for your advice.

[B]As stated, "root" is the all-powerful user. You do not want to use this user until you have to.

The admonition to set up a [i]separate[/u] user, called (say) lfs, distinct from your own regular login, is an extremely sound one. The reason why is that you can set up bash-profile settings for this account (different from the ones that you have or would prefer on your personal account) which are specifically tailored toward making sure that, when you launch your LFS system, there are no dependencies upon the host.

Quote:
(Incidentally, very early on, I adopted the practice of setting up a sysmaint user-id which is used solely for system maintenance (of the host system)....
On Linux distro for maintainence, we login

$ su -
Some folks term it as "Super Root". It is for system maintainence.

$ su
for login as "Root" to do job as Root other than system maintainence.

I have not set up either "su" nor "'User" yet because the building of LFS has not been completed yet.

B.R.
satimis
 
Old 07-07-2005, 10:22 AM   #7
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
I haven't used su - nor was I previously aware of this parameter.

The reasoning for the sysmaint account (and this is not the real name, by the way) is that this is the account which has the file-access privileges, is the member of the wheel group and so-on, which has the ability to reach files beyond those normally accessible to an average-Joe. Although it is tempting to simply make your regular user-account have this level of access, it is unwise to do so.

This maintenance-user alone can log in, issue the appropriate newgrp command, and perform system-maintenance (to files other than those which require root, which are strictly limited to "the system itself." It has kept me from blowing my foot off several times.

(p.s. why "wheel?" I have no idea... that does seem to be the default group-name that "big wheels" on a Unix/Linux system use.)

Last edited by sundialsvcs; 07-07-2005 at 10:23 AM.
 
Old 07-08-2005, 03:27 AM   #8
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi sundialsvcs,

Tks for your reply.

Quote:
I haven't used su - nor was I previously aware of this parameter.
Neither I have a clear picture of "su -". What up to my notice is that some commands have to login as "su -". If as "su" they do work.

B.R.
satimis
 
Old 07-08-2005, 04:44 AM   #9
decates
LQ Newbie
 
Registered: Jan 2003
Location: UK
Distribution: Gentoo
Posts: 14

Rep: Reputation: 0
Putting a '-' after su, as the manpage (try typing 'man su') says, simply provides the same environment as if the user had logged in directly, i guess by running their individual login script and chosen shell and changing to their home directory, but for most cases the difference doesn't seem to be too important. Indeed, when using su for maintenance, I would think that a simple 'su' or 'su root' would be more convenient (and familiar).

Last edited by decates; 07-08-2005 at 04:52 AM.
 
Old 07-08-2005, 05:44 AM   #10
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi decates,

Quote:
Putting a '-' after su, as the manpage (try typing 'man su') says, simply provides the same environment as if the user had logged in directly, ......
Noted with thanks

B.R.
satimis
 
  


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
Help! Cannot Add a User to User Manager or Change Root Password lennysokol Linux - General 2 06-25-2005 09:59 AM
Scanner to work as USER and not forced as ROOT Root (Suse 9.1) 1kyle Linux - Hardware 0 07-10-2004 08:51 AM
Games runs slow as normal user, but fast as root user mcore Linux - Software 2 06-07-2004 11:11 PM
IntelliMouse thumb buttons work as root, broken as non-root user, wheel works always digital vortex Linux - Hardware 7 03-02-2004 04:14 PM
Why does kppp.desktop require root userid for non-root user? rdaves@earthlink.net Linux - Networking 4 08-27-2001 09:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

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