Skip to content

Commit 56be07a

Browse files
authored
Update lab6-user_and_group_management.md
1 parent 5205c0b commit 56be07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/labs/sys_admin_1/lab6-user_and_group_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,11 @@ Use the tail command to examine your changes to the /etc/passwd file. Write the
358358
Restore the values ( login shell etc..) to their original values. Write down the commands to do this?
359359
360360
361-
## Exercise 2
361+
## Exercise 3
362362
363363
### Set user
364364
365-
It is not always convenient having to log out of the system completely in order to log in as another user. This may be because you have certain tasks running and you don’t want to end them. The “suXE "su" ( set user) program is used to temporarily become another user. You can “su” from a regular user account to the root account or vice-versa.
365+
It is not always convenient having to log out of the system completely in order to log in as another user. This may be because you have certain tasks running and you don’t want to end them. The `su` ( set user) program is used to temporarily become another user. You can “su” from a regular user account to the root account or vice-versa.
366366
367367
It changes the current user to have the access rights of the temporary user.
368368

0 commit comments

Comments
 (0)