Skip to content

geekdecoder

Linux, Windows and Other Tech Tips

  • Monitoring
  • Dedicated Servers
  • Optimization
  • Security
  • Migrations

Category: Find

Administration Find

Use Find on Linux to find a file name

December 28, 2015 The Geek Decoder

How to search a directory for a specific filename. cd /path/to/directory find -iname “filename”

Administration Cron Find Hardware

PHP Sessions causing Error

July 29, 2014August 22, 2015 The Geek Decoder

Currently your messages log is filling up with errors and the system is unstable. Check the message log: $ server# tail -f /var/log/messages Jul 28 08:57:30 mail kernel: EXT4-fs warning (device sda3): ext4_dx_add_entry: Directory index full! Check the sessions directory…

Read More→

Administration Find

Find All The Files Owned By a Particular User / Group

July 16, 2014August 22, 2015 The Geek Decoder

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…

Read More→

Administration Apache Find

Find All Files and Directories that are permissions 777

May 15, 2014January 12, 2016 The Geek Decoder

For directories [root@server]# find /var/www/vhosts/domain.com/httpdocs -type d -perm 777 -print Set to 755: root@server ]# find /var/www/vhosts/domain.com/httpdocs/ -type d -perm 777 -exec chmod 755 {} \; For Files [root@server]# find /var/www/vhosts/domain.com/httpdocs -type f -perm 777 -print Set to 644: [root@server]#…

Read More→

Search for Articles

Geekdecoder Services

Geekdecoder offers technical services from migrations, server monitoring, server security and hardware rental for dedicated and cloud servers.
See Services.

EZOSHosting Web Hosting

See EZOSHosting Web Hosting Plans and Domain Services.

Featured Articles

  • Great Article on Adding Proxmox Storage
  • Install Brave Browser on Ubuntu, MintDebian 9+, Ubuntu 14.04+ and Mint 17+
  • How to While List IP’s for Different Email Providers
  • Proxmox Resources
  • Installation of Yubikey KSM and Yubikey Validation Server on Ubuntu 16
  • Proxmox on Debian Install fails – Errors were encountered while processing: pve-manager proxmox-ve
  • Mount NTFS file system in Debian
  • Where Proxmox ISO Stored
  • Disable TCP Port 135 and Avoid WannaCry Windows 10
  • Setup of Self-hosted Yubico OTP Validation Server on Debian

Categories

PRIVACY   TERMS OF SERVICE   CONTACT
Copyright 2020 Geekdecoder LLC. © All rights reserved.
Artblog by iThemer
Go to top