LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   file system layout (https://www.linuxquestions.org/questions/linux-newbie-8/file-system-layout-231379/)

wizardmax 09-16-2004 11:05 AM

file system layout
 
Just wandering where to store personal files. I have a multimedia collection and some other files that I want to put on my system, but have no idea where to stick them on the Linux file system. Where do you store files? (which may be used by multiple users) /usr? /home? /mnt? Or maybe something like /data?

Thanks,
Max Z.

Mikhail_16 09-16-2004 11:23 AM

/home/[your username]

classicalcraig 09-16-2004 11:28 AM

/home is generally for userfiles, but your directory within it will only be accesible to you.

If you create a new directory, eg /home/all and set the access rights to the user group of the people you want to be able access it using chgrp and chmod.

wizardmax 09-16-2004 12:21 PM

Is there any convenition on this? Where do companies store general files?

Mikhail_16 09-16-2004 12:26 PM

Not really, transient stuff usually goes into /var directory and permanent things into some folder under /home. In the end it really does not matter and more of a matter of personal preference than anything else.


All times are GMT -5. The time now is 05:13 PM.