Is it possible using CentOS to change the path or location of the user's files (e.g. desktop, documents, downloads etc.) to another folder or even a network/shared drive or other mounted drive. On my Windows10 PC, I have my desktop location set to a network drive folder which I can access from my CentOS computer, it would also be great if I could set the location of the folders on my CentOS pc so I always have an updated destkop etc. stored on my network drive..... this would work for any other local folder to change it too as well, the question isn't specific to network drives.
Any ideas?
The image below shows my directories locally /home/username but I want to change them to a location that you can see under network in the bottom left 'shared'.
/home/username
is not the location of your user files. Well not in the way that you probably mean when you say location. It is not the physical location, it is the directory name. However these need not be related. E.g. everything under/home
is often a different partition. You may mount a network file-system or encrypted file-system on/home/username
. – ctrl-alt-delor May 30 '20 at 10:42