Linux user and group command example analysis [switching, adding users, permission control, etc.]

Linux user and group command example analysis [switching, adding users, permission control, etc.]

This article describes the Linux user and group commands with examples. Share with you for your reference, the details are as follows:

1. User-related commands

su switch user
root -> Normal user No password required
Password required between ordinary users
Normal user->root requires a password

newgrp Switch group identity

whoami View the current login name
id View user information
groups View user group information
chfn Set user notes
finger View user notes

2. Add users in batches

Create many accounts in Linux, put the information into a text file, and then import it into the system.

1) Edit user files

2) Edit the password file

3) newusers

4) pwunconv writes the password in /etc/shadow back to the /etc/passwd file

5)chpasswd writes the password file we wrote to /etc/passwd

6)pwconv writes the password in /etc/passwd back to shadow

3. Grant special permissions to ordinary users

sudo command

For example: sudo /sbin/shutdown -h 10

/etc/sudoers
This file records which users can execute which commands

visudo

This command is used to manage the /etc/sudoers file

*Find the full path of a command with the whereis command

I hope this article will help you maintain your Linux system.

You may also be interested in:
  • Summary of common commands for Linux user and group management
  • How to create, modify, and delete users and groups in Linux
  • Solution to Linux cannot use userdel to delete users and groups
  • Linux user and group commands summary and detailed introduction
  • Some examples of linux search filtering and user and group management commands
  • Guide to user and group configuration management in Linux operating system
  • How to modify the group to which a user belongs in Linux
  • Implementation of effective user groups and initial user groups in Linux
  • Summary of Linux user groups and permissions
  • Summary of 4 ways to add users to groups in Linux
  • Detailed explanation of adding/deleting users and user groups in Linux
  • How to view all users and user groups in Linux (modify user groups)

<<:  Why is it slow when using limit and offset paging scenarios?

>>:  Use Vue3 to implement a component that can be called with js

Recommend

Shell script to monitor MySQL master-slave status

Share a Shell script under Linux to monitor the m...

How to use map to allow multiple domain names to cross domains in Nginx

Common Nginx configuration allows cross-domain se...

Download MySQL 5.7 and detailed installation diagram for MySql on Mac

1. Enter the following address in the browser htt...

XHTML 2.0 New Features Preview

<br />Before browsers can handle the next ge...

vue perfectly realizes el-table column width adaptation

Table of contents background Technical Solution S...

MySQL initialization password operation under Mac

A simple record of the database startup problems ...

MySQL database index order by sorting detailed explanation

Table of contents The cause of the incident Anato...

Introduction to MySQL role functions

Table of contents Preface: 1. Introduction to rol...

Node.js+express+socket realizes online real-time multi-person chat room

This article shares the specific code of Node.js+...

Two box models in web pages (W3C box model, IE box model)

There are two types of web page box models: 1: Sta...

30 excellent examples of color matching in web design

Today, this article has collected 30 excellent cas...

Vue imitates ElementUI's form example code

Implementation requirements The form imitating El...

A brief analysis of MySQL's WriteSet parallel replication

【Historical Background】 I have been working as a ...

Bootstrap 3.0 study notes grid system principle

Through the brief introduction in the previous tw...

One line of code solves various IE compatibility issues (IE6-IE10)

x-ua-compatible is used to specify the model for ...