unable to copy the following message shows: “no such file or directory”
I just recently installed Ubuntu 14.04 server to host an open source human resources software with 20 computers on our office network. I am new to Linux and I really need everyone's help!
sudo cp -R /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank /var/lib/iHRIS/sites/manage
I'm using the above command to copy but the following message shows:
"cp: cannot stat ‘/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank’: No such file or directory"
What do I missed?! Everyone's kind assistance is greatly appreciated!
Thank you,
command-line
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I just recently installed Ubuntu 14.04 server to host an open source human resources software with 20 computers on our office network. I am new to Linux and I really need everyone's help!
sudo cp -R /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank /var/lib/iHRIS/sites/manage
I'm using the above command to copy but the following message shows:
"cp: cannot stat ‘/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank’: No such file or directory"
What do I missed?! Everyone's kind assistance is greatly appreciated!
Thank you,
command-line
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have You checked file is locate under this location? (/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank)
– Farooq
May 21 '14 at 3:36
check all the directory names exactly as it is or not (case sensitive), see if there are any space in between directory names.
– souravc
May 21 '14 at 3:48
Thank you everyone! There is a compressed file with extension tar.bz2 in folder 4.1.9, if I uncompressed this file it will show the "ihris-manage folder and all subfolders, but I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?
– user283365
May 21 '14 at 5:47
add a comment |
I just recently installed Ubuntu 14.04 server to host an open source human resources software with 20 computers on our office network. I am new to Linux and I really need everyone's help!
sudo cp -R /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank /var/lib/iHRIS/sites/manage
I'm using the above command to copy but the following message shows:
"cp: cannot stat ‘/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank’: No such file or directory"
What do I missed?! Everyone's kind assistance is greatly appreciated!
Thank you,
command-line
I just recently installed Ubuntu 14.04 server to host an open source human resources software with 20 computers on our office network. I am new to Linux and I really need everyone's help!
sudo cp -R /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank /var/lib/iHRIS/sites/manage
I'm using the above command to copy but the following message shows:
"cp: cannot stat ‘/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank’: No such file or directory"
What do I missed?! Everyone's kind assistance is greatly appreciated!
Thank you,
command-line
command-line
edited May 21 '14 at 3:38
souravc
26.9k1376105
26.9k1376105
asked May 21 '14 at 3:33
user283365user283365
1123
1123
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have You checked file is locate under this location? (/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank)
– Farooq
May 21 '14 at 3:36
check all the directory names exactly as it is or not (case sensitive), see if there are any space in between directory names.
– souravc
May 21 '14 at 3:48
Thank you everyone! There is a compressed file with extension tar.bz2 in folder 4.1.9, if I uncompressed this file it will show the "ihris-manage folder and all subfolders, but I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?
– user283365
May 21 '14 at 5:47
add a comment |
Have You checked file is locate under this location? (/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank)
– Farooq
May 21 '14 at 3:36
check all the directory names exactly as it is or not (case sensitive), see if there are any space in between directory names.
– souravc
May 21 '14 at 3:48
Thank you everyone! There is a compressed file with extension tar.bz2 in folder 4.1.9, if I uncompressed this file it will show the "ihris-manage folder and all subfolders, but I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?
– user283365
May 21 '14 at 5:47
Have You checked file is locate under this location? (/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank)
– Farooq
May 21 '14 at 3:36
Have You checked file is locate under this location? (/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank)
– Farooq
May 21 '14 at 3:36
check all the directory names exactly as it is or not (case sensitive), see if there are any space in between directory names.
– souravc
May 21 '14 at 3:48
check all the directory names exactly as it is or not (case sensitive), see if there are any space in between directory names.
– souravc
May 21 '14 at 3:48
Thank you everyone! There is a compressed file with extension tar.bz2 in folder 4.1.9, if I uncompressed this file it will show the "ihris-manage folder and all subfolders, but I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?
– user283365
May 21 '14 at 5:47
Thank you everyone! There is a compressed file with extension tar.bz2 in folder 4.1.9, if I uncompressed this file it will show the "ihris-manage folder and all subfolders, but I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?
– user283365
May 21 '14 at 5:47
add a comment |
2 Answers
2
active
oldest
votes
Try to type in the shell
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank
it would probably say that the file does not exist. So go up one element in the path and do
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/
...it should list all the files in this directory. If still gives you an error, try with
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/
...and so on. You got the idea, you are bound to find the part of your pathname which is wrong or mispelled.
add a comment |
Please check the spelling and case of the file/directory path your are trying to copy. This is most likely due to a mistyped file/directory path. Remember that Linux is case-sensitive, and if you have any spaces in a file/directory names you must put the path in quotes:
sudo cp -R "/home/username/some folder name/"
Thank you everyone! I did check everything and everything seem to be in order, the path and folders etc...but there is a compressed file withe extension *.tar.bz2 which I have to uncompressed in folder 4.1.9, I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?!
– user283365
May 21 '14 at 5:12
add a comment |
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%2f469905%2funable-to-copy-the-following-message-shows-no-such-file-or-directory%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to type in the shell
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank
it would probably say that the file does not exist. So go up one element in the path and do
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/
...it should list all the files in this directory. If still gives you an error, try with
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/
...and so on. You got the idea, you are bound to find the part of your pathname which is wrong or mispelled.
add a comment |
Try to type in the shell
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank
it would probably say that the file does not exist. So go up one element in the path and do
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/
...it should list all the files in this directory. If still gives you an error, try with
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/
...and so on. You got the idea, you are bound to find the part of your pathname which is wrong or mispelled.
add a comment |
Try to type in the shell
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank
it would probably say that the file does not exist. So go up one element in the path and do
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/
...it should list all the files in this directory. If still gives you an error, try with
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/
...and so on. You got the idea, you are bound to find the part of your pathname which is wrong or mispelled.
Try to type in the shell
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank
it would probably say that the file does not exist. So go up one element in the path and do
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/
...it should list all the files in this directory. If still gives you an error, try with
ls -l /var/lib/iHRIS/lib/4.1.9/ihris-manage/
...and so on. You got the idea, you are bound to find the part of your pathname which is wrong or mispelled.
answered May 21 '14 at 4:04
RmanoRmano
25.3k879145
25.3k879145
add a comment |
add a comment |
Please check the spelling and case of the file/directory path your are trying to copy. This is most likely due to a mistyped file/directory path. Remember that Linux is case-sensitive, and if you have any spaces in a file/directory names you must put the path in quotes:
sudo cp -R "/home/username/some folder name/"
Thank you everyone! I did check everything and everything seem to be in order, the path and folders etc...but there is a compressed file withe extension *.tar.bz2 which I have to uncompressed in folder 4.1.9, I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?!
– user283365
May 21 '14 at 5:12
add a comment |
Please check the spelling and case of the file/directory path your are trying to copy. This is most likely due to a mistyped file/directory path. Remember that Linux is case-sensitive, and if you have any spaces in a file/directory names you must put the path in quotes:
sudo cp -R "/home/username/some folder name/"
Thank you everyone! I did check everything and everything seem to be in order, the path and folders etc...but there is a compressed file withe extension *.tar.bz2 which I have to uncompressed in folder 4.1.9, I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?!
– user283365
May 21 '14 at 5:12
add a comment |
Please check the spelling and case of the file/directory path your are trying to copy. This is most likely due to a mistyped file/directory path. Remember that Linux is case-sensitive, and if you have any spaces in a file/directory names you must put the path in quotes:
sudo cp -R "/home/username/some folder name/"
Please check the spelling and case of the file/directory path your are trying to copy. This is most likely due to a mistyped file/directory path. Remember that Linux is case-sensitive, and if you have any spaces in a file/directory names you must put the path in quotes:
sudo cp -R "/home/username/some folder name/"
edited May 21 '14 at 5:00
amc
4,68962746
4,68962746
answered May 21 '14 at 3:50
user283725
Thank you everyone! I did check everything and everything seem to be in order, the path and folders etc...but there is a compressed file withe extension *.tar.bz2 which I have to uncompressed in folder 4.1.9, I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?!
– user283365
May 21 '14 at 5:12
add a comment |
Thank you everyone! I did check everything and everything seem to be in order, the path and folders etc...but there is a compressed file withe extension *.tar.bz2 which I have to uncompressed in folder 4.1.9, I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?!
– user283365
May 21 '14 at 5:12
Thank you everyone! I did check everything and everything seem to be in order, the path and folders etc...but there is a compressed file withe extension *.tar.bz2 which I have to uncompressed in folder 4.1.9, I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?!
– user283365
May 21 '14 at 5:12
Thank you everyone! I did check everything and everything seem to be in order, the path and folders etc...but there is a compressed file withe extension *.tar.bz2 which I have to uncompressed in folder 4.1.9, I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?!
– user283365
May 21 '14 at 5:12
add a comment |
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%2f469905%2funable-to-copy-the-following-message-shows-no-such-file-or-directory%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
Have You checked file is locate under this location? (/var/lib/iHRIS/lib/4.1.9/ihris-manage/sites/blank)
– Farooq
May 21 '14 at 3:36
check all the directory names exactly as it is or not (case sensitive), see if there are any space in between directory names.
– souravc
May 21 '14 at 3:48
Thank you everyone! There is a compressed file with extension tar.bz2 in folder 4.1.9, if I uncompressed this file it will show the "ihris-manage folder and all subfolders, but I try to uncompressed it but there is a message saying that "you don't have the right permission to extract archive in this folder". What do I have to do?
– user283365
May 21 '14 at 5:47