Few important directories
- /etc/sudoers
- /etc/local/samba/lib/smb.conf
Find text in files:
find /directoryToFind -type f -exec grep Thankyou {} \;
grep -lir "Support Request and Feedback Form" *
Wednesday, April 29, 2009
Subscribe to:
Post Comments (Atom)
yes yes learning find finally...
ReplyDelete