weednix / from_dead_zero

How do we mentor a gifted student who is starting from dead zero?
0 stars 0 forks source link

intro to unix filesystems and fs layout #10

Open ashleygould opened 4 years ago

ashleygould commented 4 years ago

file types inodes devices

commands: ls type mount stat find

fs layout: what are each of these for? / (root) /etc /usr /bin /sbin /home /dev /tmp /var

https://homepages.uc.edu/~thomam/Intro_Unix_Text/File_System.html https://www.geeksforgeeks.org/unix-file-system/