Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

make directory to be owned by group ubuntu

sudo chgrp -R groupName directory
//Set permissions on folder:
sudo chmod -R 775 directory
//Make all folders subsequently created inside directory
//to be owned by group staff:
sudo setfacl -dR -m g:groupName:rwx directory
Comment

PREVIOUS NEXT
Code Example
Shell :: Git lab global setup 
Shell :: git delete last commit 
Shell :: scp permission denied (publickey) but ssh works 
Shell :: remove all files starting with linux 
Shell :: randomstring npm 
Shell :: pgadmin4 : Depends: libpython3.7 (= 3.7.0) but it is not installable 
Shell :: xdebug install 
Shell :: sbatch: error: Batch script contains DOS line breaks ( ) sbatch: error: instead of expected UNIX line breaks ( ). 
Shell :: connect-session-sequelize installation 
Shell :: move branch to a commit 
Shell :: ffmpeg extract frames resize 
Shell :: setoolkit kali linux install 
Shell :: install nose 
Shell :: Run valet secure 
Shell :: how to create an alias 
Shell :: kubectl connect to node bash 
Shell :: how to compare files in terminal 
Shell :: locate in specific directory 
Shell :: delete branch 
Shell :: ps linux 
Shell :: how to start elasticsearch correctly 
Shell :: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied 
Shell :: how to check whether a string contains a special character or not in bash 
Shell :: manjaro linux system information 
Shell :: Git - fetch changes from remote repo for current branch 
Shell :: aircrack-ng install command 
Shell :: how to install visual studio code in kali 
Shell :: git clone with token 
Shell :: unzip gz file linux 
Shell :: Remove a file from a Git repository without deleting it from the local 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =