made notes on logging in as different user more concise
This commit is contained in:
parent
0d3abd9d98
commit
5d9e4f93d2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ To change password as root for another user:
|
||||||
passwd <username>
|
passwd <username>
|
||||||
|
|
||||||
To login as a different user:
|
To login as a different user:
|
||||||
sudo -u <username> -i
|
sudo -iu <username>
|
||||||
|
|
||||||
To Display current kernel and other installed kernels:
|
To Display current kernel and other installed kernels:
|
||||||
mhwd-kernel -li
|
mhwd-kernel -li
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue