Cp does not copy file

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
This does not copy the file.
I am owner of both directories.
And there are no messages?
cd /home/andy/.mozilla/seamonkey/4e39n1np.default/
cp -f bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/
File exists. File can't be moved in file explorer. I even deleted the "Firefox bookmarks file" and copied Seamonkey bookmarks file there??
Adding the output of namei -
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html
Drwxr-xr-x root root /
drwxr-xr-x root root home
drwxrwxr-x andy andy andy
drwxrw-rw- andy andy .mozilla
drwxrw-rw- andy andy seamonkey
drwxrwxrwx andy andy 4e39n1np.default
-rw-r--r-- andy andy bookmarks.html
f: /home/andy/.mozilla/firefox/mltw8z53.default- 1516629000620/bookmarks.html
Drwxr-xr-x root root /
drwxr-xr-x root root home
drwxrwxr-x andy andy andy
drwxrw-rw- andy andy .mozilla
drwxrwxrwx andy andy firefox
drwx------ andy andy mltw8z53.default-1516629000620
-rw-r--r-- andy andy bookmarks.html
@wave5459
andyk_~/Downloads$ rm /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html
andyk_~/Downloads$
File is deleted. But Firefox recreates it. :-(
cp
 |Â
show 6 more comments
up vote
0
down vote
favorite
This does not copy the file.
I am owner of both directories.
And there are no messages?
cd /home/andy/.mozilla/seamonkey/4e39n1np.default/
cp -f bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/
File exists. File can't be moved in file explorer. I even deleted the "Firefox bookmarks file" and copied Seamonkey bookmarks file there??
Adding the output of namei -
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html
Drwxr-xr-x root root /
drwxr-xr-x root root home
drwxrwxr-x andy andy andy
drwxrw-rw- andy andy .mozilla
drwxrw-rw- andy andy seamonkey
drwxrwxrwx andy andy 4e39n1np.default
-rw-r--r-- andy andy bookmarks.html
f: /home/andy/.mozilla/firefox/mltw8z53.default- 1516629000620/bookmarks.html
Drwxr-xr-x root root /
drwxr-xr-x root root home
drwxrwxr-x andy andy andy
drwxrw-rw- andy andy .mozilla
drwxrwxrwx andy andy firefox
drwx------ andy andy mltw8z53.default-1516629000620
-rw-r--r-- andy andy bookmarks.html
@wave5459
andyk_~/Downloads$ rm /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html
andyk_~/Downloads$
File is deleted. But Firefox recreates it. :-(
cp
1
It should have copied, logically. What happens when you try it using File Explorer? And I know you're the owner, but what happens if you try "sudo"? Does bookmarks.html even exist? Are messages maybe piped to /dev/null?
â dog0
Feb 22 at 1:10
file exists. Neither sudo nor file explorer work.
â fixit7
Feb 22 at 2:06
Add the output ofnamei -lx /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html, please
â muru
Feb 22 at 2:24
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrw-rw- andy andy seamonkey drwxrwxrwx andy andy 4e39n1np.default -rw-r--r-- andy andy bookmarks.html f: /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrwxrwx andy andy firefox drwx------ andy andy mltw8z53.default-1516629000620 -rw-r--r-- andy andy bookmarks.html
â fixit7
Feb 22 at 2:26
1
@wave5459 hence my phrasing "messing with"
â muru
Feb 22 at 4:12
 |Â
show 6 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This does not copy the file.
I am owner of both directories.
And there are no messages?
cd /home/andy/.mozilla/seamonkey/4e39n1np.default/
cp -f bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/
File exists. File can't be moved in file explorer. I even deleted the "Firefox bookmarks file" and copied Seamonkey bookmarks file there??
Adding the output of namei -
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html
Drwxr-xr-x root root /
drwxr-xr-x root root home
drwxrwxr-x andy andy andy
drwxrw-rw- andy andy .mozilla
drwxrw-rw- andy andy seamonkey
drwxrwxrwx andy andy 4e39n1np.default
-rw-r--r-- andy andy bookmarks.html
f: /home/andy/.mozilla/firefox/mltw8z53.default- 1516629000620/bookmarks.html
Drwxr-xr-x root root /
drwxr-xr-x root root home
drwxrwxr-x andy andy andy
drwxrw-rw- andy andy .mozilla
drwxrwxrwx andy andy firefox
drwx------ andy andy mltw8z53.default-1516629000620
-rw-r--r-- andy andy bookmarks.html
@wave5459
andyk_~/Downloads$ rm /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html
andyk_~/Downloads$
File is deleted. But Firefox recreates it. :-(
cp
This does not copy the file.
I am owner of both directories.
And there are no messages?
cd /home/andy/.mozilla/seamonkey/4e39n1np.default/
cp -f bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/
File exists. File can't be moved in file explorer. I even deleted the "Firefox bookmarks file" and copied Seamonkey bookmarks file there??
Adding the output of namei -
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html
Drwxr-xr-x root root /
drwxr-xr-x root root home
drwxrwxr-x andy andy andy
drwxrw-rw- andy andy .mozilla
drwxrw-rw- andy andy seamonkey
drwxrwxrwx andy andy 4e39n1np.default
-rw-r--r-- andy andy bookmarks.html
f: /home/andy/.mozilla/firefox/mltw8z53.default- 1516629000620/bookmarks.html
Drwxr-xr-x root root /
drwxr-xr-x root root home
drwxrwxr-x andy andy andy
drwxrw-rw- andy andy .mozilla
drwxrwxrwx andy andy firefox
drwx------ andy andy mltw8z53.default-1516629000620
-rw-r--r-- andy andy bookmarks.html
@wave5459
andyk_~/Downloads$ rm /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html
andyk_~/Downloads$
File is deleted. But Firefox recreates it. :-(
cp
cp
edited Feb 22 at 3:58
asked Feb 22 at 0:59
fixit7
517318
517318
1
It should have copied, logically. What happens when you try it using File Explorer? And I know you're the owner, but what happens if you try "sudo"? Does bookmarks.html even exist? Are messages maybe piped to /dev/null?
â dog0
Feb 22 at 1:10
file exists. Neither sudo nor file explorer work.
â fixit7
Feb 22 at 2:06
Add the output ofnamei -lx /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html, please
â muru
Feb 22 at 2:24
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrw-rw- andy andy seamonkey drwxrwxrwx andy andy 4e39n1np.default -rw-r--r-- andy andy bookmarks.html f: /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrwxrwx andy andy firefox drwx------ andy andy mltw8z53.default-1516629000620 -rw-r--r-- andy andy bookmarks.html
â fixit7
Feb 22 at 2:26
1
@wave5459 hence my phrasing "messing with"
â muru
Feb 22 at 4:12
 |Â
show 6 more comments
1
It should have copied, logically. What happens when you try it using File Explorer? And I know you're the owner, but what happens if you try "sudo"? Does bookmarks.html even exist? Are messages maybe piped to /dev/null?
â dog0
Feb 22 at 1:10
file exists. Neither sudo nor file explorer work.
â fixit7
Feb 22 at 2:06
Add the output ofnamei -lx /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html, please
â muru
Feb 22 at 2:24
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrw-rw- andy andy seamonkey drwxrwxrwx andy andy 4e39n1np.default -rw-r--r-- andy andy bookmarks.html f: /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrwxrwx andy andy firefox drwx------ andy andy mltw8z53.default-1516629000620 -rw-r--r-- andy andy bookmarks.html
â fixit7
Feb 22 at 2:26
1
@wave5459 hence my phrasing "messing with"
â muru
Feb 22 at 4:12
1
1
It should have copied, logically. What happens when you try it using File Explorer? And I know you're the owner, but what happens if you try "sudo"? Does bookmarks.html even exist? Are messages maybe piped to /dev/null?
â dog0
Feb 22 at 1:10
It should have copied, logically. What happens when you try it using File Explorer? And I know you're the owner, but what happens if you try "sudo"? Does bookmarks.html even exist? Are messages maybe piped to /dev/null?
â dog0
Feb 22 at 1:10
file exists. Neither sudo nor file explorer work.
â fixit7
Feb 22 at 2:06
file exists. Neither sudo nor file explorer work.
â fixit7
Feb 22 at 2:06
Add the output of
namei -lx /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html, pleaseâ muru
Feb 22 at 2:24
Add the output of
namei -lx /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html, pleaseâ muru
Feb 22 at 2:24
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrw-rw- andy andy seamonkey drwxrwxrwx andy andy 4e39n1np.default -rw-r--r-- andy andy bookmarks.html f: /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrwxrwx andy andy firefox drwx------ andy andy mltw8z53.default-1516629000620 -rw-r--r-- andy andy bookmarks.html
â fixit7
Feb 22 at 2:26
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrw-rw- andy andy seamonkey drwxrwxrwx andy andy 4e39n1np.default -rw-r--r-- andy andy bookmarks.html f: /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrwxrwx andy andy firefox drwx------ andy andy mltw8z53.default-1516629000620 -rw-r--r-- andy andy bookmarks.html
â fixit7
Feb 22 at 2:26
1
1
@wave5459 hence my phrasing "messing with"
â muru
Feb 22 at 4:12
@wave5459 hence my phrasing "messing with"
â muru
Feb 22 at 4:12
 |Â
show 6 more comments
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
Maybe the simplest resolution you seek isn't so much Ubuntu related as it is Firefox related . You want to import your bookmarks from Seaborn to Firefox I presume.
Here's a suggested response on a link I found that seems to have worked in that case -
If you have a SeaMonkey version that uses places.sqlite then you can
copy this file from the SeaMonkey profile folder to the Firefox
profile folder.
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_SeaMonkey
Source - https://support.mozilla.org/en-US/questions/963390
Let me know if it works.
1
You get the gold star. Copying places.sqlite to Firefox profile folder worked.
â fixit7
Feb 22 at 4:12
@fixit7 Glad it helped! Please accept the answer if you think it served the purpose sufficiently :D
â dog0
Feb 22 at 4:26
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
Maybe the simplest resolution you seek isn't so much Ubuntu related as it is Firefox related . You want to import your bookmarks from Seaborn to Firefox I presume.
Here's a suggested response on a link I found that seems to have worked in that case -
If you have a SeaMonkey version that uses places.sqlite then you can
copy this file from the SeaMonkey profile folder to the Firefox
profile folder.
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_SeaMonkey
Source - https://support.mozilla.org/en-US/questions/963390
Let me know if it works.
1
You get the gold star. Copying places.sqlite to Firefox profile folder worked.
â fixit7
Feb 22 at 4:12
@fixit7 Glad it helped! Please accept the answer if you think it served the purpose sufficiently :D
â dog0
Feb 22 at 4:26
add a comment |Â
up vote
5
down vote
accepted
Maybe the simplest resolution you seek isn't so much Ubuntu related as it is Firefox related . You want to import your bookmarks from Seaborn to Firefox I presume.
Here's a suggested response on a link I found that seems to have worked in that case -
If you have a SeaMonkey version that uses places.sqlite then you can
copy this file from the SeaMonkey profile folder to the Firefox
profile folder.
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_SeaMonkey
Source - https://support.mozilla.org/en-US/questions/963390
Let me know if it works.
1
You get the gold star. Copying places.sqlite to Firefox profile folder worked.
â fixit7
Feb 22 at 4:12
@fixit7 Glad it helped! Please accept the answer if you think it served the purpose sufficiently :D
â dog0
Feb 22 at 4:26
add a comment |Â
up vote
5
down vote
accepted
up vote
5
down vote
accepted
Maybe the simplest resolution you seek isn't so much Ubuntu related as it is Firefox related . You want to import your bookmarks from Seaborn to Firefox I presume.
Here's a suggested response on a link I found that seems to have worked in that case -
If you have a SeaMonkey version that uses places.sqlite then you can
copy this file from the SeaMonkey profile folder to the Firefox
profile folder.
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_SeaMonkey
Source - https://support.mozilla.org/en-US/questions/963390
Let me know if it works.
Maybe the simplest resolution you seek isn't so much Ubuntu related as it is Firefox related . You want to import your bookmarks from Seaborn to Firefox I presume.
Here's a suggested response on a link I found that seems to have worked in that case -
If you have a SeaMonkey version that uses places.sqlite then you can
copy this file from the SeaMonkey profile folder to the Firefox
profile folder.
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_SeaMonkey
Source - https://support.mozilla.org/en-US/questions/963390
Let me know if it works.
answered Feb 22 at 4:03
dog0
1689
1689
1
You get the gold star. Copying places.sqlite to Firefox profile folder worked.
â fixit7
Feb 22 at 4:12
@fixit7 Glad it helped! Please accept the answer if you think it served the purpose sufficiently :D
â dog0
Feb 22 at 4:26
add a comment |Â
1
You get the gold star. Copying places.sqlite to Firefox profile folder worked.
â fixit7
Feb 22 at 4:12
@fixit7 Glad it helped! Please accept the answer if you think it served the purpose sufficiently :D
â dog0
Feb 22 at 4:26
1
1
You get the gold star. Copying places.sqlite to Firefox profile folder worked.
â fixit7
Feb 22 at 4:12
You get the gold star. Copying places.sqlite to Firefox profile folder worked.
â fixit7
Feb 22 at 4:12
@fixit7 Glad it helped! Please accept the answer if you think it served the purpose sufficiently :D
â dog0
Feb 22 at 4:26
@fixit7 Glad it helped! Please accept the answer if you think it served the purpose sufficiently :D
â dog0
Feb 22 at 4:26
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1008552%2fcp-does-not-copy-file%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
1
It should have copied, logically. What happens when you try it using File Explorer? And I know you're the owner, but what happens if you try "sudo"? Does bookmarks.html even exist? Are messages maybe piped to /dev/null?
â dog0
Feb 22 at 1:10
file exists. Neither sudo nor file explorer work.
â fixit7
Feb 22 at 2:06
Add the output of
namei -lx /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html, pleaseâ muru
Feb 22 at 2:24
f: /home/andy/.mozilla/seamonkey/4e39n1np.default/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrw-rw- andy andy seamonkey drwxrwxrwx andy andy 4e39n1np.default -rw-r--r-- andy andy bookmarks.html f: /home/andy/.mozilla/firefox/mltw8z53.default-1516629000620/bookmarks.html Drwxr-xr-x root root / drwxr-xr-x root root home drwxrwxr-x andy andy andy drwxrw-rw- andy andy .mozilla drwxrwxrwx andy andy firefox drwx------ andy andy mltw8z53.default-1516629000620 -rw-r--r-- andy andy bookmarks.html
â fixit7
Feb 22 at 2:26
1
@wave5459 hence my phrasing "messing with"
â muru
Feb 22 at 4:12