Поделитесь своими знаниями, ответьте на вопрос:
Linux 1. as a regular user, search the /etc directory for every file named passwd. redirect error messages from your search to /dev/null. 2.find files under the /usr/share/doc directory that have not been modified in more than 300 days. 3. find all files on your system which are longer than 1 mib, and output their names. 4. how could you use find to delete a file with an unusual name (e. g., containing invisible control characters or umlauts)? 5. how would you ensure that files in /tmp which belong to you are deleted once you log out? 6. readme is a very popular file name. give the absolute path names of all files on your system called readme .