Khoa Bui's Website

Resume

Linkedin

Github

Academic Works

Contact Me

Notes

How to change the default shell for an user?

sudo usermod <username> -s "/usr/bin/<shell>"

Why use different user accounts?

Atributes of an user account

How to determine the current user?

Startup Files

Adding new users:

Deleting an user:

Modify an user:

Locked Accounts:

User IDs and Password Management:

Changing Password

Password Aging

Managing Root Account:

How to grant root access?

sudo visudo
>> <username> ALL=(ALL) NOPASSWD:ALL 	

Where the format is as follow:

user hosts=(users:groups) commands

Remote Graphical Login

Group Management

File Management and Ownership