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 :: git update recursive submodules 
Shell :: powershell wait 5 seconds 
Shell :: apache google 2fa 
Shell :: how to manage icloud drive in terminal 
Shell :: failed to start daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid 
Shell :: add known host github 
Shell :: start jupyter notebook from terminal 
Shell :: linux find directores 
Shell :: ubuntu install github 
Shell :: ubuntu cron job log 
Shell :: install GTK 3.0 on fedora 
Shell :: how to secure letsencrypt on ubuntu 20.04 with nginx 
Shell :: install chromium terminal 
Shell :: how to check if ip is up bash script 
Shell :: bash echo can create file 
Shell :: what process consuming RAM 
Shell :: linux count number of files in directory and subdirectory 
Shell :: completely uninstall apache2 
Shell :: unregister distro 
Shell :: bash for i in range then 
Shell :: ssh connect to host bitbucket.org port 22: Connection timed out 
Shell :: how to close a port mac 
Shell :: ubuntu delete from ssh known hosts 
Shell :: find current working directory bash 
Shell :: npm ganache 
Shell :: spring shell inside docker 
Shell :: bash conditional sum 
Shell :: brew install eb cli 
Shell :: linux list available programs 
Shell :: install firewalld ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =