Command line interface is an interface that allows the user to interact with the system via command lines. Ccommand line interface gives users more access to managing the system than a GUI (Graphic User Interface).
A programmer, network or server administrator and the like should be able to use command line interface. Because a lot of work needs to be done must use command line interface.
Even for an ordinary user, it’s still important to be able to use command line interface. Because many things such as installing and deleting applications, fixing errors and others must or can be done more easily using command line interface.
On tutorial set this time we will learn how to use command line interface this to interact with the system, which will be referred to as tutorial set Learning Terminal.
There are many commands or the command line used to interact with the system on Linux. But here we will learn from the basic commands, and will be continued and improved gradually.
Actually, apart from Linux, these command lines can also be used on other operating systems that are also based on Unix, such as OS X, BSD and others. It’s just that, some commands like for package management not the same.
We will learn about management files and folders, permissions, user management, management package and applications, system management, and so on which will be divided into several sections to make it easier to learn.
On Linux distributions using desktop environment or GUI, you can access command line interface this via an app called Terminal emulator.
For more details, just go to the first part of the tutorial which will introduce you to Terminal or command line interfaceHome directory, user and so on.
Learning Terminal #1 : Getting to Know Terminal Display, Directory Structure and Users
Learning Terminal #2 : How to View the Contents of a Folder in Terminal
Learning Terminal #3 : How to Enter, Exit and Move Folders Using Terminal
Learn Terminal #4 : How to Create a New Folder Using Terminal
Learn Terminal #5 : How to Create a New File Using Terminal
Learn Terminal #6 : How to Delete Folder Files Using Terminal
Learn Terminal #7 : How to Copy Files and Change File Names
Learn Terminal #8: How to Move Files to Another Folder
Learn Terminal #9 : How to Download Files Through Terminal Using Wget
Learn Terminal #10 : How to Set File Permissions on Linux
Learn Terminal #11 : How to Add and Remove File Permissions on Linux
Learn Terminal #12 : How to Change File Ownership and Group Permissions on Linux