Change folder permissions and ownership
Use chown
to change ownership and chmod
to change rights.
sudo chown username:group directory
Font:
1. Change folder permissions and ownership
2. Change folder permissions and ownership
Use chown
to change ownership and chmod
to change rights.
sudo chown username:group directory
Font:
1. Change folder permissions and ownership
2. Change folder permissions and ownership
rm -rf /path/to/dir13
There is more than one way to do this, however I tend to do it like this from command prompt: Uncompress tar.gz The below does both the uncompressing and untarring in a single command and puts the contents in the same directory you are in: Code: [ Select ] tar zxvf file.tar.gz The z argument…