dapurhosting.com Blog for Tech

April 24, 2009

Find User’s Files

Filed under: Server — dh @ 7:05 am

find / -user username | more

find /home/david -name ‘index*’
find /home/david -iname ‘index*’

http://www.codecoffee.com/tipsforlinux/articles/21.html

Find String On File

grep -H -r “text-to-find” /directory

cari file hari ini

find . -mtime -1 \! -type d -exec ls -l {} \;

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress