Blogger Information
Blog 20
fans 0
comment 0
visits 33335
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Linux常用命令一
陈文鹏的博客
Original
796 people have browsed it

计算机   冯诺依曼  

硬件   内设  外设

软件  系统 操作系统  应用  

 

操作系统

windows  微软公司

macos  苹果公司

unix   1970    1973  C语言重写 1975 进入大学

linux  1991 李纳斯  linus   芬兰的在校大学生

GNU/linux

GNU  组织   斯特曼   自由软件的组织

emacs  编辑器  神一样的编辑器

gcc  编译C语言写的软件使用

gnome 桌面

 

安装过程

①真机安装  服务器

②虚拟机软件   vmware   pd

安装关键点:

①把镜像文件   操作系统的安装包  .iso

②引导安装操作系统中  centos  开发工具   

目录

/bin   命令目录

/sbin  超级权限命令

/boot  内核目录

/media  默认光盘挂载目录

/etc  配置文件目录

/root  root的家目录

/home  普通用户家目录

/var    /var/log  日志目录

/usr/local   用户操作目录

 

命令行

目录相关操作

pwd  cd  

./   ../   ../../../

ls  ll(ls -l)  ls -a

文件夹和文件操作

增加  mkdir  ithm/ithm5

-p  递归创建  

touch

移动  重命名  mv  

-r  目录加此参数

复制

cp  -r

删除

rm -r  -f  force 强制删除不提示

 

ctrl+c  终结命令

ctrl+a  命令行首部

ctrl+e  命令行尾部

tab   自动补全


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post