Table of Contents

Basic

  1. Change user infomation
    $ chfn
  2. lookup by
    $ finger -l
  3. Change password
    $ passwd
  4. Exit Shell Command with Ctrl+D or exit or logout.

Directory

  1. /etc ไว้เก็บไฟล์คอนฟิก ต่างๆ
  2. /mnt ไว้ mount device ต่างๆ
  3. /opt ไว้สำหรับเก็บ Software อื่นๆ ที่ ลงเพิ่มเข้าไป
  4. /proc ไว้สำหรับเก็บข้อมูลทั้งหมดของระบบ (Processor)
  5. /bin เก็บ execute file เช่น
    $ whereis ls
    /bin/ls
  6. /sbin สามารถ สั่งรันได้เฉพาะ root

Change Permissions

$ chmod g+rw test
ความหมายเดียวกับ
$ chmod 766 test

 
214574-52.txt · Last modified: 2010/02/02 01:25 (external edit) · [Old revisions]
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki