Which directory in Linux is often used for mounting temporary file storage systems, like USB drives?
- /media
- /mnt
- /tmp
- /var
The /media directory in Linux is often used for mounting temporary file storage systems, like USB drives. When you plug in a USB drive, it's commonly mounted under the /media directory for easy access.
Loading...
Related Quiz
- You've been tasked to lockdown a specific application on an Ubuntu server. You decide to use a tool that restricts programs to a limited set of resources. Which tool would you primarily utilize?
- Which Samba tool is used for checking the configuration file for errors?
- Which command is used to send ICMP echo requests to test network connectivity?
- While /bin contains essential command binaries, the ________ directory contains non-essential command binaries.
- In a shell script, the _________ command is used to parse options and arguments.