diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md index 0c980b79f9135a775d0135ce943d3e2e8c494a8e..615282e59c23aa93844116a5a58939274bf5f12f 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md @@ -33,7 +33,7 @@ In this sense, you should minimize the usage of system calls querying or modifyi and directory attributes, e.g. `stat()`, `statx()`, `open()`, `openat()` etc. Please, also avoid commands basing on the above mentioned system calls such as `ls -l` and -`ls --color`. Instead, you should invoke `ls` or `ls -l <filename` to reduce metadata operations. +`ls --color`. Instead, you should invoke `ls` or `ls -l <filename>` to reduce metadata operations. This also holds for commands walking the filesystems recursively performing massive metadata operations such as `ls -R`, `find`, `locate`, `du` and `df`.