linux中的文件移动
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
·
Linux不同于Windows,在Windows操作系统中我们只需要傻瓜式的将文件用鼠标拖到目标文件夹即可,但是在Linux中移动文件却不是那么的简单。
以Ubuntu16.04为例说一下Linux中的文件的移动。
1、在Linux中进入文件所在的文件夹目录下,然后在当前目录下任意空白处单击鼠标右键,选择在命令行中打开(我要将sogou.deb文件移动到/usr/local/目录下)
2、在命令行中输入sudo mv 你的文件名 目标地址 如我的就应该输入sudo mv sogou.deb /usr/local/然后回车
3、Linux会让你输入密码,输入正确密码后切换到目标目录下就可以看到文件已经被成功移过去了
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐

所有评论(0)