I was trying to run yeoman
under my user, when I got errors when it tried to access /home/adityamenon/tmp
. I checked the permissions and it turns out ~/tmp/
belongs to root.
So I changed the user and group to myself, but was this the right thing to do? Who should ~/tmp
belong to?
Also, when I'm booting, I get an error message about /tmp/
not being mounted... if that info helps.
The
~/tmp
directory, that is, a directory called "tmp" in a user's home directory, is not mentioned in any file hierarchy standards. Given that it's in your home directory it probably should be owned by you.