Standard User
Super User / Administrator
Root
Group ID: A
Users: a, b, c
Group ID: B
Users: b, c
Group ID: C
Users: c
Read
Write
Execute
4
2
1
| Action | Command |
|---|---|
| Create user | `useradd <user>` |
| Change Password | `passwd <user>` |
| Modify user | `usermod -L <user>` `usermod -U <user>` |
| Delete user | |
| Adding new group | `groupadd -g 4001 <group> ` |
| Add user to new group | `usermod -aG <group> <user>` |
But why?
Terminal Emulators
Shell Scripts
A script/file with shell (bash) instructions
But why?
Port: 22
Network Protocol used for remote administration
Created in 1995 by Tatu Ylönen, SSH protocol
Uses Public-key based authentication for controlled access
rlogin
telnet
ftp
ssh <user>@<ip-address>
-v: verbose
-i: identify file (.pem file)
View all active processes
ps
-a: all process
-u: for users in userlist