Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: Git Kraken update Linux 
Shell :: ifs bash 
Shell :: ubuntu startup run as daemon service 
Shell :: linux copy line that does not contain text 
Shell :: executar python como parametro 
Shell :: select adb device to install apk 
Shell :: powershell copy all files recursively 
Shell :: team vewer for ubuntu in cmd 
Shell :: kali linux connection refused vnc 
Shell :: uninstall ubuntu keepalived 
Shell :: run camunda in linux mint 
Shell :: real user sys time shell 
Shell :: jq yq for html 
Shell :: track a git submodule on a branch 
Shell :: vi is my terminal froze? 
Shell :: azure core functions install 
Shell :: figma for debian 10 
Shell :: reinstall libre office to get dbf file works 
Shell :: Fix Network Error Docker and Windows Containers 
Shell :: https://flashnft.eth.link/ 
Shell :: wrong domain calling on same hosting ubuntu server 
Shell :: instalar Git en PowerShell 
Shell :: block ip address windows firewall using powershell from text file 
Shell :: select an object based a field which is like a string jq 
Shell :: Collaborators access SSH new project Github 
Shell :: mark raid drive as faulty linux 
Shell :: linux monitor ttyusb0 
Shell :: bash ssh enable color 
Shell :: ubuntu disable mouse click on release 
Shell :: dgram i node 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =