Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change the user group of folder linux

# You might need to use sudo with this command
# Change group
chgrp [USER] [FILE]
chgrp -R [USER] [FOLDER]

# Change owner
chown [USER] [FILE]
chown -R [USER] [FOLDER]

Comment

Change user/group for directory and all contents

# chown -R user01:groupA Resources
Comment

PREVIOUS NEXT
Code Example
Shell :: odoo 13 install 
Shell :: install lastools conda 
Shell :: vim move terminal down 
Shell :: check md5 certutil 
Shell :: c ide linux online 
Shell :: deploy contract on bsc testnet hardhat 
Shell :: sftp with private key cli 
Shell :: store all terminal output in a file 
Shell :: cmd to remove temporary files in win 10 
Shell :: example use & 
Shell :: flow for vim 
Shell :: upgrade spyer 4.2.0 in anaconda 
Shell :: how to use migrate guru plugin 
Shell :: how to put access.log in gitignore 
Shell :: git clone epitech 
Shell :: find drive D windows sub system linuc 
Shell :: mpi sintel dataset download from command line 
Shell :: axel download google drive 
Shell :: how to join any cluster redis 
Shell :: /usr/bin/env: «node»: The file or directory does not exist nvm 
Shell :: qgis linux debian download 
Shell :: delete file kali shell 
Shell :: count the number of words in a file 
Shell :: install win64clipboard 
Shell :: git pull recursive 
Shell :: awk and or 
Shell :: remove quotes from parameter batch 
Shell :: show git branch in terminal fish 
Shell :: bash read file and output 
Shell :: add individual file to staging area in git command 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =