Issue
After creating a new user account you may find that on login you recieve the following error,
Solution
/dev/null is a character special device which should have read+write permissions for everybody.
Run the following to confirm the current permissions for /dev/null,
ls -l /dev/null
If the output doesnt show the permissions crw-rw-rw- then change them accordingly via the chmod command.
Latest posts by Rick Donato (see all)
- NETCONF & YANG: Automate Network Configs via Python - April 2, 2026
- Palo Alto – How to Configure Your Next-Generation Firewall - April 2, 2026
- How to Harden Linux SSH: Keys, Fail2ban & Ciphers - March 1, 2026
Want to become a Linux expert ?
Here is our hand-picked selection of the best courses you can find online:
Linux Mastery course
Linux Administration Bootcamp
and our recommended certification practice exams:
Delta Practice Tests