32. Find 30MB Files To find all 30MB files, use. # find / -size 30M 33. Find Size between 30MB – 50MB To find all the files whi...
Monday, September 2, 2013
Basic Find Commands in Linux Part 4
6:07 AM
26. Find Last 30 Days Modified Files To find all the files which are modified 30 days back. # find / -mtime 30 27. Find Last 30 Days...
Basic Find Commands in Linux Part 3
6:03 AM
22. Find Single File Based on User To find all or single file called howtolinux247.txt under /root directory of owner root. # find / ...
Basic Find Commands in Linux Part 2
5:59 AM
7. Find Files With 777 Permissions Find all the files whose permissions are 777 . # find . -type f -perm 0777 -print 8. Find Files Wi...
Basic Find Commands in Linux Part 1
5:55 AM
1. Find Files Using Name in Current Directory Find all the files whose name is howtolinux247.txt in a current working directory. #...
Linux/Unix: Master Linux Command Line History
5:41 AM
When you are using Linux command line frequently, using the history effectively can be a major productivity boost. In fact, once you hav...
Subscribe to:
Posts (Atom)