Loading..
  • 24/7 Support

    Call (347) XXX-XXXX

  • Best Support

    support@hostingrobotik.com

คำสั่ง find ใช้อย่างไร 0 0

Last updated on Jul 15, 2022 04:35 in คำสั่งพื้นฐาน Linux
Posted BySale

คำสั่ง file ใช้สำหรับค้นหา file และ directory ด้วยเงื่อนไขต่างๆ

ตัวอย่างการใช้งาน

ค้นหาโดยชื่อของ file

คำสั่ง find – name <ชื่อ file>

ค้นหาตามชนิดของ file

คำสั่ง find -type <ชนิด file>

  • f: file ปกติ
  • d: directory
  • l: symbolic link
  • c: character devices
  • b: block device

ค้นหาตามขนาดของไฟล์

คำสั่ง find -<path> -size <ขนาด size>

  • c: bytes
  • k: Kilobytes
  • M: Megabytes
  • G: Gigabytes
  • b: 512-byte block

 

** The time is base on UTC timezone