public:linuxpermition
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:linuxpermition [2023/07/26 19:01] – lukas | public:linuxpermition [2024/11/27 09:13] (current) – lukas | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | You could also do //chown -R username: | + | You could also do |
+ | < | ||
+ | chown -R username: | ||
+ | </code> | ||
+ | , 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 | ||
+ | </ | ||
+ | |||
+ | [[https:// | ||
+ | < | ||
+ | scp [OPTION] [user@]SRC_HOST: | ||
+ | </ | ||
+ | |||
+ | [[https:// | ||
+ | < | ||
+ | sudo nmap -sn 192.168.52.0/ | ||
+ | </ | ||
+ | |||
+ | https:// | ||
+ | |||
+ | < | ||
+ | sudo apt install cockpit cockpit-storaged cockpit-networkmanager cockpit-packagekit -y | ||
+ | </ |
public/linuxpermition.1690398094.txt.gz · Last modified: 2023/07/26 19:01 by lukas