Tagged Questions
2
votes
2answers
253 views
How to change the login notice on a custom shell?
I was trying to setup a custom shell for a temp user.
sudo usermod --shell /home/nemo/a temp
The contents of a:
#!/bin/bash
echo "Test"
Unfortunately, on trying to login as user temp, I see ...