今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Working with users and groups
- [Instructor] On a CentOs machine, we can create users with a useradd tool. This creates a home folder for the user in home, adds an entry for the user in the system's etc/passwd file and adds an entry to hold their password hash in etc/shadow. Once a user is created, we need to set a password for the user which they can use to log in and we need to configure them to be a member of appropriate groups. Let's create a user. We went through this briefly earlier but I want to take a moment to add a little more detail. To create a user, I'll write useradd and provide a name. This will add a regular user to the system with a username anne. A regular user has their own space for files but can't install software, doesn't have super user privileges and they can't do anything else that might be considered administrative. Using the id command, we can see some information about the user. The user has the uid or user id number 1001. Human user accounts are numbered starting at 1000. Because of…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
The Linux file system and the Filesystem Hierarchy Standard4 分钟 13 秒
-
(已锁定)
Configuring the network for a CentOS server2 分钟 51 秒
-
(已锁定)
Configuring the network manually6 分钟 45 秒
-
(已锁定)
Configuring the network with NetworkManager4 分钟 45 秒
-
(已锁定)
Setting the hostname2 分钟 32 秒
-
(已锁定)
Connecting to the system remotely with Secure Shell (SSH)4 分钟 6 秒
-
(已锁定)
Adding an administrative user with SSH access3 分钟 41 秒
-
(已锁定)
Adding a key to a user for SSH access4 分钟 24 秒
-
(已锁定)
Transferring files to and from the server5 分钟 1 秒
-
(已锁定)
File permissions2 分钟 12 秒
-
(已锁定)
Working with users and groups3 分钟 52 秒
-
(已锁定)
Installing and updating software8 分钟 5 秒
-
(已锁定)
Installing packages by group1 分钟 34 秒
-
(已锁定)
Installing packages from other sources4 分钟
-
-
-
-
-
-