
Tue May 18 2021
How to Exclude in Grep
In this article, we’re going to show you how to exclude one or multiple words, patterns or directories when searching with grep.
Read more

Fri Apr 30 2021
Understanding Linux File Permissions
In Linux, file permissions, attributes, and ownership control the access level that the system processes and users have to files.

Tue Apr 13 2021
How To Use Linux Screen
Screen or GNU Screen, is a terminal multiplexer. In other words, it means that you can a start a screen session and then open any number of windows (virtual terminals) inside that session.

Sun Apr 11 2021
How to Install and Configure an NFS Server on Ubuntu 20.04
This article explains how to set up an NFSv4 Server on Ubuntu 20.04. We'll also show you how to mount an NFS file system on the client machine.
Tue Feb 23 2021
Umask Command in Linux

Wed Feb 17 2021
Python if..else Statement

Mon Feb 08 2021
Linux Head Command

Mon Feb 08 2021
How to Zip Files and Directories in Linux

Mon Feb 08 2021
Using the SSH Config File

Mon Feb 08 2021
Cp Command in Linux (Copy Files)
