linux command

iptables – Linux Command คำสั่งจัดการกรอง ip port ที่เข้ามาใช้งาน

iptables Linux Command – iptables ใช้ในการจัดการกรอง ip port ที่เข้ามาใช้งาน   คำสั่ง 1. แสดงข้อมูลการกรอง conncetion $ iptables -L INPUT -n –line-numbers   2. ลบ iptables rule $ iptables -D INPUT <line-number>   3. เพิ่ม iptables rule $ iptables -I INPUT 2 -s 202.54.1.2 -j DROP   โครงสร้างคำสั่ง  iptables [-t table] {-A|-C|-D} chain rule-specification ip6tables [-t table] {-A|-C|-D} chain…

Read More
linux command

netstat – Linux Command คำสั่งแสดงสถานะ network connection ทั้งหมด

netstat Linux Command – netstat ใช้ในการแสดงสถานะ network connection ทั้งหมด   คำสั่ง 1. แสดงข้อมูลสถานะ network netstat $ netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 216 xxx.com:ssh cm-134-196-90-62.:49639 ESTABLISHED tcp6 0 0 xxx.com:https cm-134-196-90-62.:50393 FIN_WAIT2 tcp6 0 0 xxx.com:https cm-134-196-90-62.:50389 TIME_WAIT tcp6 0 0 localhost:39280 localhost:2181 ESTABLISHED Active UNIX…

Read More
linux command

ifconfig – Linux Command คำสั่งแสดงข้อมูลและเปลี่ยนค่า interface server

ifconfig Linux Command – ifconfig ใช้ในการแสดงข้อมูลและเปลี่ยนค่า interface server   คำสั่ง 1. แสดงข้อมูล interface ทั้งหมด ifconfig -a $ ifconfig -a enp2s0 Link encap:Ethernet HWaddr 00:1e:c9:54:6b:29 inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::21e:c9ff:fe54:6b29/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2244525 errors:0 dropped:2550 overruns:0 frame:0 TX packets:2996535 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:355746122 (355.7 MB)…

Read More
linux command

ping – Linux Command คำสั่งตรวจสอบสถานะ server ปลายทาง

ping Linux Command – ping ใช้ในการตรวจสอบสถานะ server ปลายทาง   คำสั่ง ping <IP/Domain name> $ ping google.com PING google.com (216.58.196.206) 56(84) bytes of data. 64 bytes from kul06s14-in-f206.1e100.net (216.58.196.206): icmp_seq=1 ttl=52 time=29.9 ms 64 bytes from kul06s14-in-f206.1e100.net (216.58.196.206): icmp_seq=2 ttl=52 time=30.5 ms 64 bytes from kul06s14-in-f206.1e100.net (216.58.196.206): icmp_seq=3 ttl=52 time=30.9 ms   โครงสร้างคำสั่ง  ping [-aAbBdDfhLnOqrRUvV] [-c count]…

Read More
linux command

yes – Linux Command คำสั่งแสดงข้อมูล text ที่ต้องการวนซ้ำไปเรื่อยๆ

yes Linux Command – yes ใช้ในการแสดงข้อมูล text ที่ต้องการวนซ้ำไปเรื่อยๆ คำสั่ง yes $ yes y y y …   yes <text> $ yes hello hello hello hello …   โครงสร้างคำสั่ง  yes [STRING]… yes OPTION   รายละเอียด เป็นคำสั่งที่ใช้ในการแสดงข้อมูล text ที่ต้องการวนซ้ำไปเรื่อยๆ ไม่มีวันจบจนกว่าจะทำการ break หรือ kill ด้วย user   Option –help display this help and exit –version output version information and…

Read More
linux command

xargs – Linux Command สร้างคำสั่งใหม่จาก ouput ที่ได้ก่อนหน้า

xargs Linux Command – xargs ใช้ในการสร้างคำสั่งใหม่จาก ouput ที่ได้ก่อนหน้า   คำสั่ง <command – output> | xargs <command> ลบ file ชื่อ core ภายใต้ directory /tmp ทั้งหมด $ find /tmp -name core -type f -print | xargs /bin/rm -f or $ find /tmp -name core -type f -print0 | xargs -0 /bin/rm -f   โครงสร้างคำสั่ง  xargs [-0prtx] [-E…

Read More
linux command

whoami – Linux Command คำสั่งแสดงชื่อ user ที่ใช้ login

whoami Linux Command – whoami ใช้ในการแสดงชื่อ user ที่ใช้ login   คำสั่ง whoami $ whoami staff   โครงสร้างคำสั่ง  whoami [OPTION]…   รายละเอียด เป็นคำสั่งที่ใช้ในการแสดงชื่อ user ที่ใช้ login   Option  –help display this help and exit –version output version information and exit   กลุ่มคำสั่ง w, who   Reference: คำสั่ง Unix – Linux Command Linux, Unix   Author: Suphakit Annoppornchai…

Read More
linux command

w – Linux Command คำสั่งแสดง user ที่ login รวมถึงคำสั่งที่ใช้งาน

w Linux Command – w ใช้ในการแสดง user ที่ login รวมถึงคำสั่งที่ใช้งาน   คำสั่ง w $ w 13:48:59 up 308 days, 2:22, 21 users, load average: 3.05, 3.05, 3.59 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT msc pts/0 172.20.91.138 Tue16 20:33m 0.17s 0.17s -bash msc pts/2 172.20.91.79 Mon22 38:38m 0.24s 0.06s sshd: msc [priv] msc pts/3…

Read More
linux command

who – Linux Command คำสั่งแสดงข้อมูล user ที่ login ขณะนั้น

who Linux Command – who ใช้ในการแสดงข้อมูล user ที่ login ขณะนั้น   คำสั่ง who $ who msc pts/0 2017-05-09 16:32 (172.20.91.138) msc pts/2 2017-05-08 22:18 (172.20.91.79) msc pts/3 2017-05-08 13:36 (172.20.91.138) spo pts/5 2017-05-10 13:16 (10.95.120.57) mst pts/6 2017-05-10 11:54 (172.20.91.44) mst pts/7 2017-05-08 09:20 (172.20.91.177) msc pts/8 2017-05-08 23:00 (172.20.91.138) mst pts/9 2017-05-10 13:39 (10.95.120.34) vas…

Read More
linux command

which – Linux Command คำสั่งตำแหน่ง file program

which Linux Command – which ใช้ในการตำแหน่ง file program   คำสั่ง which <program> $ which perl /usr/bin/perl   โครงสร้างคำสั่ง  which [-a] filename …   รายละเอียด เป็นคำสั่งที่ใช้ในการตำแหน่ง file program เช่น binary, soruce หรือ manual page คล้าย find หรือ whereis แต่ความสามารถต่ำกว่า   Option   -a     print all matching pathnames of each argument   กลุ่มคำสั่ง find, whereis  …

Read More