Is there any problem in creating a folder in the system root and saving all my personal files there?
I'm thinking of make /myFiles my new home directory.
I am thinking of this possibility because I have had problems with exact path of files on different computers. I use more than one computer every day, and have some programs that need to find files to work properly. However, because of the difference between /home/user1/myFiles/thisFile.doc and /home/user2/myFiles/thisFile.doc the programs do not work properly.
(I know I can use symbolic links for this kind of problem, but I would not want to use this artifice - they are too many files, I would have to do this for each one and it would not become viable in my workflow)
Is there any problem or conflict that might be occasioned by doing so or theoretically would everything be okay?
I want to make /myFiles my home directory and not just create a /myFiles folder at the root of the system as I think it will make my workflow easier. although it is something unusual, would theoretically have some problem in doing so?
(and, if I want to go back to my current /home/username/myFiles state, having /home/username/ as my home directory, is there any problem?) I mean, is this action reversible if I do not like it for some reason?
directory home-directory
add a comment |
I'm thinking of make /myFiles my new home directory.
I am thinking of this possibility because I have had problems with exact path of files on different computers. I use more than one computer every day, and have some programs that need to find files to work properly. However, because of the difference between /home/user1/myFiles/thisFile.doc and /home/user2/myFiles/thisFile.doc the programs do not work properly.
(I know I can use symbolic links for this kind of problem, but I would not want to use this artifice - they are too many files, I would have to do this for each one and it would not become viable in my workflow)
Is there any problem or conflict that might be occasioned by doing so or theoretically would everything be okay?
I want to make /myFiles my home directory and not just create a /myFiles folder at the root of the system as I think it will make my workflow easier. although it is something unusual, would theoretically have some problem in doing so?
(and, if I want to go back to my current /home/username/myFiles state, having /home/username/ as my home directory, is there any problem?) I mean, is this action reversible if I do not like it for some reason?
directory home-directory
2
How would you use it? Do you want to make/myFilesyour default home directory or is that just a place where you want to keep your personal files?
– terdon♦
9 hours ago
I want to make/myFilesmy new home directory. So when I need to move to a new computer, for example, I can just copy my personal files directory to the root of the system and change the $HOME of this computer to/myFilesand everything will work normally (links, scripts, settings in programs , etc..). That's the intention, but I do not know if it's that simple
– Evem_MC
9 hours ago
Please edit your question and clarify that. Also, please explain why you would want that. Why change the location of your home directory instead of simply keeping your files somewhere that isn't your home directory?
– terdon♦
9 hours ago
2
Don't think there's a problem with it, but I don't see the benefit of it. Why not/home/myfilesor provide the same username, or use symlinks to fix your issues. Btw if your scripts depend on absolute paths from your home folder, there's something wrong somewhere else. You could simply use$HOMEor~as path.
– RoVo
9 hours ago
add a comment |
I'm thinking of make /myFiles my new home directory.
I am thinking of this possibility because I have had problems with exact path of files on different computers. I use more than one computer every day, and have some programs that need to find files to work properly. However, because of the difference between /home/user1/myFiles/thisFile.doc and /home/user2/myFiles/thisFile.doc the programs do not work properly.
(I know I can use symbolic links for this kind of problem, but I would not want to use this artifice - they are too many files, I would have to do this for each one and it would not become viable in my workflow)
Is there any problem or conflict that might be occasioned by doing so or theoretically would everything be okay?
I want to make /myFiles my home directory and not just create a /myFiles folder at the root of the system as I think it will make my workflow easier. although it is something unusual, would theoretically have some problem in doing so?
(and, if I want to go back to my current /home/username/myFiles state, having /home/username/ as my home directory, is there any problem?) I mean, is this action reversible if I do not like it for some reason?
directory home-directory
I'm thinking of make /myFiles my new home directory.
I am thinking of this possibility because I have had problems with exact path of files on different computers. I use more than one computer every day, and have some programs that need to find files to work properly. However, because of the difference between /home/user1/myFiles/thisFile.doc and /home/user2/myFiles/thisFile.doc the programs do not work properly.
(I know I can use symbolic links for this kind of problem, but I would not want to use this artifice - they are too many files, I would have to do this for each one and it would not become viable in my workflow)
Is there any problem or conflict that might be occasioned by doing so or theoretically would everything be okay?
I want to make /myFiles my home directory and not just create a /myFiles folder at the root of the system as I think it will make my workflow easier. although it is something unusual, would theoretically have some problem in doing so?
(and, if I want to go back to my current /home/username/myFiles state, having /home/username/ as my home directory, is there any problem?) I mean, is this action reversible if I do not like it for some reason?
directory home-directory
directory home-directory
edited 9 hours ago
Evem_MC
asked 9 hours ago
Evem_MCEvem_MC
64
64
2
How would you use it? Do you want to make/myFilesyour default home directory or is that just a place where you want to keep your personal files?
– terdon♦
9 hours ago
I want to make/myFilesmy new home directory. So when I need to move to a new computer, for example, I can just copy my personal files directory to the root of the system and change the $HOME of this computer to/myFilesand everything will work normally (links, scripts, settings in programs , etc..). That's the intention, but I do not know if it's that simple
– Evem_MC
9 hours ago
Please edit your question and clarify that. Also, please explain why you would want that. Why change the location of your home directory instead of simply keeping your files somewhere that isn't your home directory?
– terdon♦
9 hours ago
2
Don't think there's a problem with it, but I don't see the benefit of it. Why not/home/myfilesor provide the same username, or use symlinks to fix your issues. Btw if your scripts depend on absolute paths from your home folder, there's something wrong somewhere else. You could simply use$HOMEor~as path.
– RoVo
9 hours ago
add a comment |
2
How would you use it? Do you want to make/myFilesyour default home directory or is that just a place where you want to keep your personal files?
– terdon♦
9 hours ago
I want to make/myFilesmy new home directory. So when I need to move to a new computer, for example, I can just copy my personal files directory to the root of the system and change the $HOME of this computer to/myFilesand everything will work normally (links, scripts, settings in programs , etc..). That's the intention, but I do not know if it's that simple
– Evem_MC
9 hours ago
Please edit your question and clarify that. Also, please explain why you would want that. Why change the location of your home directory instead of simply keeping your files somewhere that isn't your home directory?
– terdon♦
9 hours ago
2
Don't think there's a problem with it, but I don't see the benefit of it. Why not/home/myfilesor provide the same username, or use symlinks to fix your issues. Btw if your scripts depend on absolute paths from your home folder, there's something wrong somewhere else. You could simply use$HOMEor~as path.
– RoVo
9 hours ago
2
2
How would you use it? Do you want to make
/myFiles your default home directory or is that just a place where you want to keep your personal files?– terdon♦
9 hours ago
How would you use it? Do you want to make
/myFiles your default home directory or is that just a place where you want to keep your personal files?– terdon♦
9 hours ago
I want to make
/myFiles my new home directory. So when I need to move to a new computer, for example, I can just copy my personal files directory to the root of the system and change the $HOME of this computer to /myFiles and everything will work normally (links, scripts, settings in programs , etc..). That's the intention, but I do not know if it's that simple– Evem_MC
9 hours ago
I want to make
/myFiles my new home directory. So when I need to move to a new computer, for example, I can just copy my personal files directory to the root of the system and change the $HOME of this computer to /myFiles and everything will work normally (links, scripts, settings in programs , etc..). That's the intention, but I do not know if it's that simple– Evem_MC
9 hours ago
Please edit your question and clarify that. Also, please explain why you would want that. Why change the location of your home directory instead of simply keeping your files somewhere that isn't your home directory?
– terdon♦
9 hours ago
Please edit your question and clarify that. Also, please explain why you would want that. Why change the location of your home directory instead of simply keeping your files somewhere that isn't your home directory?
– terdon♦
9 hours ago
2
2
Don't think there's a problem with it, but I don't see the benefit of it. Why not
/home/myfiles or provide the same username, or use symlinks to fix your issues. Btw if your scripts depend on absolute paths from your home folder, there's something wrong somewhere else. You could simply use $HOME or ~ as path.– RoVo
9 hours ago
Don't think there's a problem with it, but I don't see the benefit of it. Why not
/home/myfiles or provide the same username, or use symlinks to fix your issues. Btw if your scripts depend on absolute paths from your home folder, there's something wrong somewhere else. You could simply use $HOME or ~ as path.– RoVo
9 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122004%2fis-there-any-problem-in-creating-a-folder-in-the-system-root-and-saving-all-my-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122004%2fis-there-any-problem-in-creating-a-folder-in-the-system-root-and-saving-all-my-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
How would you use it? Do you want to make
/myFilesyour default home directory or is that just a place where you want to keep your personal files?– terdon♦
9 hours ago
I want to make
/myFilesmy new home directory. So when I need to move to a new computer, for example, I can just copy my personal files directory to the root of the system and change the $HOME of this computer to/myFilesand everything will work normally (links, scripts, settings in programs , etc..). That's the intention, but I do not know if it's that simple– Evem_MC
9 hours ago
Please edit your question and clarify that. Also, please explain why you would want that. Why change the location of your home directory instead of simply keeping your files somewhere that isn't your home directory?
– terdon♦
9 hours ago
2
Don't think there's a problem with it, but I don't see the benefit of it. Why not
/home/myfilesor provide the same username, or use symlinks to fix your issues. Btw if your scripts depend on absolute paths from your home folder, there's something wrong somewhere else. You could simply use$HOMEor~as path.– RoVo
9 hours ago