Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu add permission to folder

sudo chmod -R 777 /var/DirectoryName
Comment

set all permissions to folder in ubuntu

sudo chmod -R a+rwx path/directory
Comment

how to change permissions for the whole folder in ubuntu

sudo chmod -R 777 DirectoryName
Comment

giving permission to folder in ubuntu

chmod -R a+rwx path
Comment

how assign permission to a folder and all contents in ubuntu|linux

only change the no(like 777,775 etc) according to your need 
current scenior i am giving full permission to file/sub-directories
chmod -R 777 your_directory_name
Comment

PREVIOUS NEXT
Code Example
Shell :: remove env file from git 
Shell :: set environamnt variable in service linux 
Shell :: git commit number of lines changed 
Shell :: current year bash 
Shell :: ag ignore node_modules 
Shell :: install flutter ubuntu 20.04 
Shell :: linux open current directory in gui 
Shell :: start jupyter notebook from terminal 
Shell :: download and install open media vault from cli raspberry pi 
Shell :: anydesk linux install download 
Shell :: npm port already in use 
Shell :: To install mailutils to send mail from linux centos terminal 
Shell :: git orphan branch and remove all data 
Shell :: yii install 
Shell :: npm version git working directory not clean 
Shell :: how to decompress gzip file in linux 
Shell :: installed python 3.8 but where is pip 
Shell :: count files in a directory 
Shell :: install phpmyadmin mac 
Shell :: apt non interactive upgrade 
Shell :: setting the upstream for a fork github 
Shell :: how to remove all files except one in linux 
Shell :: geopandas is not installin 
Shell :: ubuntu install webstorm 
Shell :: electron build windows exe 
Shell :: bashrc file location in linux 
Shell :: find and replace in all files in directory centos 
Shell :: pycharm community install ubuntu 
Shell :: mac anydesk start at login 
Shell :: No module named SimpleHTTPServer 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =