xterm vs console


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers xterm vs console
# 1  
Old 05-27-2005
Question xterm vs console

May be a simple question --->whats the difference between Xterm and console?
# 2  
Old 05-31-2005
xterm is a terminal emulator for the X Window system.
Console is the connected to the console port of the server.

Think of any terminal emulator (such as xterm) as a remote window into the system. console is a physical connection local to the system. On most servers, console is the only place you could login as root. If you ever shutdown a server by both methods, you will note that on console, you will see everything happening down to the ok prompt. On any remote terminal emulation, you will be disconnected before the server is all the way down.
# 3  
Old 06-03-2005
Wow,

I was also looking for something like this.
Can you give me pointer to location where i find this in detail.

The man page of xterm is pretty complicated.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Xterm console windows at X,Y position

Hi all I want run Xterm and set it windows to a specific position ( inside Gnome display ) : may be I want run Xterm and set it at the low-right corner of screen... I know "geometry" parameter for windows size but for position is there something ? Thanks (4 Replies)
Discussion started by: jerold
4 Replies

2. UNIX for Dummies Questions & Answers

IP Console Vs Serial console.

Hi Gurus, Can some one explain me the difference between a IP console and a serial console. (1 Reply)
Discussion started by: rama krishna
1 Replies

3. 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

4. Shell Programming and Scripting

how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable

hi, how to access console of a switch having rj45 on switch side to db 9 female on pc side console cable which needs to be connected to one console server having rj11 on its side and db 9 female on other end.i.e. on switch side,console cable has rj45 and db 9 pin female connector on other side of... (1 Reply)
Discussion started by: pankajd
1 Replies

5. UNIX for Advanced & Expert Users

console /dev/console get image

We are using software (Pegasys) which runs on SunOS 5.8 and reads images from a Philips nuclear camera. The software is designed to run from the console. I need to be able to capture the images it produces on the display. The caveat is that I cannot use the X Windows display because the X Server... (3 Replies)
Discussion started by: sreyes27
3 Replies

6. UNIX for Advanced & Expert Users

xterm console

Is it possible to connect an xterm session to the console .. ie. `tty` returns /dev/console from a script (Ksh)? (Execute script within an xterm) If so, how? (I take it that C-shell is not possible) (2 Replies)
Discussion started by: sreyes27
2 Replies

7. UNIX for Dummies Questions & Answers

xterm

hi I'm trying to launch admintool via an export DISPLAY. that is i am doing a rlogin to serverB from serverA. i did the command export DISPLAY=serverA:0 but it prompted me the error DISPLAY=serverA:0: is not an identifier i have searched the forum but there is not much things on this error... (3 Replies)
Discussion started by: legato
3 Replies

8. UNIX for Dummies Questions & Answers

xterm?

Hello all, This is a lame question because I have been working with unix for some years now, but anyway here it is; What is an xterm? ivo (1 Reply)
Discussion started by: Ivo
1 Replies

9. UNIX for Dummies Questions & Answers

xterm

Would someone tell me how to save changes in xterm once I've made them using the program options? For example, I type: xterm -bg red and my console window changes color. But how can I now make this attribute save, so that it becomes the default when I relaunch xterm? Any help you can offer... (1 Reply)
Discussion started by: af6
1 Replies

10. UNIX for Dummies Questions & Answers

Xterm

Guys: Anyone have ideas on where can I get information or references if I want to learn on how to program with UNIX GUIs? If you do have ideas please let me know. Its a big help. (2 Replies)
Discussion started by: jfsuminist
2 Replies
Login or Register to Ask a Question