Skip to Content

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 basic command for creating tar.gz files is as below: $ tar -czf …

Read More about How tar works in Linux

Managing user accounts and groups is an essential responsibility for Linux administrators. In this tutorial, we will explore a range of Linux commands that enable us to perform fundamental user management tasks. We’ll cover creating new users, creating groups, deleting users, and deleting groups. By mastering these commands, you’ll gain the skills needed to effectively …

Read More about 5 commands to manage Users in Linux