Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

chmod chown

// chown: change owner
chown -R user:group /path/to/directory     //recursively
chown -R root:root /path/to/directory
chown -R www-data:www-data /path/to/directory

// chmod: change mode, edit read/write access
chmod u=rw,g=rw,o=r document.docx
chmod 755 /path/to/directory
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell -file 
Shell :: bash substract varible 
Shell :: list groups linux for user 
Shell :: rm vs rmdir 
Shell :: react bootstrap 
Shell :: how to create a branch in git 
Shell :: bash cd 
Shell :: linux terminal show installed applications 
Shell :: uname -r command 
Shell :: github clone with access token 
Shell :: How to create and extract an archive or .tar file using linux commands 
Shell :: linux extract txz 
Shell :: script for restart redis service automatically 
Shell :: unittest run specific test 
Shell :: sublime text 
Shell :: Bash echo to standard output from function 
Shell :: flutter firebase apk release google sign in not working 
Shell :: git apply trailing whitespace 
Shell :: ubuntu increase valume 
Shell :: solana connect mainnet 
Shell :: bashub 
Shell :: wget recursive ftp 
Shell :: setting config source di linux 
Shell :: ERROR: Repository not found. fatal: Konnte nicht vom Remote-Repository lesen. Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen und das Repository existiert. 
Shell :: -f in shell script 
Shell :: snap install fingerprint 
Shell :: managed mode linux kali 
Shell :: dot is not recognized as an internal or external command 
Shell :: unix touch all files recursively 
Shell :: check container logging driver 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =