public:linuxpermition
This is an old revision of the document!
You could also do
chown -R username:groupname .
, which would change the permissions on the current directory, and then recurse down inside of it and all subfolders to change the permissions.
chmod -R 666 /var/www
will give read, write permissions for everyone.
Pack:
tar czf name_of_archive_file.tar.gz name_of_directory_to_tar
Unpack:
tar -xzvf file.tar.gz
public/linuxpermition.1730193769.txt.gz · Last modified: 2024/10/29 09:22 by lukas