!!!! Can anyone please tell me where to store my personal files in Linux Mint. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

!!!! Can anyone please tell me where to store my personal files in Linux Mint.

Can anyone please tell me where would it be most suitable to store my personal files on Linux Mint.

6th Dec 2019, 11:54 AM
Wangkat Nguabang
Wangkat Nguabang - avatar
10 Answers
+ 1
Hi Wangkat Nguabang What do you mean? In practically almost all GNU/linux distros you will have your personal folder at "/home/yourUserName", in this folder the system puts everything related to your account, e.g., personal configurations and preferences for all applications and etc. You also have folders like: Desktop, Documents, Images, Downloads, among others. So you can just create new folders and sort your personal files to your liking. So, yes, as the saying goes, there is no place like /home :)
6th Dec 2019, 12:21 PM
Mark
+ 1
Hi Wangkat Nguabang The equivalent to Windows C: in GNU/Linux is just "/". But differently from Windows, GNU/Linux does enforce ownership and groups permissions. So everything under / belongs to the system and normally only a user with super-user permission can manipulate. Your personal space is in /home/yourUserName. That in Windows would be equivalent to C:\Users\yourUserName.
6th Dec 2019, 12:34 PM
Mark
+ 1
By the way, if you have more than one disk or one disk divided in many parts than I recommend you to read about disk partitions in GNU/linux.
6th Dec 2019, 12:47 PM
Mark
0
Right Mark So there's no disk like there are in windows?
6th Dec 2019, 12:26 PM
Wangkat Nguabang
Wangkat Nguabang - avatar
0
๐Ÿ˜…So $ home/folder_name is okay??
6th Dec 2019, 12:41 PM
Wangkat Nguabang
Wangkat Nguabang - avatar
0
Yes, "$HOME/some_personal_folder" is ok.
6th Dec 2019, 12:43 PM
Mark
0
๐Ÿ˜๐ŸคŸ (Noob here๐Ÿ–) Thanks Mark
6th Dec 2019, 12:45 PM
Wangkat Nguabang
Wangkat Nguabang - avatar
0
I suppose you know that "$HOME" is a variable that contains the path of your personal home folder.
6th Dec 2019, 12:45 PM
Mark
0
Yes
6th Dec 2019, 12:46 PM
Wangkat Nguabang
Wangkat Nguabang - avatar
0
Okk
6th Dec 2019, 12:48 PM
Wangkat Nguabang
Wangkat Nguabang - avatar