man Linux Command – man ใช้ในการแสดงคู่มือการใช้งาน program คำสั่ง man <command> $ man logname LOGNAME(1) User Commands LOGNAME(1) NAME logname – print user´s login name SYNOPSIS logname [OPTION] DESCRIPTION Print the name of the current user. –help display this help and exit –version output version information and exit AUTHOR Written by FIXME: unknown. REPORTING BUGS…
ls – Linux Command คำสั่งแสดงข้อมูลภายใน directory
ls Linux Command – ls ใช้ในการแสดงข้อมูลภายใน directory คำสั่ง 1. แสดงข้อมูลภายใน directory ls <path> $ ls file1 file2 $ cd .. $ ls ./test1 file1 file2 2. แสดงข้อมูล file, directory, ขนาด, เวลา ls -l $ ls -l total 8 -rw-r–r– 1 root root 49 May 8 16:14 file1 -rw-r–r– 1 root root 70 May 8…
logname – Linux Command คำสั่งแสดงชื่อ user login
logname Linux Command – logname ใช้ในการแสดงชื่อ user login คำสั่ง logname $ logname root โครงสร้างคำสั่ง logname [OPTION] รายละเอียด เป็นคำสั่งที่ใช้ในการแสดงชื่อ user login ในขณะนั้น คล้ายๆคำสั่ง id แต่มีแค่ชื่อ user Option –help display this help and exit –version output version information and exit กลุ่มคำสั่ง id Reference: คำสั่ง Unix – Linux Command Linux, Unix Author:…
locate – Linux Command คำสั่งใช้ในการค้นหา file หรือ directory
locate Linux Command – locate ใช้ในการค้นหา file หรือ directory คำสั่ง locate <file> $ locate find /bin/btrfs-find-root /bin/findmnt /etc/apparmor.d/abstractions/apparmor_api/find_mountpoint /sbin/findfs /usr/bin/find แสดงเฉพาะ basename $ locate -b <file> ดูข้อมูล stat ของ locate catalog $ locate -S Database /var/lib/mlocate/mlocate.db: 14,942 directories 132,761 files 7,168,592 bytes in file names 3,062,580 bytes used to store database …
ln – Linux Command คำสั่งสร้าง link เชื่อมโยงกันระหว่าง file
ln Linux Command – ln ใช้ในการสร้าง link เชื่อมโยงกันระหว่าง file คำสั่ง ตัวอยากสร้าง file test1 $ echo ‘hello’ > test1 $ ls -ltr total 4 -rw-rw-r– 1 root root 6 May 8 17:55 test1 $ cat test1 hello 1. สร้าง hard link ไปยัง test1 ln <file1> <file2> $ ln test1 test2 $ ls -ltr total…
less – Linux Command คำสั่งอ่านข้อมูลและค้นหาข้อมูลใน file
less Linux Command – less ใช้ในการอ่านข้อมูลและค้นหาข้อมูลใน file คำสั่ง 1. เปิดอ่าน file $ less sample.txt Line 1 Hi i am a good boy. I am x . Be cool and calm Happy birthday I am Bond 00 7 Eurekaa !!! I Got it ! Yes No NOoooooooo Yesssssssssssssss yes sample.txt (END) ออกจาก prompt ด้วยการกด q …
kill – Linux Command คำสั่งส่ง Signal หรือยกเลิกการทำงาน process
kill Linux Command – kill ใช้ในการยกเลิกการทำงานของ process โดยส่ง Signal เข้าไป คำสั่ง แสดงรายการของ Signal $ kill -l 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR1 11) SIGSEGV 12) SIGUSR2 13) SIGPIPE 14) SIGALRM 15) SIGTERM 16) SIGSTKFLT 17) SIGCHLD 18) SIGCONT 19) SIGSTOP 20)…
join – Linux Command คำสั่งเชื่อมข้อมูล 2 file ด้วย field ที่เหมือนกัน
join Linux Command – join ใช้ในการเชื่อมข้อมูล 2 file ด้วย field ที่เหมือนกัน คำสั่ง จากตัวอย่าง file1 และ file2 ต้องทำการจัดเรียงลำดับ field ที่จะเป็น key ในการ join ก่อนทุกครั้ง $ cat file1 dog,13 ant,10 bat,11 cat,12 boy,14 man,23 rat,21 $ cat file2 rat,small ant,small bat,small cat,small dog,large boy,large man,large $ cat file1 |sort > file1.sort $ cat file2 |sort >…
info – Linux Command คำสั่งข้อมูลโปรแกรมบนระบบทั้งหมดที่ใช้งาน
info Linux Command – info ใช้ในการเช็กข้อมูลโปรแกรมบนระบบทั้งหมดที่ใช้งาน คำสั่ง info $ info File: dir, Node: Top, This is the top of the INFO tree. This is the Info main menu (aka directory node). A few useful Info commands: ‘q’ quits; ‘?’ lists all Info commands; ‘h’ starts the Info tutorial; ‘mTexinfo RET’ visits the Texinfo manual, etc.…
id – Linux Command คำสั่งแสดงข้อมูล user, group ในระบบ
id Linux Command – id ใช้ในการแสดงข้อมูล user, group ในระบบ คำสั่ง 1. แสดงข้อมูล user ทั้งหมด $ id uid=1000(sai) gid=1000(sai) groups=1000(sai),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),110(lxd),113(sambashare),118(lpadmin) $ id root uid=0(root) gid=0(root) groups=0(root) 2. แสดงข้อมูล user id $ id -u 1000 3. แสดงข้อมูล group id $ id -g 1000 โครงสร้างคำสั่ง id [OPTION]… [USER] รายละเอียด เป็นคำสั่งที่ใช้ในการแสดงข้อมูล user, group ในระบบ โดยระบุข้อมูล…