Tag: cli

  • Linux CLI – file manipulation

    This post introduces 4 most frequently used Linux commands. You will discover that CLI is a powerful device that allow manipulating files much more effectively then graphical interface. By mastering usage of wildcards you will learn how to perform sophisticated sections and manipulate files quickly and gracefully.

  • Linux CLI – navigation

    Linux organizes its files in what is called “hierarchical directory structure”. This means they are organized in a tree like structure consisting of directories (folders) and files. Each directory can contain files and other directories. The first directory in the file system is called “root directory”. Unlike Windows, Linux always has a single root directory,…