Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux give full permission to directory

# Change permissions for the root file/dir only
chmod 777 path/to/directory/
# Or
chmod 777 path/to/file
# Change permission for root dir and all files/dirs within
chmod -R 777 path/to/directory/
Comment

give full permission to folder and subfolders in linux

linux folder
Comment

PREVIOUS NEXT
Code Example
Shell :: how to uninstall lightshot in ubuntu 
Shell :: uninstall eclipse ubuntu 20.04 
Shell :: how to change permissions for the whole folder in ubuntu 
Shell :: powershell wait 5 seconds 
Shell :: how to push local code to git repository 
Shell :: get public ssh key 
Shell :: remove mariadb 
Shell :: how to move master branch to main branch 
Shell :: bash find all files containing string 
Shell :: start grafana server 
Shell :: close port ubuntu 
Shell :: certbot remove certificate 
Shell :: Unable to resolve module ./theming/DarkTheme from 
Shell :: albert for ubuntu 
Shell :: git delete last commit local and remote 
Shell :: get folder size powershell 
Shell :: python3.8 install pip 
Shell :: get number of files 
Shell :: linux repository list 
Shell :: set zsh as default ubuntu 
Shell :: docker-compose container list 
Shell :: how to update vscode on ubuntu 
Shell :: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: device or resource busy 
Shell :: ubuntu firewall 
Shell :: install chrome linux apt 
Shell :: install babel loader 
Shell :: Brew was unable to install [php@7.1]. 
Shell :: intsalling pycharm in ubuntu 
Shell :: conda install mmcv 
Shell :: tor browser shortcut linux 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =