码迷,mamicode.com
首页 > 系统相关 > 详细

lesson2 -basic Linux tasks

时间:2015-09-10 02:06:33      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:linux


1. sudo    super user do                  ROOT is higest user


2. man Pages    

   man ping   :  describe ping command       hit ‘q‘  exit and back to command line


3. sudo tasksel:      LAMP server


4.apt-get


sudo apt-get  install apache2

                    remove

                    update


5.server


sudo /etc/init.t/apache2    start

                                            stop

                                            restart


6. top    show process ,task manage       PID    CPU MEMORY 

   k   idnumber    kill the process


7. basic navigation


 cd   change directory  

    cd etc       

   cd /etc    go to root first and find etc

   cd   ETC   no such file and directory

ls     show 


本文出自 “SystemAdmin成长记” 博客,请务必保留此出处http://christhai.blog.51cto.com/1584747/1693244

lesson2 -basic Linux tasks

标签:linux

原文地址:http://christhai.blog.51cto.com/1584747/1693244

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!