mkdir Command สร้าง Directory ใน Ubuntu

6 Sep 2015

Share to:

วิธีการสร้าง Directory ใน Ubuntu เราจะใช้ Command คือ

mkdir [OPTION]... [DIRECTORY]...

[OPTION]… คือ  Option สําหรับสร้าง Directory ดังนี้

  • -m : สร้าง Directory โดยกําหนด สิทธิอนุญาตการใช้งาน Directory เช่น rwxr-xr-x
  • -p : สร้าง Directory โดยกําหนด สิทธิอนุญาตการใช้งาน Directory เป็น default(drwxrwxr-x)

[DIRECTORY]… คือ ชื่อของ Directory ที่ต้องการจะสร้าง

Example 1

เมื่อต้องการสร้าง Directory ชื่อว่า test ให้ใช้ Command นี้

mkdir test

or

mkdir -p test

Example 2

เมื่อเราต้องการสร้าง Directory  test, test1 และ test2 พร้อมกัน ให้ใช้ Command นี้

mkdir test test1 test2

Example 3

เมื่อต้องการสร้าง Directory ชื่อ test โดยกําหนด สิทธิอนุญาตการใช้งาน Directory เป็น drwxrwxrwx (777)

mkdir -m 777 test

Copyright © 2019 - 2024 thiti.dev |  v1.32.0 |  Privacy policy |  status | 

Github profile   Linkedin profile   Instagram   X profile   Youtube channel   Telegram   Email contact   วงแหวนเว็บ