This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linux [2022/10/07 14:39] richard [File System] |
linux [2023/07/20 20:03] (current) richard |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== File System ===== | ===== File System ===== | ||
| - | The Linux file system is organised into files and directories. Directories are like the directories in the old MS-DOS and like folders in modern GUI operating systems. | + | The Linux file system is organised into files and directories. Directories are basically like folders. \\ |
| + | \\ | ||
| + | Linux has standard directories for typical uses: | ||
| + | |||
| + | * /bin - binaries | ||
| + | * /etc - "et-see", system configuration files (hosts file etc) | ||
| + | * /home - home directory for users' files | ||
| + | * /root - special home directory for the root user | ||
| + | * /usr - "unix system resources", user related programs (static data) | ||
| + | * /var - variable data files, log files, files being written to constantly | ||
| + | |||
| + | \\ | ||
| + | |||
| + | https://www.howtogeek.com/117435/htg-explains-the-linux-directory-structure-explained/ \\ | ||
| + | https://www.geeksforgeeks.org/linux-directory-structure/ \\ | ||
| + | Filesystem Hierarchy Standard (FHS) https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard \\ | ||
| + | History of /usr https://askubuntu.com/questions/130186/what-is-the-rationale-for-the-usr-directory \\ | ||
| + | |||
| + | \\ | ||
| + | \\ | ||
| + | Commands | ||
| + | https://twitter.com/mujeeb0147/status/1586324478606594050?t=NOWX0uHU7k-PnZsvqkeqOA&s=19 | ||
| + | |||
| + | ===== Programming ===== | ||
| + | |||
| + | https://en.wikibooks.org/wiki/Bash_Shell_Scripting/Whiptail\\ | ||
| + | http://akshaim.github.io/IoT/RPi/RaspberryPi-102.html\\ | ||
| + | https://funprojects.blog/2022/04/06/text-interfaces-with-whiptail-and-dialog/\\ | ||
| + | |||
| + | {{youtube>TuPO-eAMy4I?medium}} | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | ===== Ubuntu ===== | ||
| + | https://tecadmin.net/how-to-install-xrdp-on-ubuntu-22-04/ | ||