Cho mình hỏi cách tạo user mới trong ubuntu

angrydog714

New member
** Ubuntu: Cách tạo người dùng mới và khắc phục sự cố phổ biến **

** Tạo người dùng mới **

Để tạo người dùng mới trong Ubuntu, hãy mở cửa sổ đầu cuối và chạy lệnh sau:

`` `
sudo useradd -ketoan kian
`` `

Điều này sẽ tạo một tài khoản người dùng mới có tên là "Kian" với mật khẩu mặc định "123456kian".

** Đăng nhập như một người dùng mới **

Để đăng nhập làm người dùng mới, hãy mở cửa sổ đầu cuối và chạy lệnh sau:

`` `
Su - Kian
`` `

Bạn sẽ được nhắc nhập mật khẩu của người dùng mới.Khi bạn đã nhập mật khẩu, bạn sẽ được đăng nhập với tư cách là người dùng mới.

**Xử lý sự cố**

Nếu bạn không thể đăng nhập với tư cách là người dùng mới, có một vài điều bạn có thể kiểm tra:

* Đảm bảo rằng bạn đang gõ mật khẩu một cách chính xác.
* Đảm bảo rằng khóa khóa Caps không được bật.
* Hãy thử đăng nhập với tư cách là người dùng mới từ một cửa sổ thiết bị đầu cuối khác.
* Nếu bạn vẫn không thể đăng nhập, bạn có thể thử đặt lại mật khẩu của người dùng.Để thực hiện việc này, hãy chạy lệnh sau:

`` `
sudo passwd kian
`` `

Bạn sẽ được nhắc nhập mật khẩu của người dùng mới hai lần.Khi bạn đã nhập mật khẩu, mật khẩu của người dùng sẽ được đặt lại.

** Để biết thêm thông tin, vui lòng xem các tài nguyên sau: **

* [Tài liệu Ubuntu: Tạo người dùng] (https://help.ubuntu.com/community/creatingusers)
* [Diễn đàn Ubuntu: Khắc phục sự cố đăng nhập] (https://ubuntuforums.org/forum/14-ubuntu-help/)
=======================================
**Ubuntu: How to Create a New User and Fix Common Problems**

**Creating a New User**

To create a new user in Ubuntu, open a terminal window and run the following command:

```
sudo useradd -Ketoan Kian
```

This will create a new user account named "Kian" with the default password "123456kian".

**Logging in as a New User**

To log in as the new user, open a terminal window and run the following command:

```
su - kian
```

You will be prompted to enter the new user's password. Once you have entered the password, you will be logged in as the new user.

**Troubleshooting**

If you are unable to log in as the new user, there are a few things you can check:

* Make sure that you are typing the password correctly.
* Make sure that the Caps Lock key is not turned on.
* Try logging in as the new user from a different terminal window.
* If you are still unable to log in, you can try resetting the user's password. To do this, run the following command:

```
sudo passwd kian
```

You will be prompted to enter the new user's password twice. Once you have entered the password, the user's password will be reset.

**For more information, please see the following resources:**

* [Ubuntu Documentation: Creating Users](https://help.ubuntu.com/community/CreatingUsers)
* [Ubuntu Forums: Troubleshooting Login Problems](https://ubuntuforums.org/forum/14-ubuntu-help/)
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top