public:linuxpermition
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| public:linuxpermition [2023/07/25 20:18] – created lukas | public:linuxpermition [2025/07/01 08:00] (current) – lukas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | You could also do chown -R username: | + | You could also do |
| + | < | ||
| + | chown -R username: | ||
| + | </ | ||
| + | , 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.0.0/ | ||
| + | </ | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Add PPA Debian: | ||
| + | < | ||
| + | sudo apt -y install software-properties-common python3-launchpadlib | ||
| + | </ | ||
| + | |||
| + | |||
public/linuxpermition.1690316326.txt.gz · Last modified: by lukas
