សេចក្តី​ណែនាំ​អំពី​បន្ទាត់​ពាក្យ​បញ្ជា

This document provides a brief description of the Linux™ command line. It is not a complete guide, but rather an introduction to complement Kubuntu™'s graphical tools.


Table of Contents

សេចក្តី​ណែនាំ
ចាប់​ផ្តើម​ស្ថានីយ
ពាក្យ​បញ្ជា​ថត និង​ឯកសារ
pwd - បោះ​ពុម្ព​ថត​ដំណើរ​ការ
cd - ផ្លាស់​ប្តូរ​ថត
ls - ឯកសារ​បញ្ជី
touch - បង្កើត​ឯកសារ​ទទេ
mkdir - បង្កើត​ថត
cp - ចម្លង​ឯកសារ ឬ​ថត
mv - ផ្លាស់​ទី​ឯកសារ ឬ​ថត
rm - យក​ឯកសារ ឬ​ថត​ចេញ
ពាក្យ​បញ្ជា​ព័ត៌មាន​ប្រព័ន្ធ
df - បង្ហាញ​ទំហំ​ថាស
free - បង្ហាញ​ចំនួន​អង្គចង​ចាំ​ដែល​បាន​ប្រើ និង​​ទំនេរ
top - បង្ហាញ​នូវ​ដំណើរ​ការ​ប្រើ​ប្រាស់​ខាង​លើ
uname - បោះ​ពុម្ព​សេចក្តី​លម្អិត​អំពី​ម៉ាស៊ីន​បច្ចុប្បន្ន
lsb_release - print details about current Linux™ release
ប្រតិបត្តិ​ពាក្យ​បញ្ជា​ដោយ​ប្រើ​សិទ្ធិ​ជាន់​ខ្ពស់
បន្ថែម​ក្រុម​ថ្មី
បន្ថែម​អ្នក​ប្រើ​ថ្មី
បន្ថែម ឬ​ផ្លាស់​ប្តូរ​ពាក្យ​សម្ងាត់​អ្នក​ប្រើ
កំណត់​អ្នកប្រើ​ជា​ក្រុម
ជម្រើស
Man និង​ទទួល​យក​ជំនួយ
រក​មើល​ឯកសារ​ man
កាត់ និង​បិទ​ភ្ជាប់
ព័ត៌មាន​ជំនួយ
ព័ត៌មាន​បន្ថែម

សេចក្តី​ណែនាំ

 

Under Linux™ there are GUIs (graphical user interfaces), where you can point and click and drag and hopefully get work done without first reading lots of documentation. The traditional UNIX™ environment is a CLI (command line interface), where you type commands to tell the computer what to do. That is faster and more powerful, but requires finding out what the commands are.

 
 --from man intro(1)

This guide describes some basic GNU™/Linux™ shell commands. It is not intended to be a complete guide to the command line, just an introduction to complement Kubuntu™'s graphical tools.

  • All command names, file names, or paths to directories will be shown using a monospace font.

  • The commands should be issued from a command prompt within a terminal and will be shown as:

    command to type

  • Command Line Linux™ is case sensitive. User, user, and USER are each different and distinct in Linux™.