“Найти команду в Linux” Ответ

Найти в Linux

$ find [where to start searching from]
 [expression determines what to find] [-options] [what to find]
 
 $ find ./GFG -name sample.txt 
Pleasant Petrel

Найти команду в Linux

find /etc/dovecot/conf.d -name "*.conf" -mtime 5Copy
Outrageous Otter

Linux Найти команду

find / -name .profile -print
find . -perm 0600 -print
find ./test ./logs -name failed*.* -type f
find . -ctime 1 -print
find . -name ‘*find*’ -print
David Cao

Найти команду в Linux

find /var/log/nginx -type f -name '*.log.gz'Copy
Outrageous Otter

Ответы похожие на “Найти команду в Linux”

Вопросы похожие на “Найти команду в Linux”

Больше похожих ответов на “Найти команду в Linux” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования