访问手机版  

Linux常用命令|Linux培训学习|考试认证|工资待遇与招聘,认准超级网工!

招聘|合作 登陆|注册

网络工程师培训

当前位置:网络工程师 > 技术课程 > linux > 热点关注 > linux常用命令

近100个Linux命令大全

时间:2019-08-16

linux简单命令大全_linux命令大全_linux命令大全软件

1.ls [选项] [目录名 | 列出相关目录下的所有目录和文件

-a 列出包括.a开头的隐藏文件的所有文件

-A 通-alinux命令大全,但不列出"."和".."

-l 列出文件的详细信息

-c 根据ctime排序显示

-t 根据文件修改时间排序

re never to look at me during the daylinux命令大全, we must always part by sunrise, and we can never say "i and when it is over i will send you a card that will simply say goodbye... those are the rules...。re never to look at me during the day, we must always part by sunrise, and we can never say “i and when it is over i will send you a card that will simply say goodbye… those are the rules…。for all those people in brazil, for all his fans all around the world, he will always be young. ayrton senna will always be fast. he will never be old. he will always be the champion of brazil and of the world. the grief, even today..., maybe the greatest statement i can make about what he did when i meet a brazilian soon after that i have t.........更多。

linux命令大全软件_linux命令大全_linux简单命令大全

白色:表示普通文件

蓝色:表示目录

绿色:表示可执行文件

红色:表示压缩文件

浅蓝色:链接文件

红色闪烁:表示链接的文件有问题

黄色:表示设备文件

linux命令大全_linux命令大全软件_linux简单命令大全

灰色:表示其它文件

2.mv [选项] 源文件或目录目录或多个源文件 | 移动或重命名文件

-b 覆盖前做备份

-f 如存在不询问而强制覆盖

-i 如存在则询问是否覆盖

-u 较新才覆盖

-t 将多个源文件移动到统一目录下,目录参数在前,文件参数在后

linux简单命令大全_linux命令大全_linux命令大全软件

eg:

mv a /tmp/ 将文件a移动到 /tmp目录下

mv a b 将a命名为b

mv /home/zenghao test1.txt test2.txt test3.txt

3.cp [选项] 源文件或目录目录或多个源文件 | 将源文件复制至目标文件,或将多个源文件复制至目标目录。

-r -R 递归复制该目录及其子目录内容

-p 连同档案属性一起复制过去

linux简单命令大全_linux命令大全_linux命令大全软件

-f 不询问而强制复制

-s 生成快捷方式

-a 将档案的所有特性都一起复制

4.scp [参数] [原路径] [目标路径] | 在Linux服务器之间复制文件和目录

-v 详细显示输出的具体情况

-r 递归复制整个目录

(1) 复制文件:

命令格式:

scp local_file remote_username@remote_ip:remote_folder

或者

scp local_file remote_username@remote_ip:remote_file

 上一个教程:linux之基本命令讲解