Type of Permissions
1 2 4 : binary based
1 = 2^0 = x (executable)
2 = 2^1 = w (writable)
4 = 2^2 = r (readable)
Type of Users
3 ตัวแรกหมายถึง เจ้าของ = u (user)
3 ตัวที่สองหมายถึง กลุ่ม = g (group)
3 ตัวที่สามหมายถึง คนอื่น = o (other)
Changing permissions with chmod
chmod type+permission file
chmod type-permission file
เราจะกำหนดแบบไหนก็แลกเอานะครับ
ไม่ว่าจะเป็น
chmod 755 file
chmod +x file
มีประโยชน์กันคนละอย่างครับ
Subscribe to:
Post Comments (Atom)
Popular Posts
- How to install Docker container on EVE-NG
- Get Message 'system failure: exception During auth soap: Receiver' on Zimbra Web Admin
- Spanning Tree Protocol
- [ISSUE] Failed to allocate the network(s), not rescheduling, Spawning new instances is fail OpenStack
- How To Adding and Run Docker Container on UnetLab
- How To Set Timezone on Linux CentOS7
- How To Expand Disk (HDD) for UNetLab VM
- How to Configure InterVLAN with Router (Route-on-Stick)
- Download and Install pfSense 2.3 Firewall Open Source
- First Times Import Unified Networking Lab (UNetLab) OVA in VMware Workstation
No comments:
Post a Comment