Why I have no permission ? [closed]
Clash Royale CLAN TAG#URR8PPP
So I execute the find command in the picture, why there are so many permission denied? I am a root user. Just this problem.
find
closed as unclear what you're asking by Rui F Ribeiro, msp9011, Thomas, Christopher, αғsнιη Dec 29 '18 at 6:33
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 1 more comment
So I execute the find command in the picture, why there are so many permission denied? I am a root user. Just this problem.
find
closed as unclear what you're asking by Rui F Ribeiro, msp9011, Thomas, Christopher, αғsнιη Dec 29 '18 at 6:33
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
9
Please, don't post images of text.
– Kusalananda
Dec 28 '18 at 7:44
You're copying everything owned by root on the whole system down into/root/results
, including the contents of/root/results
? Why? Also/proc
is not a directory of ordinary files.
– Kusalananda
Dec 28 '18 at 7:46
/proc
exists only in memory and is virtual so you can't copy it! The error is normal!
– George Udosen
Dec 28 '18 at 7:54
OK, I gotta it. I am beginning learning linux , so I copy a example of command find in my computer to check it.Then the problem above occured.Now I got the reason.Thanks so much.
– Xinyang Zhang
Dec 28 '18 at 8:27
@GeorgeUdosen Please don't post answers as comments! ;-) Ping me after you've answered and I'll come back to upvote.
– Fabby
Dec 28 '18 at 21:19
|
show 1 more comment
So I execute the find command in the picture, why there are so many permission denied? I am a root user. Just this problem.
find
So I execute the find command in the picture, why there are so many permission denied? I am a root user. Just this problem.
find
find
asked Dec 28 '18 at 7:41
Xinyang ZhangXinyang Zhang
11
11
closed as unclear what you're asking by Rui F Ribeiro, msp9011, Thomas, Christopher, αғsнιη Dec 29 '18 at 6:33
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by Rui F Ribeiro, msp9011, Thomas, Christopher, αғsнιη Dec 29 '18 at 6:33
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
9
Please, don't post images of text.
– Kusalananda
Dec 28 '18 at 7:44
You're copying everything owned by root on the whole system down into/root/results
, including the contents of/root/results
? Why? Also/proc
is not a directory of ordinary files.
– Kusalananda
Dec 28 '18 at 7:46
/proc
exists only in memory and is virtual so you can't copy it! The error is normal!
– George Udosen
Dec 28 '18 at 7:54
OK, I gotta it. I am beginning learning linux , so I copy a example of command find in my computer to check it.Then the problem above occured.Now I got the reason.Thanks so much.
– Xinyang Zhang
Dec 28 '18 at 8:27
@GeorgeUdosen Please don't post answers as comments! ;-) Ping me after you've answered and I'll come back to upvote.
– Fabby
Dec 28 '18 at 21:19
|
show 1 more comment
9
Please, don't post images of text.
– Kusalananda
Dec 28 '18 at 7:44
You're copying everything owned by root on the whole system down into/root/results
, including the contents of/root/results
? Why? Also/proc
is not a directory of ordinary files.
– Kusalananda
Dec 28 '18 at 7:46
/proc
exists only in memory and is virtual so you can't copy it! The error is normal!
– George Udosen
Dec 28 '18 at 7:54
OK, I gotta it. I am beginning learning linux , so I copy a example of command find in my computer to check it.Then the problem above occured.Now I got the reason.Thanks so much.
– Xinyang Zhang
Dec 28 '18 at 8:27
@GeorgeUdosen Please don't post answers as comments! ;-) Ping me after you've answered and I'll come back to upvote.
– Fabby
Dec 28 '18 at 21:19
9
9
Please, don't post images of text.
– Kusalananda
Dec 28 '18 at 7:44
Please, don't post images of text.
– Kusalananda
Dec 28 '18 at 7:44
You're copying everything owned by root on the whole system down into
/root/results
, including the contents of /root/results
? Why? Also /proc
is not a directory of ordinary files.– Kusalananda
Dec 28 '18 at 7:46
You're copying everything owned by root on the whole system down into
/root/results
, including the contents of /root/results
? Why? Also /proc
is not a directory of ordinary files.– Kusalananda
Dec 28 '18 at 7:46
/proc
exists only in memory and is virtual so you can't copy it! The error is normal!– George Udosen
Dec 28 '18 at 7:54
/proc
exists only in memory and is virtual so you can't copy it! The error is normal!– George Udosen
Dec 28 '18 at 7:54
OK, I gotta it. I am beginning learning linux , so I copy a example of command find in my computer to check it.Then the problem above occured.Now I got the reason.Thanks so much.
– Xinyang Zhang
Dec 28 '18 at 8:27
OK, I gotta it. I am beginning learning linux , so I copy a example of command find in my computer to check it.Then the problem above occured.Now I got the reason.Thanks so much.
– Xinyang Zhang
Dec 28 '18 at 8:27
@GeorgeUdosen Please don't post answers as comments! ;-) Ping me after you've answered and I'll come back to upvote.
– Fabby
Dec 28 '18 at 21:19
@GeorgeUdosen Please don't post answers as comments! ;-) Ping me after you've answered and I'll come back to upvote.
– Fabby
Dec 28 '18 at 21:19
|
show 1 more comment
1 Answer
1
active
oldest
votes
The /proc
and also the /sys
exists only in memory and is virtual so you can't copy it!
These are pseudo−filesystems because they exist totally in memory; if you look at the disk partition when the system is not running, there will be only an empty directory which is used as a mount point.
So the error is absolutely normal!
1
And edited and upvoted!
– Fabby
Dec 28 '18 at 21:35
I don't see how this answers the question.
– G-Man
Dec 29 '18 at 9:37
Can those directories be copied as OP is trying to?
– George Udosen
Dec 29 '18 at 10:29
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The /proc
and also the /sys
exists only in memory and is virtual so you can't copy it!
These are pseudo−filesystems because they exist totally in memory; if you look at the disk partition when the system is not running, there will be only an empty directory which is used as a mount point.
So the error is absolutely normal!
1
And edited and upvoted!
– Fabby
Dec 28 '18 at 21:35
I don't see how this answers the question.
– G-Man
Dec 29 '18 at 9:37
Can those directories be copied as OP is trying to?
– George Udosen
Dec 29 '18 at 10:29
add a comment |
The /proc
and also the /sys
exists only in memory and is virtual so you can't copy it!
These are pseudo−filesystems because they exist totally in memory; if you look at the disk partition when the system is not running, there will be only an empty directory which is used as a mount point.
So the error is absolutely normal!
1
And edited and upvoted!
– Fabby
Dec 28 '18 at 21:35
I don't see how this answers the question.
– G-Man
Dec 29 '18 at 9:37
Can those directories be copied as OP is trying to?
– George Udosen
Dec 29 '18 at 10:29
add a comment |
The /proc
and also the /sys
exists only in memory and is virtual so you can't copy it!
These are pseudo−filesystems because they exist totally in memory; if you look at the disk partition when the system is not running, there will be only an empty directory which is used as a mount point.
So the error is absolutely normal!
The /proc
and also the /sys
exists only in memory and is virtual so you can't copy it!
These are pseudo−filesystems because they exist totally in memory; if you look at the disk partition when the system is not running, there will be only an empty directory which is used as a mount point.
So the error is absolutely normal!
edited Dec 28 '18 at 21:36
Fabby
3,75811228
3,75811228
answered Dec 28 '18 at 21:29
George UdosenGeorge Udosen
1,212319
1,212319
1
And edited and upvoted!
– Fabby
Dec 28 '18 at 21:35
I don't see how this answers the question.
– G-Man
Dec 29 '18 at 9:37
Can those directories be copied as OP is trying to?
– George Udosen
Dec 29 '18 at 10:29
add a comment |
1
And edited and upvoted!
– Fabby
Dec 28 '18 at 21:35
I don't see how this answers the question.
– G-Man
Dec 29 '18 at 9:37
Can those directories be copied as OP is trying to?
– George Udosen
Dec 29 '18 at 10:29
1
1
And edited and upvoted!
– Fabby
Dec 28 '18 at 21:35
And edited and upvoted!
– Fabby
Dec 28 '18 at 21:35
I don't see how this answers the question.
– G-Man
Dec 29 '18 at 9:37
I don't see how this answers the question.
– G-Man
Dec 29 '18 at 9:37
Can those directories be copied as OP is trying to?
– George Udosen
Dec 29 '18 at 10:29
Can those directories be copied as OP is trying to?
– George Udosen
Dec 29 '18 at 10:29
add a comment |
9
Please, don't post images of text.
– Kusalananda
Dec 28 '18 at 7:44
You're copying everything owned by root on the whole system down into
/root/results
, including the contents of/root/results
? Why? Also/proc
is not a directory of ordinary files.– Kusalananda
Dec 28 '18 at 7:46
/proc
exists only in memory and is virtual so you can't copy it! The error is normal!– George Udosen
Dec 28 '18 at 7:54
OK, I gotta it. I am beginning learning linux , so I copy a example of command find in my computer to check it.Then the problem above occured.Now I got the reason.Thanks so much.
– Xinyang Zhang
Dec 28 '18 at 8:27
@GeorgeUdosen Please don't post answers as comments! ;-) Ping me after you've answered and I'll come back to upvote.
– Fabby
Dec 28 '18 at 21:19