добавление пользователя FTP без смены владельца каталога?

Puede utilizar findde tres maneras:

Desde dentro del propio directorio history:

find. -maxdepth 1 -type f -name \*pattern\*

Del directorio justo arriba que contiene el directorio history

find. -maxdepth 1 -type f -name \*pattern\*

Desde cualquier lugar:

find /path/to/history -maxdepth 1 -type f -name \*pattern\*

Puede pasar la entrada al comando findcomo el patrón que está buscando.

0
28.06.2019, 15:11
1 ответ

Взгляните на группы:https://www.linux.com/learn/intro-to-linux/2017/12/how-manage-users-groups-linux. Это в основном позволяет вам установить права нескольких пользователей на файлы и каталоги.

Подробнее:https://www.howtoforge.com/tutorial/linux-groups-command/https://wiki.archlinux.org/index.php/users_and_groups

1
28.01.2020, 02:39

Теги

Похожие вопросы