Learning Linux part 6/15: Linux filesystem
This part is a short flight through the filesystem of linux.
In short, the filesystem controls the way how files are organised on the disk.
To describe how this works, I will try to explain some of the process when a file gets accessed.
In order to access a file, the operating system needs the full path of the file.
Learning Linux Part 5/15: Edit & transform textfiles
This part I will try to explain some of the document processing features that linux has. We will cut this part in 3 pieces:
Learning Linux Part 4/15: The shell explained
Alright, part 4 of the series, which is mostly dedicated to the shell environment.
Learning Linux Part 3/15: Working at the shell
Part 3 of the series...! This one is about the commandline, files and file actions.
This time covers:
Learning Linux Part 2/15: Basic operations
Today part 2 of the 15 linux lessons. Have fun!
Contents of this lesson are:
- Booting and bootloader
- Logging in
- Piping
- Redirection
- Need help? Man, info and help
Learning Linux Part 1/15: All about linux
Today the first part of the learning linux series.
I write this whole learning thing as my contribution to the linux society.