How to create limited user accounts in Linux
- by James Willson
I want to create a user account for each of the key programs installed on my debian server. For example, for the following programs:
Tomcat
Nginx
Supervisor
PostgreSQL
This seems to be recommended based on my reading online. However, I want to restrict these user accounts as much as possible, so that they dont have a shell login, dont have access…