useradd – POFTUT

How To Add User To A Group In Linux

Linux uses groups in order to share resources in a easy way. In general a resource will have a user, group and other access rights. In this tutorial we will learn how to add user to a Linux group and its variations like creating group, deleting group, listing group members etc. Linux Groups Linux groups … Read more

How To Add and Delete User on Ubuntu From Shell

Linux users can be added with different ways. but one of the most used way is adding them throughout the shell because Linux admins loves shell usage. In this tutorial we will look how to add user into a Ubuntu, Kali, Mint, Debian box and provide or change required parameters. We will also look user … Read more

How to Create New User In CentOS?

CentOS is enterprise level Linux distribution which is clone of the RedHat. User management like create, add, remove etc is important part of the daily Administration tasks. In this tutorial we will look how to add new user to the CentOS system. List Current Users Before creating new user we will list existing users. We … Read more

Cockpit Easy and Web Based Administration of Linux

Cockpit is a web application that provides easy administration for Linux servers. It is mainly developed for Fedora but other distributions are OK too. Latest Cockpit version is 118 as writing this article. Features: Cockpit provides easy container management Storage administration Network configuration Inspection of logs etc. Zero footprint and very little resource consumption. Installing … Read more