Linux cpio file doesn't exist
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
so I created cpio file as a root:
ls | cpio -ov > /home.cpio
but then when I try to open the file I get a message that the file doesn't exist.
linux cpio
New contributor
add a comment |Â
up vote
0
down vote
favorite
so I created cpio file as a root:
ls | cpio -ov > /home.cpio
but then when I try to open the file I get a message that the file doesn't exist.
linux cpio
New contributor
1
What is the output ofls -al /
?home.cpio
should exist in the root directory.
â eyoung100
20 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
so I created cpio file as a root:
ls | cpio -ov > /home.cpio
but then when I try to open the file I get a message that the file doesn't exist.
linux cpio
New contributor
so I created cpio file as a root:
ls | cpio -ov > /home.cpio
but then when I try to open the file I get a message that the file doesn't exist.
linux cpio
linux cpio
New contributor
New contributor
edited 26 mins ago
Jenny D
10.4k22744
10.4k22744
New contributor
asked 27 mins ago
Sara
1
1
New contributor
New contributor
1
What is the output ofls -al /
?home.cpio
should exist in the root directory.
â eyoung100
20 mins ago
add a comment |Â
1
What is the output ofls -al /
?home.cpio
should exist in the root directory.
â eyoung100
20 mins ago
1
1
What is the output of
ls -al /
? home.cpio
should exist in the root directory.â eyoung100
20 mins ago
What is the output of
ls -al /
? home.cpio
should exist in the root directory.â eyoung100
20 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sara is a new contributor. Be nice, and check out our Code of Conduct.
Â
draft saved
draft discarded
Sara is a new contributor. Be nice, and check out our Code of Conduct.
Sara is a new contributor. Be nice, and check out our Code of Conduct.
Sara is a new contributor. Be nice, and check out our Code of Conduct.
Â
draft saved
draft discarded
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f480513%2flinux-cpio-file-doesnt-exist%23new-answer', 'question_page');
);
Post as a guest
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
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
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
1
What is the output of
ls -al /
?home.cpio
should exist in the root directory.â eyoung100
20 mins ago