Unix Command
จด Unix/Linux command แบบเบื้องต้นใช้ใน Terminal หรือ Command Line Description Command Example list contents ls $ ls -l make directory mkdir <dirname> $ mkdir environment change directory cd <dirname> $ cd environment/ cd one directory up $ cd .. cd to home directory $ cd ~ or just $ cd cd to path incl. home dir $ cd …