Dr Raspbian. Created a user, mounted an external disk to the home directory. When you try to log in "cannot execute / dev / null Permission denied"

  • attach to the question (pressing edit ) the output of the command $ grep null /etc/passwd - aleksandr barakin

1 answer 1

You most likely do not have access to /dev . Run the following commands as root :

 # chmod a+x /dev # chmod a+r /dev