#linux
Read more stories on Hashnode
Articles with this tag
The core parts of a Linux Distribution and most of it's add on software are installed via the Package Management System. Each package contains the...
The Find Program : Find is an extremly used utility program in the daily life of a Linux System administrator. It recurses down the file system tree...
Pipes : The Unix/Linux philosophy is to have many simple and short programs or commands corporate together to produce quite complex results rather...
Managing files in Linux can seem daunting at first, but with the right knowledge and tools, it can be a seamless and efficient process. In this blog,...
Executable programs and scripts should live in the "/bin" or "/usr/bin" or "/sbin" or '/usr/sbin" or "/opt" or /usr/local/bin and /usr/local/sbin. To...
Using a Text Terminal on the Graphical Desktop : A "text terminal" is a command-line interface where users can input text commands to perform various...