# Introduction In this challenge, we will write a script to determine whether a given file system or mount point is mounted. We will use the `df` command to check if the file system is mounted or not. If it's mounted, we will print the free space available in it, otherwise, we will print an error message.
Click the virtual machine below to start practicing