Find the answer to your Linux question:
Results 1 to 8 of 8
hi everyone. i am new in using linux. can anyone make me understand what exactly MULTI USER in Linux and Unix means...
  1. #1
    Just Joined!
    Join Date
    Sep 2006
    Posts
    1

    multiuser mode means

    hi everyone. i am new in using linux. can anyone make me understand what exactly MULTI USER in Linux and Unix means

  2. #2
    Just Joined! Smither's Avatar
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    58
    Just means what it says - many users can log in at once.

  3. #3
    Linux Guru budman7's Avatar
    Join Date
    Oct 2004
    Location
    Knee deep in Grand Rapids, Michigan
    Posts
    3,242
    For the purposes of a single person using a computer by itself, it would mean that you would log in as your regular user, and then you could open a terminal, log in as root with the "su" command, thus having multiple users logged onto the system.

    But, originally, I believe it was intended for mainframes where several different people could log oto the same machine.
    How to know if you are a geek.
    when you respond to "get a life!" with "what's the URL?"
    - Birger

    New users read The FAQ

  4. #4
    Linux User cayalee's Avatar
    Join Date
    Sep 2004
    Location
    england
    Posts
    389
    yeah, it came about during the days when there was one "computer" and many "terminals", where many people would connect to the mainframe computer via the terminals, thus making it a "multi-user" system.
    You know, aliens are going to come to earth in 50 years and kill the hell out of us for DDoSing their networks with this SETI crap
    registered linux user #388463

  5. #5
    Linux User benjamin20's Avatar
    Join Date
    Oct 2004
    Location
    jacksonville beach FL
    Posts
    317
    by terminal i assume you mean like a little station with a keyboard and screen, and many of these tied together on the mainframe.

    i think it actually refers to the fact that the computer isn't just on, and you can use it. i think it is more about how there are multiple user files in the system. so fred logs in as fred, and joe logs in as joe. rather than something like dos where you don't log in you just boot up and use it. with multiple users it made it easier for there to be different terminals on the same mainframe.

    the main reason for multi user systems was so that you could keep different peoples stuff separate and be able to set what time they were allowed on the computers. many times when i read about the old times it never really talked about multiple terminals, just that people could be restricted to what time they were allowed on.
    nVidia G-Force 6600GT (bfg) pci-e: amd 64 2000+ (939): 1024 corsair ram: 2X 80gb seagate harddisk SATA: plextor cd/dvd-read/write cdrom SATA

  6. #6
    Linux Newbie theNbomr's Avatar
    Join Date
    May 2007
    Location
    BC Canada
    Posts
    150
    I think the real reason was that computers were expensive and scarce. A system that allowed many people to share a single scarce resource made sense. Operating systems that catered to this situation evolved, along with filesystems that recognized the concept of multiple distinct users. Today, many peoples' view of Linux is as a Windows-for-Nerds system; primarily a single user workstation. However, there are many linux installations which treat the system as a central host which many people log into from remote terminals or workstations. It is not uncommon for these types of systems to run completely headless, with X servers running on the remote workstations, or where users operate entirely at a commandline via a SSH, telnet (gasp!), or rsh (double gasp!) login.

    --- rod.
    Stuff happens. Then stays happened.

  7. #7
    Just Joined! Smither's Avatar
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    58
    Is single user mode not root only as well? Generally you want to be in multiuser mode.

  8. #8
    Linux Newbie theNbomr's Avatar
    Join Date
    May 2007
    Location
    BC Canada
    Posts
    150
    Yes, single user mode is root only. It is intended as a diagnostics & repair mode, so the system can be managed without concern about trampling the work of others, and restoring a broken system to production level functionality.
    --- rod.
    Stuff happens. Then stays happened.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •