Horje
fixing system permission issues in ubuntu Code Example
fixing system permission issues in ubuntu
echo '
chmod -R 755 /bin /boot /dev /etc/ /home /lib /lib64 \
/media /mnt /opt /run /sbin /srv /usr /var

chmod -R 777 /initrd.img /vmlinuz
chmod -R 1777 /tmp
chmod -R 555 /sys
chmod -R 555 /proc
chmod -R 700 /root

' > fixpermission

chmod +x fixpermission

./fixpermission




Shell

Related
com.github.parse-community.Parse-SDK-Android Code Example com.github.parse-community.Parse-SDK-Android Code Example
vue search npm Code Example vue search npm Code Example
install godaddy ssl certificate on aws ec2 instance Code Example install godaddy ssl certificate on aws ec2 instance Code Example
autopsy linux can not connect Code Example autopsy linux can not connect Code Example
change directory name lunix Code Example change directory name lunix Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10