Sponsored Content
Full Discussion: Somebody Help Me
Top Forums UNIX for Dummies Questions & Answers Somebody Help Me Post 1421 by Neo on Monday 5th of March 2001 09:34:01 PM
Old 03-05-2001
I think most UNIX folks use X as their desktop and then use X Terminals for command lines. If you use a basic console you are limited to the console unless you use the virtual consoles (like in Linux) where you can shift from console to console using the F(function) (or similar) keys.

However, in most X based desktops you have much more control over your command line terminals (xterms). So, if are going to do a bunch of compiling and working on a lot of different projects, having a desktop to launch X terminals makes life much easier.

On the other hand, if you are just running a server for your web, firewall, ftp, mail or other network service, then there may be little benefit to using the extra memory on your X environment.

Since you are just learning, you need to also learn the X environment, including X server and other X related utilities sooner-than-later. X is an integral part of all UNIX environments and helps teach many essentials too.

This does not mean that you should use X GUIs to change directories and play in your filesystem (like Windows Explorer); using command line utilties like find and cd to explore the filesystem is better and more efficient, IMHO. However, having many open X Terms can be very helpful if you like to multitask and do many things at once. In other words, you can be a command line guru via the X environment. That is what most people do.

[Edited by Neo on 03-05-2001 at 09:37 PM]
 
SYSTEMD-GETTY-GENERATOR(8)				      systemd-getty-generator					SYSTEMD-GETTY-GENERATOR(8)

NAME
systemd-getty-generator - Generator for enabling getty instances on the console SYNOPSIS
/lib/systemd/system-generators/systemd-getty-generator DESCRIPTION
systemd-getty-generator is a generator that automatically instantiates serial-getty@.service on the kernel console(s), if they can function as ttys and are not provided by the virtual console subsystem. It will also instantiate serial-getty@.service instances for virtualizer consoles, if execution in a virtualized environment is detected. If execution in a container environment is detected, it will instead enable console-getty.service for /dev/console, and container-getty@.service instances for additional container pseudo TTYs as requested by the container manager (see Container Interface[1]). This should ensure that the user is shown a login prompt at the right place, regardless of which environment the system is started in. For example, it is sufficient to redirect the kernel console with a kernel command line argument such as console= to get both kernel messages and a getty prompt on a serial TTY. See kernel-parameters.txt[2] for more information on the console= kernel parameter. systemd-getty-generator implements systemd.generator(7). Further information about configuration of gettys can be found in systemd for Administrators, Part XVI: Gettys on Serial Consoles (and Elsewhere)[3]. SEE ALSO
systemd(1), agetty(8) NOTES
1. Container Interface https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/ 2. kernel-parameters.txt https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt 3. systemd for Administrators, Part XVI: Gettys on Serial Consoles (and Elsewhere) http://0pointer.de/blog/projects/serial-console.html systemd 237 SYSTEMD-GETTY-GENERATOR(8)
All times are GMT -4. The time now is 12:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy