Kubernetes is an open source tool for managing and orchestrating docker containers in a cluster of servers. Kubernetes (abbreviated k8s)...
One of the most used commands in Linux is cp (abbreviated from copy). The cp command copies a file. Its...
Command mv (short of move) is used both to move files and folders from one place to the other, and...
The ls command (list) displays the file names in a directory. The syntax of the ls command is simple: ls...
The easiest way to delete a group in Linux is using the groupdel command. The basic syntax is: groupdel group_name...
The usermod command works somewhat like useradd command, with similar parameters. The usermod utility changes an existing account, unlike the...
Rclone is an open source tool that can sync Linux systems with the most important cloud storage services: Google Drive,...
When you manage a system with many user accounts, groups, and, by default, passwords, it is necessary that individual information...
WPScan is a free, non-commercial tool useful for scanning the vulnerabilities of WordPress-based websites. It was designed to test the...
The chage (change age) command allows you to modify user accounts for their expiration. Linux allows you to configure your...
The gpasswd command is the equivalent of the passwd command for groups. This command provides the ability to modify some...
Groupadd command – adding groups to Linux The groupadd command provides the ability to add a new group to Linux....