2
votes
1answer
49 views

unable to create `/etc/skel/.bash_logout.dpkg-new': No such file or directory

I can“t install any updates. I tried apt-get clean, apt-get install -f, dpkg --configure -a. Nothing helps. I even tried to create a file or a directory in /etc/skel - it cannot be done, even with ...
3
votes
1answer
733 views

What are the standard file permissions for the /etc directory(file)

I kinda screwed up the /etc directory by running: sudo chmod 417 /etc Leaving me unable to use sudo: sudo: can't open /etc/sudoers: permission denied. sudo: no valid sudoers sources foundm ...