Skip to Content

Userdel command can be used to delete a user and related files in Linux. In most Linux distributions, the user home and mail spool directories are not removed when removing a user account with userdel. We are going through the whole process to see what happens after we run userdel command. Understanding Userdel Command The …

Read More about How Userdel Works In Linux

The tar command in Linux is used to bundle up multiple files and/or directories. It’s similar to the zip command. However, zip files are compressed by definition; tar files can be compressed, but don’t have to be. How tar Works in Linux The tar command in Linux stands for tape archive. It is used for …

Read More about How tar works in Linux