Poornima 2c4dc7a37c Correction in command to add new user and switch user
1.Add user
The current command didn't take care of setting the password for
new user. Added below command which takes care of the missing part
sudo useradd -s /bin/bash -d /home/<user> -m -G sudo <user>
sudo passwd <user>
where,
-s /bin/bash – Set /bin/bash as login shell of the new account
-d /home/<user> – Set /home/<user> as home directory of the new user account
-m – Create the user’s home directory
-G sudo – Make sure <user> can sudo i.e. give admin access to the new account

2.Switch user
current: sudo su -c <user>
corrected one: sudo su - <user>

Change-Id: I83355cd92aace4d6a62fd0a2427713a1369f86c7
Signed-off-by: Poornima <poornima.y.n@intel.com>
2020-03-13 16:25:03 +05:30
2019-04-19 19:52:45 +00:00
2019-09-19 10:46:27 +02:00
2020-01-15 21:00:19 +00:00

StarlingX documentation

This repository contains base documentation for the StarlingX project.

Description
StarlingX Documentation
Readme 67 MiB
Languages
Shell 52.8%
Python 47.2%