Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux give permission to folder

sudo chmod -R a+rwx /path/to/folder
Comment

how to give all permission to a directory in linux

sudo chmod -R ugo+rwx /path/to/folder

// @Zenonymous
Comment

how to give permission to a user in linux on a folder

sudo chmod u+w myfolder
Comment

how to give full permission to another user linux

give full permssion to ext hard
sudo chown username: /media/EXT1_MALATYA
Comment

PREVIOUS NEXT
Code Example
Shell :: change file read only permissions linux 
Shell :: how to enable camera in ubuntu 
Shell :: git push template 
Shell :: Recover accidentally deleted files by git reset hard 
Shell :: How to count number of files in each directory 
Shell :: anaconda windows terminal 
Shell :: heic open linux 
Shell :: gitlab ci yml example 
Shell :: silent install google chrome 
Shell :: install tar.xz in ubuntu 
Shell :: stop apache2 
Shell :: how to install fish in debian 
Shell :: symfony unit test 
Shell :: how to start cron job 
Shell :: docker wget not found 
Shell :: install gitlab runner on centos 
Shell :: unable to find docker images locally 
Shell :: set time in kali linux 
Shell :: how to check default path of the nginx 
Shell :: docker start exited container 
Shell :: How to open webpage in vbscript 
Shell :: how to port-forward k8s on server 
Shell :: git push asking for username after setting up ssh key 
Shell :: git bring your changes to a new branch 
Shell :: merging branches in git 
Shell :: Updating Packages in WSL 
Shell :: gitlab clone with username and password 
Shell :: extract rar linux 
Shell :: docker run always puull 
Shell :: nvm cheatsheet 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =