当前位置: 首页 > 工具软件 > doslinux > 使用案例 >

Dos和Linux常用命令对比

郑伟彦
2023-12-01
命令描述MS-DOSLinuxLinux Example
复制文件copycpcp this.ext that.txt
移动文件movemvmv this.txt dir/
列出文件dirlsls -l
清除屏幕clsclearclear
关闭命令窗口exitexitexit
显示或设置日期datedatedate
删除文件delrmrm this.txt
输出到控制台echoechoecho this message
使用简单文本
编辑器编辑文件
editpicopico this.txt
比较文件内容fcdiffdiff file1 file2
在文件中查找字符串findgrepgrep “this word or phrase” this.txt
显示命令帮助command /?man/infoman/info command
创建目录mkdirmkdirmkdir directory
查看文件内容moremore/lessmore/less this.txt
重命名文件renmvmv this.txt that.txt
显示当前文件目录chdirpwd
echo $PWD
pwd
echo $PWD
用相对路径改变目录cd pathnamecd pathnamecd /path/to/place/
用绝对路径改变目录cd..cd..cd ../path/
显示或设置时间timedatedate
显示网络统计信息netstatnetstatnetstat -nat
显示网络设置ipconfigifconfigifconfig eth0
打开/关闭系统服务net start/stop serviceservices Name start/stopservices sshd restart
DNS查询nslookuphosthost -a baidu.com
ping主机pingpingping -c5 baidu.com
跟踪到指定主机的路径tracerttraceroutetraceroute baidu.com
 类似资料: