How to List Running Processes in Linux?
How to List Running Process in Linux? There are many commands that can be used to check the processes that are running within Linux. We will see the most common…
How to List Running Process in Linux? There are many commands that can be used to check the processes that are running within Linux. We will see the most common…
There are mainly three types of files in the Linux system. Regular filesSpecial FilesDirectories Regular Files Regular files in Linux are the common files types such as human-readable text, program…
Understanding Word Count command in Linux In Linux, we can count files/directories or lines in a file using wc command. wc is a short form for word count that displays…
An inode or Index Node is a data structure within a Linux system that provides metadata about a file-system object. A file system object in Linux can be a file…
Linux is open-source and one of the most popular operating systems. It is one of the most important technological advancements of the last century. It has made a huge impact…
MAC or Media Access Control address is a hardware address that is assigned to a network interface controller/(NIC) that is used in the same network segment. They are mostly used…
What is a Process? A process is an active or a running instance of a program. When we run a command in Linux using a command line or using a…
Control characters are codes or numbers in a character set that does not represent a written symbol. They are building blocks of Bash scripts which are like metacharacters having a…
Shell script command line supports passing arguments(also called parameters) like any other scripting Language. Command-line arguments consist of one or more words, which are separated by balls blanks or TABS.…
Homebrew is a free and open-source package management system that makes it easier to install software on Apple MacOS and Linux. It is easy to use and integrates well into…