I made some mistake when trying to set permission of HOME directory:
qdtjvszxc@de1:~$ chmod -rwx ~
Now its permission becomes:
qdtjvszxc@de1:~$ ls -ld ~
d---r-xr-x 1 qdtjvszxc qdtjvszxc 426 Oct 29 03:59 ../qdtjvszxc
When I re-login into my account, it is still a problem:
Could not chdir to home directory /home/qdtjvszxc: Permission denied
fatal: could not create work tree dir '/home/qdtjvszxc/.dotfiles': Permission denied
CRITICAL: Failed to clone your dotfiles from
https://github.com/hashbang/dotfiles
rm: cannot remove '/home/qdtjvszxc/.dotfiles': Permission denied
-bash: /home/qdtjvszxc/.bash_profile: Permission denied
qdtjvszxc@de1:/$ chmod +rwx .
chmod: cannot access '.': Permission denied
I made some mistake when trying to set permission of HOME directory:
Now its permission becomes:
When I re-login into my account, it is still a problem:
Please provide a way to restore its permission.