grep
grep ใช้ hightlight keyword ที่เราต้องการ เช่น
[ux_image id=”443″ margin=”0px 0px 30px 0px”]less, more, cat
less, more, cat สามคำสั่งนี้ ใช้เหมือนกันคือ ไว้อ่านไฟล์
[ux_image id=”446″ margin=”0px 0px 30px 0px”]ssh
ใช้สำหรับ remote secure shell ด้วย port 22
ssh user@hostname[:port]
scp (secure copy)
ใช้ download / upload file
scp user1@hotst1:”path/file1″ user2@host2:”path/file2″
ตัวอย่าง
[code lang="bash"]scp root@188.166.231.37:"/var/www/html.tar.xz" ./ [/code]
ls -lsh
ls ไว้แสดง list information files
ส่วน -lsh เป็น options
- l แสดงผลเป็น list
- s แสดงขนาดของ file, folder
- h แสดงหน่วยที่มนุษย์อ่านออก เช่น 1K 234M 2G
- a แสดงทุกไฟล์ รวมถึงที่ hidden อยู่ด้วย