Can't chown 0 (root) in Cygwin
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
This command:
rm -f testfile && touch testfile && chown 0 testfile
is failing in Cygwin with error:
chown: changing ownership of 'testfile': Invalid argument
Why?
root cygwin chown
add a comment |Â
up vote
3
down vote
favorite
This command:
rm -f testfile && touch testfile && chown 0 testfile
is failing in Cygwin with error:
chown: changing ownership of 'testfile': Invalid argument
Why?
root cygwin chown
Because of ntfs filesystem.
– Ipor Sircer
26 mins ago
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
This command:
rm -f testfile && touch testfile && chown 0 testfile
is failing in Cygwin with error:
chown: changing ownership of 'testfile': Invalid argument
Why?
root cygwin chown
This command:
rm -f testfile && touch testfile && chown 0 testfile
is failing in Cygwin with error:
chown: changing ownership of 'testfile': Invalid argument
Why?
root cygwin chown
root cygwin chown
edited 11 mins ago
Goro
2,19641848
2,19641848
asked 35 mins ago
PSkocik
17.2k24589
17.2k24589
Because of ntfs filesystem.
– Ipor Sircer
26 mins ago
add a comment |Â
Because of ntfs filesystem.
– Ipor Sircer
26 mins ago
Because of ntfs filesystem.
– Ipor Sircer
26 mins ago
Because of ntfs filesystem.
– Ipor Sircer
26 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
You cannot chown
with root
(0) account simply because there is no such thing in Cygwin.
OK. I think I'll just have to accept this. Literally and figuratively.
– PSkocik
12 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
You cannot chown
with root
(0) account simply because there is no such thing in Cygwin.
OK. I think I'll just have to accept this. Literally and figuratively.
– PSkocik
12 mins ago
add a comment |Â
up vote
2
down vote
accepted
You cannot chown
with root
(0) account simply because there is no such thing in Cygwin.
OK. I think I'll just have to accept this. Literally and figuratively.
– PSkocik
12 mins ago
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
You cannot chown
with root
(0) account simply because there is no such thing in Cygwin.
You cannot chown
with root
(0) account simply because there is no such thing in Cygwin.
answered 18 mins ago


Vlastimil
6,5461148121
6,5461148121
OK. I think I'll just have to accept this. Literally and figuratively.
– PSkocik
12 mins ago
add a comment |Â
OK. I think I'll just have to accept this. Literally and figuratively.
– PSkocik
12 mins ago
OK. I think I'll just have to accept this. Literally and figuratively.
– PSkocik
12 mins ago
OK. I think I'll just have to accept this. Literally and figuratively.
– PSkocik
12 mins ago
add a comment |Â
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%2f469341%2fcant-chown-0-root-in-cygwin%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
Because of ntfs filesystem.
– Ipor Sircer
26 mins ago