Difference between console and ttys


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Difference between console and ttys
# 1  
Old 06-17-2009
Difference between console and ttys

Sometimes when I open up the terminal (like just now) it says

Last login: Wed Jun 17 07:29:25 on console

sometimes it says ttys (like when I exit and open a new window/tab). What's the difference? and is something fishy going on?
# 2  
Old 06-17-2009
Normally when you connect to a unix machine, you open a terminal, the console (/dev/console) is usually a dedicated device for root to boot from, go in single user and do maintenance....
Things have changed since... Lets say if you were to boot a linux PC that doesnt start X or is in single user, it will display on the console...then once you started X it becomes somehow "virtual" but you could open a console session by opening a dedicated terminal: using
Code:
xterm -C -T console

I know Im far from being clear...
# 3  
Old 06-17-2009
Computer

I'm afraid I don't understand. Can you explain in a little more detail/laymen's terms, since I'm a newbie?

I was working last night with Java, and I compiled and ran programs from the terminal. Would that make a difference? Although the login time was this morning.
# 4  
Old 06-17-2009
I tried my best not to enter in computing stuff...
But to answer simplay your question, we would need to know a bit more: Is you UNIX box a server or a workstation (or a PC...) what OS may help (for others to try to answer...)
# 5  
Old 06-17-2009
I'm working on an iMac with leopard 10.5.7
# 6  
Old 06-18-2009
OK
the best is to see who is connected:
Code:
who -uA

but syntax may be different (have no MacOSX...) so type man who
Since I have also no workstation like you but a PC with an Xserver installed to connect to the parc of boxes I administer this is my ouput:
Code:
ard # who -uA
vbe        pts/0        Jun 15 12:24   .     5252  160.XX.YY.85:0.0
vbe        ttyp1        Jun 18 13:42   .     7857  160.XX.YY.85:0.0
vbe        dtremote     Jun 15 12:10  old    5160  160.XX.YY.85:0

the dtremote is the initial connection (the graphic screen where you enter you name and passwd) then in the GUI in oder to work and type commands I have to open a terminal: pts/0 , in that terminal I typed:
Code:
ard # hpterm -C -T "ard Console"&
[1]     7856
ard # hpterm: display "160.XX.YY.85:0.0" is not authorized to take control of /dev/console

Saying I cant take control of that server's console since it has one and its active...
but it opened a new terminal : ttyp1

Remember UNIX is a preemptive multitasking multi-user system
And so each time you open a new "window" if that window is a terminal, it is like a new connection...

And so your main concern is to check you have no unwanted foreign connections to your system
# 7  
Old 06-18-2009
Since you are a newbie, this may be of great interest for you:
OSXFAQ - Technical News and Support for Mac OS X
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between system console and ILOM .

HI Guru's Can any one explain me the difference between a system console and a ILOM (SC). Thanks in Advance. RK :) (4 Replies)
Discussion started by: rama krishna
4 Replies

2. UNIX for Dummies Questions & Answers

Difference between console and Terminal.

I see these terms used all the time with hardly any distinction between the two. Any clarification would be appreciated!:) I could only get emacs to open in console so I was also wondering what are the common applications to use in console.:wall: (7 Replies)
Discussion started by: theKbStockpiler
7 Replies

3. Solaris

Difference between the desktop session and console session

what is the difference between desktop session and console session in solaris as i am wondering we use option -text for the former and -nowin for the later (1 Reply)
Discussion started by: kishanreddy
1 Replies

4. UNIX for Dummies Questions & Answers

Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer

:confused:Hi This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons. I get a whole bunch of errors when starting the service too: Tue Feb 23 14:29:45 2010 ... (1 Reply)
Discussion started by: wbdevilliers
1 Replies

5. AIX

all pseudo ttys busy, AIX 5.2

I have several users connecting via a Windows-based SSH\telnet client. The previous sysadmin used FacetTerm to allow certain users to switch between multiple "windows." I'm told there are AIX-native ways to do this but I work with what I inherited. Originally, many users were still connecting... (3 Replies)
Discussion started by: lacroix
3 Replies

6. Programming

What is the difference between console-based and xwindow-based application?

Hi everyone, What is the difference between console-based and Xwindow-based application? Can I say the application working well in Xwindows can work in console? Can I say the application working well in console cann't work in Xwindow perhaps. Eg, ncurses is console-based and Imlib2 is... (4 Replies)
Discussion started by: liuyan03
4 Replies

7. AIX

Difference between tty and console devices ?

Hi, What is the diference between these two ? thanks Vilius (3 Replies)
Discussion started by: vilius
3 Replies

8. UNIX for Advanced & Expert Users

Dead pseudo-ttys

We are having a problem on an AIX 4.3 system, whereby users somehow exit the system in a way such that their process continues to run. In the who listing, the user may or may not be listed. Processes are still listed in ps, and are still assigned to the pseudo-tty. Processes continue to... (1 Reply)
Discussion started by: markat2k
1 Replies

9. Programming

what difference between "terminal" and "console"

1 . Thank you for reading the post first. 2 . what difference between "terminal" and "console" (1 Reply)
Discussion started by: chenhao_no1
1 Replies

10. UNIX for Dummies Questions & Answers

ttys.. i must be doing something wrong..

SCO Unix OpenServer 5 I have this old impact printer that prints invoices, after about 15 pages it becomes misaligned. ditty -a ttya04 shows -ixon -ixoff -ixany, which is not the right setting.. so, i type ditty /dev/ttya04 ixon ixoff -ixany when i ditty -a ttya04 again, the... (2 Replies)
Discussion started by: LowOrderBit
2 Replies
Login or Register to Ask a Question