What GUI and CLI stand for?
GUI stands for Graphical User Interface, CLI stands for Command Line Interface. Desktop users prefer to use GUI, because it looks good, however developers on Linux may prefer using CLI, because it allows for faster development. It is possible to use keyboard shortcuts instead of point and click.
GUI uses more system resources, therefore CLI is desired for server operations.
It possible to create batch files in CLI to execute commonly used sequence of commands.
Comments
Post a Comment