Linux command line

Lots of Linux installations are done without Graphical User Interface (GUI), but only with a text interface.

There are four reasons for that:

  1. Graphical User Interface uses more processing resources. In order to make a system performing better a Graphical User Interface is not installed.
  2. Using CLI is faster than GUI. In GUI a person relies heavily on using a mouse to perform operations. In CLI an operator relies on typing commands in order to perform specific functions. Commonly used sequence of commands can be automated by specifying these commands in script files.
  3. Bandwidth requirements to transfer text only data is much less than transfer graphical data.
  4. Encrypting text only data is much easier than encrypting graphical data, due to lower volume of transferred data.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator