Skip to Content
Learn Linux Shell Scripting - Fundamentals of Bash 4.4
book

Learn Linux Shell Scripting - Fundamentals of Bash 4.4

by Sebastiaan Tammer
December 2018
Beginner
452 pages
12h 17m
English
Packt Publishing
Content preview from Learn Linux Shell Scripting - Fundamentals of Bash 4.4

Chapter 4

  1. What is a file system? A software implementation of the way data is stored on and retrieved from a physical medium.
  2. Which Linux specific file systems are most common?
    • ext4
    • XFS
    • Btrfs
  3. True of false: multiple file system implementations can be used concurrently on Linux? True; the root file system is always a single type, but different parts of the file system tree can be used to mount other file system types on.
  4. What is the journaling feature present on most Linux file system implementations? Journaling is the mechanism which ensures writes to disks cannot fail halfway. It greatly improves reliability of the file system.
  5. On which point in the tree is the root file system mounted? At the highest point, on /.
  6. What is the PATH variable ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Bash Scripting Fundamentals

Bash Scripting Fundamentals

Sander van Vugt

Publisher Resources

ISBN: 9781788995597Supplemental Content