LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is a terminal? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-a-terminal-472783/)

Vince013 08-10-2006 08:02 PM

What is a terminal?
 
And how do I access it in a Suse10.1 with Gnome Ui?

And what do i type in the login screen of Suse Linux 10.1 to pop up the root user?

is it the hostname/password?

IBall 08-10-2006 08:38 PM

1) Look in the programs menu - Different distros put the terminal in different sub-menus, but it is normally under accessories or Utilities.

2) To login as root, enter the command "su" at the prompt (no quotes). It will prompt you for your root user's password.

I hope this helps
--Ian

oskar 08-10-2006 09:16 PM

You can start a session as root, but it is discouraged. - For good reasons.
Use su, or better "sudo" followed by what you want to do as root.

michaelk 08-10-2006 09:34 PM

Some brief history.
A video terminal aka console is typically a monitor/keyboard device that connected to a mainframe computer via RS-232 (serial port). What we refer as the terminal in linux is really a terminal emulator. xterm being one of the most used. The typical emulation mode is VT-100 which was a video terminal made by DEC.

jstephens84 08-10-2006 11:26 PM

A terminal is basically a way to communicate with servers. Terminals or thin clients back in the days had no hard drives. All they could do was send and display recieved information. Xterm is a Terminal Emulator that act's like a terminal. Xterm allows you to send commands to the Linux Kernel from inside of a Window Manager.


All times are GMT -5. The time now is 07:36 PM.