LinuxQuestions.org
Visit Jeremy's Blog.
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


Reply
  Search this Thread
Old 12-27-2012, 04:04 AM   #1
ift38375
Member
 
Registered: Dec 2012
Posts: 32

Rep: Reputation: Disabled
How Linux is multi user operating system ?


Hi Experts,

I am new in linux....I am eager to know about Linux functionality
Everyone says that Linux is Multi User Operating system. How ?

I heard that linux can login only 7 or 12 Maximum user at
same time. it depend on Clrl + Alt + F1 to 12 ??
Am i right ?

Somebody says linux can handles 65.000 users for 2.4 kernels,
and 4 billion for 2.6 kernels...
i am very confuse in this Topic so please help me ?
 
Old 12-27-2012, 04:17 AM   #2
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871
Because multiple users can use the system, even in the same time (and each of them can run multiple processess). It has nothing to do with the virtual terminals (Alt+F1..Fn) -- those aren't meant to be used be different people. Usually there is many remote users and zero or one local user; the remote users use telnet/ssh/rlogin or special programs such as smtp, ftp, httpd etc
 
2 members found this post helpful.
Old 12-27-2012, 04:43 AM   #3
ift38375
Member
 
Registered: Dec 2012
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by NevemTeve View Post
Because multiple users can use the system, even in the same time (and each of them can run multiple processess). It has nothing to do with the virtual terminals (Alt+F1..Fn) -- those aren't meant to be used be different people. Usually there is many remote users and zero or one local user; the remote users use telnet/ssh/rlogin or special programs such as smtp, ftp, httpd etc


thanks Nevem for reply,

That what does mean of Clrl+Alt+F1 to 12 in Linux...
 
Old 12-27-2012, 04:53 AM   #4
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871
> That what does mean of Clrl+Alt+F1 to 12 in Linux...

They switch between virtual terminals / X-terminals. They are all for the single local user's convenience.
 
Old 12-27-2012, 05:00 AM   #5
ift38375
Member
 
Registered: Dec 2012
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by NevemTeve View Post
> That what does mean of Clrl+Alt+F1 to 12 in Linux...

They switch between virtual terminals / X-terminals. They are all for the single local user's convenience.

Hi nevem,

You mean to say, Clrl + Alt + F1 to 12 terminals only usable for Single user. am i right ?
How these all virtual terminals are differ from each other.....Plz explain with simple example ?
 
Old 12-27-2012, 05:20 AM   #6
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871
You can run different programs on them. Eg:

#1: mcedit program.c
#2: make
#3: man printf
#4: man scanf
#5: /usr/games/robots
 
Old 12-27-2012, 05:28 AM   #7
ift38375
Member
 
Registered: Dec 2012
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by NevemTeve View Post
You can run different programs on them. Eg:

#1: mcedit program.c
#2: make
#3: man printf
#4: man scanf
#5: /usr/games/robots

Hi Nevem,

I am planning to connect 6 monitors without CPU to Linux OS computer.
so that each user can work seperatly.
how to do this ? what will be the Hardware requirements like
Card..........
 
Old 12-27-2012, 05:42 AM   #8
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871
No idea. I think you should ask a HW expert, but I guess it will cost you much more than buying six normal PC.
 
Old 12-27-2012, 05:51 AM   #9
ift38375
Member
 
Registered: Dec 2012
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by NevemTeve View Post
No idea. I think you should ask a HW expert, but I guess it will cost you much more than buying six normal PC.

Hi Nevem,

Currently we are accessing Linux OS computer through SSH from other computers(Monitor + CPU).
But now i want to use Multiuser functionality of Linux so i am planning to access linux Computer
through monitors + keyboard only. is it practically possible ?
 
Old 12-27-2012, 06:08 AM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,750

Rep: Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928Reputation: 5928
Here is some documentation on multiseat.

http://wiki.x.org/wiki/Development/D...tion/Multiseat
 
Old 12-27-2012, 06:10 AM   #11
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871
Perhaps possible, but quite likely very expensive. Especially if it is only for experimenting.

PS: Yet another way to use your linux box remotely: X protocol (eg:http://mobaxterm.mobatek.net/)
 
1 members found this post helpful.
Old 12-27-2012, 06:16 AM   #12
ift38375
Member
 
Registered: Dec 2012
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by NevemTeve View Post
Perhaps possible, but quite likely very expensive. Especially if it is only for experimenting.

PS: Yet another way to use your linux box remotely: X protocol (eg:http://mobaxterm.mobatek.net/)


Hi Nevem,

As you said earlier that Virtual Terminal "Clrl + Alt + F1 to 12 only usable for Single user who are currently working.
am i right ? there are no involvement of other users...............

Second question, how many users access single Linux OS Graphically mean to say GUI mode ?

Last edited by ift38375; 12-27-2012 at 06:26 AM.
 
Old 12-27-2012, 06:26 AM   #13
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871
Why, can you imagine two or more people using the same keyboard and monitor taking turns in every few seconds? Well, I cannot.
 
Old 12-27-2012, 06:28 AM   #14
ift38375
Member
 
Registered: Dec 2012
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by NevemTeve View Post
Why, can you imagine two or more people using the same keyboard and monitor taking turns in every few seconds? Well, I cannot.
Hi nevem,

Plz read my question once i added one more thing.......
 
Old 12-27-2012, 06:40 AM   #15
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,871
Blog Entries: 1

Rep: Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871Reputation: 1871
There are many possibilities:
- you can run two (or more) X-sessions on two (or more) monitors
- one X-session can cover two (or more) monitors
- you can run more than one X-sessions with only one monitor (and switch between them with Ctrl+Alt+F6,F7,...)

+1: X protocols allow you to run GUI-programs remotely (eg: you can play with ksokoban or xbill on a Windows PC)
 
2 members found this post helpful.
  


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
LXer: Crazies: Linux w/o Ethernet, Multi-Monitor, Multi-User LXer Syndicated Linux News 0 09-07-2012 10:51 PM
Multi-customer, multi-tenancy linux box user authentication LinuxGreen Linux - Server 2 04-27-2012 10:34 PM
Hi new user to Linux here - getting error loading operating system jthelin@csc.com Linux - Newbie 2 02-15-2009 12:28 AM
LXer: Linpus launches unique Dual-Mode User Interface Linux Operating System for Unpa LXer Syndicated Linux News 0 02-12-2008 01:30 PM
Multi-operating System Joy Stories studpenguin Linux - Newbie 18 01-05-2004 10:24 PM

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

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