หา chilli ไม่เจอครับ
[root@system ~]# find -name / chilli.conf
find: warning: Unix filenames usually don't contain slashes (though pathnames do). That means that '-name /' will probably evaluate to false all the time on this system. You might find the '-wholename' test more useful, or perhaps '-samefile'. Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ /'.
find: paths must precede expression
Usage: find [-H] [-L] [-P] [path...] [expression]
[root@system ~]# find / -name chilli.conf
find: /proc/4702: No such file or directory
find: /proc/4703: No such file or directory
[root@system ~]# find / -name chilli
[root@system ~]#