lsof Command Examples in Linux
The lsof command prints a list of all files that are currently opened to all active processes. This can include everything from a text file to a device file—any object that the system can parse as a file.
The lsof command prints a list of all files that are currently opened to all active processes. This can include everything from a text file to a device file—any object that the system can parse as a file.
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” …
We know that computers operate on one byte at a time i.e. 8 bits of data a manipulated as one unit.
Pointers and functions get on very well. Whenever data is to be passed to a function, especially large amounts of them, …
This is one of the special features available in C, but not found in many other languages. The preprocessor is a part of …