Alpine Linux - find nouser and nogroup keywords not working
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to find unowned and ungrouped files. On other Linux distributions, I use
find / -user nouser
find / -group nogroup
But, the above does not work in Alpine Linux? What are the alternate commands?
I also tried
find / -nouser
find / -nogroup
This does not work as well.
Please help.
find alpine-linux
add a comment |Â
up vote
0
down vote
favorite
I want to find unowned and ungrouped files. On other Linux distributions, I use
find / -user nouser
find / -group nogroup
But, the above does not work in Alpine Linux? What are the alternate commands?
I also tried
find / -nouser
find / -nogroup
This does not work as well.
Please help.
find alpine-linux
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to find unowned and ungrouped files. On other Linux distributions, I use
find / -user nouser
find / -group nogroup
But, the above does not work in Alpine Linux? What are the alternate commands?
I also tried
find / -nouser
find / -nogroup
This does not work as well.
Please help.
find alpine-linux
I want to find unowned and ungrouped files. On other Linux distributions, I use
find / -user nouser
find / -group nogroup
But, the above does not work in Alpine Linux? What are the alternate commands?
I also tried
find / -nouser
find / -nogroup
This does not work as well.
Please help.
find alpine-linux
asked Oct 16 '17 at 3:36
praving5
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
"Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox." You are using Busybox's find, which does not support the -nouser
or -nogroup
predicates. To use these, you need to install a real find program.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
"Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox." You are using Busybox's find, which does not support the -nouser
or -nogroup
predicates. To use these, you need to install a real find program.
add a comment |Â
up vote
1
down vote
"Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox." You are using Busybox's find, which does not support the -nouser
or -nogroup
predicates. To use these, you need to install a real find program.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
"Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox." You are using Busybox's find, which does not support the -nouser
or -nogroup
predicates. To use these, you need to install a real find program.
"Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox." You are using Busybox's find, which does not support the -nouser
or -nogroup
predicates. To use these, you need to install a real find program.
answered Oct 16 '17 at 6:38
Johan Myréen
6,94711423
6,94711423
add a comment |Â
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%2f398322%2falpine-linux-find-nouser-and-nogroup-keywords-not-working%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