Tagged Questions
6
votes
4answers
6k views
Permission denied on ~ even though owner listed as me
Somehow, I managed to chmod and chown my ~ into oblivion.
When I attempt to login through the shell, I get
bash: ~/.bashrc : Permission denied
Even after (as root) I've run
chown -hR nroach44 ...
0
votes
1answer
304 views
How to make /var/www/html same as my /var/tmp directory?
I am using one software, who can save files to /var/tmp but not in /var/www/*.*.
I did applied chmod -R 777 /var/www. But still it can write to /var/tmp but not /var/www
How can I resolve this? (I ...