Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change owner directory linux

sudo chown -R username:group directory
Comment

linux change owner

sudo chown newUser file.txt
Comment

change ownership linux

<!-- 
This is to change permissions for a directory in linux : 
755 is better but for local operations you shoul be ok using 777
the -R is to apply to all containing folders. It stands for recursive.
-->
<!-- 755 is safer -->
chmod 755 -R folder-Name

<!-- 777 is mighty and powerful ;) -->
chmod 777 -R folder-Name
Comment

PREVIOUS NEXT
Code Example
Shell :: dartlang ubuntu 
Shell :: git aliases 
Shell :: upload folder with gitbash 
Shell :: jenkins store sh output in variable 
Shell :: list of installed packages and version 
Shell :: pm2 show command 
Shell :: undo reset HEAD^ 
Shell :: elk max virtual memory areas vm.max_map_count [65530] is too low 
Shell :: how to go back to last git commit 
Shell :: linux script to clean up log files in /var/log 
Shell :: linux samba service 
Shell :: install yarn windows 
Shell :: winget powertoys 
Shell :: ssh key gen 
Shell :: git pull if exist and clone 
Shell :: tensorflow docker hub 
Shell :: create multiple copies in linux of file 
Shell :: laravel version global upgrade 
Shell :: function in bash 
Shell :: install nvim 
Shell :: start docker 
Shell :: angular cli interface generate 
Shell :: how to convert dos to unix in shell 
Shell :: github desktop arch linux 
Shell :: pdf to images imagemagick 
Shell :: bash for add one 
Shell :: Bash print elements in array 
Shell :: start arangodb 
Shell :: how to install cuda on ubuntu 20.04 
Shell :: aws cli 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =