• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mount in Linux

mikeshn

Senior member
I really don't understand the meaning or a purpose of the commnad in Linux Red Hat 7.1. What it does?
Thanks
 
The mount command "attaches" a device onto your directory tree. Windows systems do this automatically - pop in a floppy, navigate to A:, and you see your files. *nix systems do not (at least without other daemons or programs) - pop in a floppy, navigate to /mnt/floppy (or wherever), and you don't see anything, because you haven't yet attached (mounted) the physical device to the directory.
 
Back
Top