LearningLinux
  • Introduction To Linux Operating System
  • CentOS Installation
  • File System Hierarchy
  • Hardware Device
  • Boot Process
  • User and Application,Kernel,Shell
  • Symbols
  • Terminal Overview
  • System Command
  • File Paths
  • Linux File/Folder Properties
  • Linux Basic Command
  • Tar Command
  • Creating User and User Information Command
  • Group Information Command
  • Root Password Recovery(Redhat Distro)
  • Controlling Service
  • IP Address Assign Redhat Distro
  • NIC Bonding
  • File Permission
  • Access Control List (ACL)
  • Default Permission
  • Software Package Managing Tools
  • Connect Via SSH To Your Server
Powered by GitBook
On this page

Was this helpful?

Hardware Device

ကျွန်တော်တို့အသုံးပြုနေသည့် Linux OS သည် case sensitive ဖြစ်သည့်အတွက်အမှားခံလို့မရပါ။ Linux တွင် "/" ကို root လို့ခေါ်ပါသည်။device ,file, driver အစရှိသည်တို့သည်လည်း root directory အောက်တွင်သာရှိကြပါသည်။Hard Disk Partition နဲ့ Name ကို Linux System ကသတ်မှတ်သည့်ပုံစံက SATA First Hard Drive ကို /dev/sda,SATA First Hard Drive ရဲ့ ပထမဆုံး Partition ကိုကျတော့ /dev/sda1,SATA First Hard Drive ရဲ့ ဒုတိယ Partition ကိုကျတော့ /dev/sda2, SATA Second Hard Drive ကို /dev/sdb , SATA Second Hard Drive ရဲ့ ပထမဆုံး Partition ကိုကျတော့ /dev/sdb1 , SATA Second Hard Drive ရဲ့ ဒုတိယ Partition ကိုကျတော့ /dev/sdb2 လို့သတ်မှတ်ပါတယ်။ CD ROM Drive တွေကိုကျတော့ /dev/sr0 လို့သတ်မှတ်ပါတယ်။ ဒါကတော့ Input Device တွေပါ။ Output Device တွေကိုဘယ်လိုသတ်မှတ်လဲဆိုတော့COM 1 Port ကို /dev/ttys0 ,COM 2 Port ကို /dev/ttys1,LPT 1 Port ကို /dev/lpt0 , LPT 2 Port ကို /dev/lpt1လို့သတ်မှတ်ပါတယ်။

PreviousFile System HierarchyNextBoot Process

Last updated 5 years ago

Was this helpful?