关于mount命令中的--bind参数
曾经在做 LFS 的时候见到过这个 --bind 参数,今天看鸟哥写的东西才知道这个参数是干嘛使的,如下:
mount 命令可以挂载目录,如果要把某个目录 mount 到另外的目录就使用 --bind 参数:
darkfish@darkfish-laptop:~/tmp$ sudo mount --bind /home ./home
darkfish@darkfish-laptop:~/tmp$ ls -ihld home /home
2 drwxr-xr-x 5 root root 4.0K 2009-08-14 14:16 home
2 drwxr-xr-x 5 root root 4.0K 2009-08-14 14:16 /home
本文作者:未知顶(0)
踩(0)
上一篇:Linux 删除目录及子目录文件
下一篇:LR监控Linux系统资源详解
- 最新评论