Explains how to make a file undeletable or immutable on Linux using extended file attributes. Even a root user will not be able to delete a file with the immutable attribute set.
Learn how to concatenate multiple text or binary files into a single file on Unix / Linux. Also learn how to append the contents of a file to the end of another file or concatenate the same file to itself multiple times.
Explains how to find and delete zero byte size files using the find command on Unix and Linux. Also explains how to delete files only in the current directory using maxdepth and prune options.