• pwd - Print name of current working directory
  • cd - Change directory
  • ls - List directory contents

Linux总是只有一个单一的文件系统树,其他设备挂在到树的各个节点上。

  • cd Changes the working directory to your home directory.
  • cd -Changes the working directory to the previous working directory.
  • cd ~user_nameChanges the working directory to the home directory of user_name.

For example, cd ~bob will change the directory to the home directory of user “bob.”

最新文章

  1. JAVA基础再回首
  2. 51nod 1605 棋盘问题 (博弈)
  3. hdu1520 树形dp
  4. netstat 查看TCP状态值
  5. C#读写BitMap及颜色相乘
  6. C#传递参数
  7. BootStrap图标
  8. Jquery 获取日期date()对象
  9. oracle逗号字符串拼接小工具
  10. 关于java socket(转)
  11. POJ-1273-Drainage Ditches 朴素增广路
  12. CSS3 三角形运用
  13. jacascript 函数参数与 arguments 对象
  14. python中的数组和列表
  15. AAAI2018中的自注意力机制(Self-attention Mechanism)
  16. 关于java实现自定义曲线拟合的研究
  17. HBase数据持久化之HRegion.flushcache即CF持久化
  18. no accounts with itunes connect access
  19. REM+SVG Sprite,web app案例
  20. 第三百一十二节,Django框架,Cookie

热门文章

  1. Win MYSQL5.7.19压缩版安装
  2. Linux C 获取系统时间信息
  3. Android无线测试之—UiAutomator UiSelector API介绍之二
  4. Python操作yaml文件
  5. bloom filter + murmurhash
  6. Linux 常用命令缩写及对应的
  7. 打日志--以python为例
  8. ECMAScript6重复字符串方法repeat()
  9. checkmarx使用笔记、原理
  10. WIN文件放到LINUX中无法CAT过滤的解决方法