(Solved) : Give Command Using Find Search Root Directory File Programf Redirect Errors File Myerrorst Q37281329 . . .

Give a command using find to search from the root directory the file program.f and redirect any errors to the file myerrors.txt Give a command for finding files having the letters index as the beginning of the file name and located in your home directory (provide the absolute path) Give a command for finding within a directory called /mp3collection, only those mp3 files that have a size less than 5000 Kilobytes (< 5MB) Give a commmand that searches for those files that are present in the directory /home/david and its subdirectories which end in .c and which have been accessed in the last 10 minutes Give a command that searches within the directory /mp3-collection for files that have their names beginning with ‘Metallica’ and whose size is greater than 10000 kilobytes (> 10 MB) Give a command that searches in the same directory as above case but only for files that are greater than 10MB, but they should not have ‘Metallica’ as the starting of their filenames Explain what the following commands do. What is the major difference between their outputs? a) chmod -R 755 b) chmod-R 755 Explain the output of the following command pr -t -n -d -o 10 group12 Study the cut command and describe what is its function, provide some examples including options like -c, and -f What is the output of the following command? sort -t:-k3,3 -n /etc/group Show transcribed image text Give a command using find to search from the root directory the file program.f and redirect any errors to the file myerrors.txt Give a command for finding files having the letters index as the beginning of the file name and located in your home directory (provide the absolute path) Give a command for finding within a directory called /mp3collection, only those mp3 files that have a size less than 5000 Kilobytes ( 10 MB) Give a command that searches in the same directory as above case but only for files that are greater than 10MB, but they should not have ‘Metallica’ as the starting of their filenames Explain what the following commands do. What is the major difference between their outputs? a) chmod -R 755 b) chmod-R 755 Explain the output of the following command pr -t -n -d -o 10 group12 Study the cut command and describe what is its function, provide some examples including options like -c, and -f What is the output of the following command? sort -t:-k3,3 -n /etc/group
Expert Answer
Answer to Give a command using find to search from the root directory the file program.f and redirect any errors to the file myerr…
OR