linux command

groups – Linux Command คำสั่งแสดงข้อมูล group ของ system user

groups Linux Command – groups ใช้ในการแสดงข้อมูล group ของ system user   คำสั่ง groups <user> $ groups staff adm cdrom sudo dip plugdev lxd sambashare lpadmin $ groups root root : root   โครงสร้างคำสั่ง groups [OPTION]… [USERNAME]…   รายละเอียด เป็นคำสั่งที่ใช้ในการแสดงข้อมูล group ของ system user รวมถึงสมาชิกภายใน group ซึ่งถ้าไม่กำหนด user หมายความว่าให้ค้นหาข้อมูลของ group ของ user ที่ใช้งานตอนนั้น   Option  –help…

Read More
linux command

grep – Linux Command คำสั่งค้นหาบรรทัดใน file ที่ตรงเงื่อนไข

grep Linux Command – grep ใช้ในการค้นหาบรรทัดใน file ที่ตรงเงื่อนไข   คำสั่ง จากตัวอย่าง file test1 $ cat test1 Ant Bee Cat Dog Fly   1. ค้นหาบรรทัดที่มี text ตรงเงือนไข grep <text> <file> $ grep a test1 Cat Man $ grep an test1 Man   2. ค้นหาบรรทัดที่มี text ตรงเงื่อนไข โดยไม่สนใจตัวเล็กตัวใหญ่ grep -i <text> <file> $ grep -i “a” test1 Ant…

Read More
linux command

gawk – Linux Command ใช้ค้นหาข้อมูล text ในรูปแบบเดียวกับ awk

gawk Linux Command – gawk เป็นคำสั่งที่สำคัญและทรงพลังมากสำหรับ unix/linux user เพราะสามารถใช้แปลง, ค้นหา และ สร้างข้อมูลในรูปแบบ text ที่มีความซับซ้อนตามความต้องการของ user ได้ทุกรูปแบบ พัฒนาต่อยอดจาก awk   คำสั่ง ทำการจัดการค้นหาจาก file text $ cat saixiii.txt line,1,Hello world! line,2,My name is saixiii line,3,Good Bye line,4,Bye   1. แสดงผลข้อมูลเป็น field โดยปกติจะใช้ white space เป็นตัวแบ่งข้อมูล field ($) โดย field number จะเริ่มต้นที่ 1 แต่ถ้าจะให้แสดงผลทั้งหมดจะใช้ $0 $ gawk ‘{print…

Read More
linux command

fsck – Linux Command คำสั่งตรวจสอบและซ่อมแซม file system

fsck Linux Command – fsck ใช้ในการตรวจสอบและซ่อมแซม file system   คำสั่ง 1. ตรวจสอบ file system และ disk partition $ fsck /dev/sda6 fsck from util-linux 2.20.1 e2fsck 1.42 (29-Nov-2011) /dev/sda6: clean, 95/2240224 files, 3793506/4476416 blocks ผลลัพธ์ exit code ที่ได้มีดังนี้ 0 – No errors 1 – Filesystem errors corrected 2 – System should be rebooted 4 – Filesystem errors…

Read More
linux command

free – Linux Command คำสั่งแสดงข้อมูลการใช้งาน memory

free Linux Command – free ใช้ในการแสดงข้อมูลการใช้งาน memory   คำสั่ง $ free total used free shared buff/cache available Mem: 3969412 2929760 148900 61464 890752 700892 Swap: 1756156 125188 1630968 $ free -h total used free shared buff/cache available Mem: 3.8G 2.8G 111M 60M 870M 651M Swap: 1.7G 122M 1.6G   โครงสร้างคำสั่ง  free [options]   รายละเอียด เป็นคำสั่งที่ใช้แสดงข้อมูลการใช้งาน memory…

Read More
linux command

fold – Linux Command คำสั่งจัดเรียงความยาวตัวอักษรแต่ละบรรทัด

fold Linux Command – fold ใช้ในการจัดเรียงความยาวตัวอักษรแต่ละบรรทัด   คำสั่ง ตัวอย่าง file test $ cat test Copyright © 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.   1. จัดเรียงความยาวตัวอักษรทุกบรรทัด fold…

Read More
linux command

fmt – Linux Command คำสั่งจัดเรียงข้อมูลภายใน file ในรูป format

fmt Linux Command – fmt ใช้ในการจัดเรียงข้อมูลภายใน file ในรูป format ให้อ่านได้ง่าย   คำสั่ง ตัวอย่าง file test $ cat test Copyright © 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by…

Read More
linux command

find – Linux Command คำสั่งใช้ในการค้นหา file หรือ directory

find Linux Command – find ใช้ในการค้นหา file หรือ directory ด้วยเงือนไขต่างๆ เช่น ชื่อ, ขนาด, เวลา   คำสั่ง 1. ค้นหาด้วยชื่อ file find -name <name> find -name “query” ไม่สนใจตัวเล็ก ตัวใหญ่ (case sensitive) find -iname “query” หา file ทั้งหมดแบบยกเว้น find -not -name “query_to_avoid” find \! -name “query_to_avoid”   2. ค้นหาตามชนิด file find -type <type> find -type type_descriptor query ชนิดของ…

Read More
linux command

fdisk – Linux Command คำสั่งบริหารจัดการ disk partition

fdisk Linux Command – fdisk ใช้ในการบริหารจัดการ disk partition   คำสั่ง 1. แสดงข้อมูล disk partition ของ linux $ fdisk -l Disk /dev/sda: 74.5 GiB, 80000000000 bytes, 156250000 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk…

Read More
linux command

factor – Linux Command คำสั่งแยกตัวประกอบทางคณิตศาสตร์

factor Linux Command – factor ใช้ในการแยกตัวประกอบทางคณิตศาสตร์   คำสั่ง $ factor 12345 12345: 3 5 823 $ factor 51 51: 3 17 $ factor 200 200: 2 2 2 5 5 $ factor 1234445 1234445: 5 246889 $ factor 3 3: 3 $ factor 93 93: 3 31 $ factor 71 71: 71   โครงสร้างคำสั่ง  factor…

Read More