2
Các vấn đề bảo mật và điều kiện chủng tộc khi sử dụng `find -exec` là gì?
Từ findtrang người đàn ông : -exec command ; There are unavoidable security problems surrounding use of the -exec action; you should use the -execdir option instead. -execdir command {} + Like -exec, but the specified command is run from the subdirectory containing the matched file, which is not normally …