V
V
Vladislav2015-12-03 01:39:19
linux
Vladislav, 2015-12-03 01:39:19

What am I doing wrong, linux team?

I need to find all the directories in the system that are writable by all users,
I do the following,
find / -type d -perm 756 -print 2>/dev/null
it does not display anything, a permissions error or ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sunrails, 2015-12-03
@Div100

To terminal:
To file:
find / -type d -perm -a=w > list

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question