Jump to content

How to Add New Users to Linux: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 March 2023

  • curprev 13:2913:29, 22 March 2023 Lukegao1 talk contribs 1,514 bytes +1,514 创建页面,内容为“ Adding new users to a Linux system is a common task for system administrators or users who want to grant access to other people to use the system. Here are the general steps to add new users to a Linux system: 1. Open a terminal window and log in as the root user or a user with sudo privileges. 2. Use the `adduser` command to add a new user. For example, to add a user named "johndoe", type the following command and press Enter: ``` adduser johndoe `…”