Khoa Bui's Website

Resume

Linkedin

Github

Academic Works

Contact Me

Notes

General Notes:

Files ACLS:

getfacl /path/to/file
setfacl -m u:username:permissions /path/to/file

LDAP users and groups

Components:

Managing users limits

Users can be manage various limits in /etc/security/limits.conf

How to set environment variables:

How to export environment variables:

The child process is allowed to modify exported variables, but the change in this case will not propagate back to the parent shell.

History command:

Alias:

How to grant root access?

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