linux 入门
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 入门相关的知识,希望对你有一定的参考价值。
1、文件、目录管理命令
#ls 文件、目录查找
#cp 文件、目录复制
#mkdir 目录创建
#pwd 路径查询
#mv 文件移动
#cat 显示文件内容
#rm 删除文件或目录
2、linux系统结构
/根文件
/etc系统配置文件
/lib系统库文件
/dev设备文件
/bin usr/bin系统和应用程序的必备执行档
系统方面:cat cp chmod chown useradd kill groupadd more less mount 等等
应用程序:cfdisk、dhcpcd、dump、e2fsck、fdisk、halt、ifconfig、ifup、 ifdown、init、insmod、lilo、lsmod、mke2fs、modprobe、quotacheck、reboot、rmmod、 runlevel、shutdown等。
/sbin usr/sbin 系统管理和网络管理必备运行程序
/usr
/tmp
/mut
/opt
以上是关于linux 入门的主要内容,如果未能解决你的问题,请参考以下文章
Cg入门20:Fragment shader - 片段级模型动态变色(实现汽车动态换漆)