云计算学习路线教程大纲课件:文件链接====================================================================================软链接 或 符号链接硬链接一、符号链接 symbolic link 软连接[root@tianyun ~]# echo 111 > /file1[root@tianyun ~]# ln -s /file1 /home/file11[root@tianyun ~]# ll /home/file11lrwxrwxrwx 1 root root 6 Dec 20 17:58 /home/file11 -> /file1[root@tianyun ~]# ll -i /file1 /home/file114599081 -rw-r–r– 1 root root 4 Dec 20 17:57 /file1135 lrwxrwxrwx 1 root root 6 Dec 20 17:58 /home/file11 -> /file1[root@tianyun ~]# cat /file1111[root@tianyun ~]# cat /h开发云主机域名ome/file11111[root@tianyun ~]# rm -rf /file1[root@tianyun ~]# ll /home/file11lrwxrwxrwx 1 root root 6 Dec 20 17:58 /home/file11 -> /file1二、硬链接4 /etc/file1 4 /usr/file1-h[root@tianyun ~]# echo 222 > /file2[root@tianyun ~]# ln /file2 /file2-h2[root@tianyun ~]# ln /file2 /home/file2-h3ln: failed to create hard link ‘/home/file2-h3’ => ‘/file2’: Invalid cross-device link[root@tianyun ~]# ln /file2 /etc/file2-h4[root@tianyun ~]# echo 222 > /file2[root@tianyun ~]# ln /file2 /file2-h2[root@tianyun ~]# ln /file2 /home/file2-h3ln: failed to create hard link ‘/home/file2-h3’ => ‘/file2’: Invalid cross-device link[root@tianyun ~]# ln /file2 /etc/file2-h4[root@tianyun ~]# ll -i /file2 /file2-h2 /etc/file2-h44599081 -rw-r–r– 3 root root 4 Dec 20 18:03 /etc/file2-h44599081 -rw-r–r– 3 root root 4 Dec 20 18:03 /file24599081 -rw-r–r– 3 root root 4 Dec 20 18:03 /file2-h2把一些重要文件做多个链接注:硬链接不能跨文件系统(分区)[root@tianyun home]# ln /home/ /mntln: “/home/”: 不允许将硬链接指向目录
警告:删除目录软链时:rm -rf /var/it1000/ 删除目录下的文件rm -rf /var/it1000 仅删除链接文件本身[root@tianyun ~]# ln -s /etc /home/[root@tianyun ~]# rm -rf /home/etc/====================================================================================
kubernetes,简称K8s,是用8代替8个字符”ubernete”而成的缩写。是一个开源的,用于管理云平台中多个主机上的容器化的应用,Kubernetes的目标是让部署容器化的应用简单并且高效(powerful),Kubernetes提供了应用部署,规划…
免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。