Difference between revisions of "Linux"
From MgmtWiki
(Created page with "==Full Title== Some useful sites for Linux. ==Shell== * [https://www.cyberciti.biz/faq/linux-list-all-environment-variables-env-command/ environmental variables] of interest....") |
(→Full Title) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Full Title== | ==Full Title== | ||
− | Some useful sites for Linux. | + | Some useful sites for Linux especially when run from a Windows VM. |
==Shell== | ==Shell== | ||
− | * [https://www.cyberciti.biz/faq/linux-list-all-environment-variables-env-command/ | + | * [https://bash.cyberciti.biz/guide/Shell_commands Shell Commands]. |
+ | * [https://www.cyberciti.biz/faq/linux-list-all-environment-variables-env-command/ Environmental variables] of interest. | ||
+ | ==File System== | ||
+ | * [https://www.pluralsight.com/blog/it-ops/linux-file-permissions Changing file permissions]. | ||
+ | * [https://thelinuxexperiment.com/using-rsync-via-the-windows-subsystem-for-linux-to-backup-a-windows-computer/ Using rsync from Windows] includes some pretty fancy shell scripting stuff. | ||
==Reference== | ==Reference== |
Latest revision as of 21:17, 21 November 2020
Contents
Full Title
Some useful sites for Linux especially when run from a Windows VM.
Shell
- Shell Commands.
- Environmental variables of interest.
File System
- Changing file permissions.
- Using rsync from Windows includes some pretty fancy shell scripting stuff.