Skip to end of banner
Go to start of banner

Users and Permissions.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In modern full featured Linux distributions, users are managed by the system. And on our HPC cluster, your user is managed by you wustl key. It is still worth learning about users if for no other reason then there is a big overlap between how users operate and how permissions operate. And a strangely high percentage of server problems do often come down to permissions issues. Also, say you write a script or a program, and you need it to be able to execute, but it won't work just by calling it's name on the shell. What do you do. Well fix the permissions.

  1. Whoami
  2. useradd / usermod
  3. passwd
  4. sudo
  5. chmod / chown
  • No labels