Quote:
the directory cs101 was already there for some other user that has been deleted.
|
Thats probably the problem. The new user doesn't have ownership of the directory /home/students/2001/cs101. You can do this as root to fix:
chown <user>:<user> /home/students/2001/cs101