Thanks!
Ask HN: Recommended guides for learning filesystems?
1–10 of 33 posts
Re: Ask HN: Recommended guides for learning filesystems?
#2Run:
$ man hier
It describes the file system hierarchy.Re: Ask HN: Recommended guides for learning filesystems?
#3Re: Ask HN: Recommended guides for learning filesystems?
#4A couple things for you which may be obvious, but a good place to start nonetheless:
/ - This is Root. Most of your system files are in this directory.
/home/username/ - This is your home directory, a common abbreviation is "~/" (tilde). If you are a windows user, this is the equivalent of the file system you are used to using. In this directory are also many dot files (.ssh/, .local/, etc). these are (usually hidden) system files that are specific to your user. Generally, there are defaults in / (root) and these files customize them for your user only.
Knowing these two things and a handful of basic commands will allow you to get started. Look into the commands 'cd', 'pwd', 'ls', 'sudo', 'touch', 'mkdir'.
Re: Ask HN: Recommended guides for learning filesystems?
#5Re: Ask HN: Recommended guides for learning filesystems?
#6Re: Ask HN: Recommended guides for learning filesystems?
#7Re: Ask HN: Recommended guides for learning filesystems?
#8Ah, it's also free ;)
From the the haiku project website: https://www.haiku-os.org/legacy-docs/practical-file-system-d...
Re: Ask HN: Recommended guides for learning filesystems?
#9Re: Ask HN: Recommended guides for learning filesystems?
#10https://www.amazon.com/Design-Implementation-FreeBSD-Operati...