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

ubuntu create directory with permissions

mkdir –m 0755 <dirname>
Comment

PREVIOUS NEXT
Code Example
Shell :: bash: cmake: command not found 
Shell :: powershell if file exists 
Shell :: install Qt5 ubuntu 20.04 
Shell :: how to speedtest on bash 
Shell :: find start up folder 
Shell :: docker-compose clear cache 
Shell :: git submodules pull 
Shell :: sqlite laravel 
Shell :: I can not access my local files in Ubuntu 
Shell :: angular cli 
Shell :: elasticsearch start 
Shell :: lightgbm install 
Shell :: kill logstash 
Shell :: sh check if directory is empty 
Shell :: linux remove java 11 
Shell :: install docker kali linux 
Shell :: installing eslint globally 
Shell :: chmode ubuntu 
Shell :: install networkx python 
Shell :: vue js version check 
Shell :: check that redis is running 
Shell :: how to install xlswriter for pandas 
Shell :: ubuntu cleanup systemd journal 
Shell :: zsh: corrupt history file /home/.zsh_history 
Shell :: Ubuntu upgrade a single package 
Shell :: upgrade ubuntu version command line 
Shell :: expo start production mode 
Shell :: kill processes on port 80 
Shell :: powershell print to console 
Shell :: how to install git on ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =