Rpm Command Examples in Linux
The rpm command is used to manage RPM packages on Red Hat-derived distributions. It includes many different options, …
The rpm command is used to manage RPM packages on Red Hat-derived distributions. It includes many different options, …
The grep command, in its most basic form, is a search tool. Unlike find or locate, it is not limited to finding file …
At some point in time, you must have used the ls command if you use UNIX/Linux systems. ls is the most commonly used …
The chattr command is used to change the attributes of a file or directory. The below table describes some of the …
The chmod command enables you to modify the permissions of a file or directory. Only the owner of the file or directory …
User profiles Individual users have personal habits and preferences for their Linux work environment, and so a variety …
Special permissions on files and directories in linux are : SetUID, SetGID and Sticky bit. With the help of “chmod” …
Whats a MAC address? A MAC address is a physical way of addressing your network card at a hardware level.
Your hostname is a label that is assigned to your computer so that it can be identified. There are only a couple of …
Ping is a program that is used to test the reachability of a host. It also measures the time it takes to send the packet …
There are lots of different ways of installing Raspian to an sd card like win32diskimager and usb image writer but an …