Skip to content

Linux and Other Stuff

  • About
  • Contact
  • Tools
  • Tech Talk

Find

Use Find on Linux to find a file name

December 28, 2015 by admin

How to search a directory for a specific filename.

Categories Administration, Find Tags Linux Leave a comment

PHP Sessions causing Error

July 29, 2014 by admin

Currently your messages log is filling up with errors and the system is unstable. Check the message log: Check the sessions directory A cron job similar to the following ran every day, or periodically, should prevent those files from accumulating. Manually

Categories Administration, Cron, Find, Hardware Leave a comment

Find All The Files Owned By a Particular User / Group

July 16, 2014 by admin

Find file owned by a group find directory-location -group {group-name} -name {file-name} directory-location : directory path. -group {group-name} : group-name. -name {file-name} : The file name or a search pattern Issue: Plesk server will not allow updating plugins and the site is running as fastcgi – which uses the ftp user as the root user … Read more

Categories Administration, Find Leave a comment

Find All Files and Directories that are permissions 777

May 15, 2014 by admin

For directories Set to 755: For Files Set to 644:

Categories Administration, Apache, Find Leave a comment
© 2025 Linux and Other Stuff • Built with GeneratePress