change owner directory linux
sudo chown -R username:group directory
change owner directory linux
sudo chown -R username:group directory
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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us