getfacl /path/to/file
setfacl -m u:username:permissions /path/to/file
Components:
sudo apt install ldapscripts
Script locates at /etc/ldapscripts/ldapscripts.conf. Adjust SERVER and SUFFIX to suit directory structure.
sudo ldapaddgroup george
sudo ldapadduser george george
sudo ldapsetpasswd george
sudo ldapdeleteuser george
Users can be manage various limits in /etc/security/limits.conf
VARIABLE=value ~/.bashrc to include VARIABLE=value and then start a new shell. export VAR=value or VAR=value; export VAR The child process is allowed to modify exported variables, but the change in this case will not propagate back to the parent shell.
alias name=command sudo visudo
>> <username> ALL=(ALL) NOPASSWD:ALL