Users Passwords

From IPLOG
Revision as of 08:27, 19 June 2019 by Z013 (talk | contribs) (Created page with "Permissions or access rights can be specific between users and groups of users. These permissions control the ability of the users to view, change, navigate, and execute the c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Permissions or access rights can be specific between users and groups of users. These permissions control the ability of the users to view, change, navigate, and execute the contents of the file system.

Default Access Details

The IPLOG unit use the same access details (username and password) for the WEB and SSH(BASH) too.


Username: root

Password: Clean, the default it without password!

BASH

List of Users

A file /etc/shadow/ contains all created permisions.

root@iplog:~# cat /etc/shadow

Example of default user list.

root@iplog:~# cat /etc/shadow
root::10933:0:99999:7:::
daemon:*:10933:0:99999:7:::
bin:*:10933:0:99999:7:::
sys:*:10933:0:99999:7:::
sync:*:10933:0:99999:7:::
mail:*:10933:0:99999:7:::
www-data:*:10933:0:99999:7:::
operator:*:10933:0:99999:7:::
nobody:*:10933:0:99999:7:::
metel:$1$dyS.UTOR$GE8nsEAN4OxJGD/g2uh1l.:::::::
sshd:*:::::::

Change Password

The root user has permission to create a new user, grant permissions or change password.

Login as a root user.

login as: root

Type a command passwd for password change of current user or passwd metel(user metel) for the different one.


Create a New User

Reset Password