Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. chmod -R 755 /bin /boot /dev /etc/ /home /lib /lib64 \
  2. /media /mnt /opt /run /sbin /srv /usr /var
  3.  
  4. chmod -R 777 /initrd.img /vmlinuz
  5. chmod -R 1777 /tmp
  6. chmod -R 555 /sys
  7. chmod -R 555 /proc
  8. chmod -R 700 /root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement