Linux -- 目录基本操作(1)
2019-02-17 01:47:28来源:博客园 阅读 ()
cd 切换目录
1.切换到指定目录下
#cd 相对/绝对目录 [root@localhost ~]# cd /home/tom/demo [root@localhost demo]#
2.切换到某个用户的主文件夹
[root@localhost /]# cd ~tom [root@localhost tom]#
3.切换到自己的主文件夹
[root@localhost tom]# cd ~ [root@localhost ~]# 或者 [root@localhost demo]# cd [root@localhost ~]#
4.返回上级目录
[root@localhost demo]# cd .. [root@localhost tom]#
5.回到刚才在的目录
[root@localhost tom]# cd - /home/tom/demo [root@localhost demo]#
pwd 显示当前路径
[root@localhost demo]# pwd /home/tom/demo
mkdir 新建目录
1.简单创建一个目录 mkdir 目录名
[root@localhost demo]# mkdir work [root@localhost demo]# ls work
2.创建目录时同时赋予目录权限
[root@localhost demo]# mkdir -m 777 test [root@localhost demo]# ll 总用量 8 drwxrwxrwx 2 root root 4096 2月 12 20:15 test drwxr-xr-x 2 root root 4096 2月 12 20:09 work
3.创建多层目录
[root@localhost demo]# mkdir -p test1/test2/test3 [root@localhost demo]# cd test1/test2/test3/ [root@localhost test3]# pwd /home/tom/demo/test1/test2/test3
4.rmdir 删除文件夹
只能删除没有文件的目录,如果删除有文件的目录可以使用 rm -r 目录名
[root@hs-192-168-33-206 tom]# rmdir demo/ rmdir: 删除 "demo/" 失败: 目录非空 #清除文件后,再次删除可成功 [root@hs-192-168-33-206 tom]# rmdir demo/
原文链接:https://www.cnblogs.com/holmes-cat/p/10366955.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Linux系统如何设置开机自动运行脚本? 2020-06-11
- Linux指令和shell脚本 2020-06-11
- 适合开发者的最佳Linux发行版 2020-06-11
- 安装Zabbix5.0 2020-06-10
- RAID 1 软件实现(Linux 系统) 2020-06-10
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash