V
V
Vitaly Maliy2020-01-25 13:18:32
linux
Vitaly Maliy, 2020-01-25 13:18:32

How to grant Linux permissions to multiple files?

There is a directory in which there are many more directories and files. Which command can be used to set certain rights for all files without affecting the rights of directories?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2020-01-25
@asdfastd

find type -f.
and then you have a choice: exec or xargs through the pipe.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question