Many of the filesystems above are out of scope of this course and irrelevant to the lab. Let’s focus on theroot filesystem, the filesystem stored in /dev/sda1. The root filesystem is where the Linux operatingsystem itself is stored; all the programs, tools, configuration files are stored in root filesystem by default.c. Run the mount command again, but this time, use the pipe | to send the output of mount to grep to filterthe output and display only the root filesystem: