3
votes
4answers
741 views

How to implement a volatile “user profile”

I want to set up a Linux machine such that when a particular user, named student, logs out, their /home directory is wiped clean and reset. Basically I want to perform these actions when the user ...