Adding a new user and systems files

Subscribers:
1,220
Published on ● Video Link: https://www.youtube.com/watch?v=XE7os-KgZ3I



Duration: 8:59
16 views
1


A place for more information - https://www.linux.com/tutorials/how-manage-users-groups-linux/
Also my Dashlane link - https://www.dashlane.com/cs/7hWZCEDD_44L

[root@ip-172-31-85-232 etc]# history
1 cd /etc
2 ls
3 ls -ltrah
4 grep studentdb4jstrain passwd
5 grep studentdb4jstrain shadow
6 history

[ec2-user@ip-172-31-85-232 ~]$ history
1 man useradd
2 useradd studentdb4jstrain
3 sudo useradd studentdb4jstrain
4 sudo passwd studentdb4jstrain
5 ssh studentdb4jstrain@localhost
6 sudo su - studentdb4jstrain
7 sudo su -
8 history

[studentdb4jstrain@ip-172-31-85-232 ~]$ history
1 ssh-keygen
2 ssh localhost
3 exit
4 history