当前位置:网站首页>Delete soft link
Delete soft link
2022-06-13 09:19:00 【IChen.】
1, Build soft links
ln -s Source file Target file
for example :ln -s /usr/hb/ /home/hb_link
2, Delete soft links
The right is :rm -rf hb_link
The wrong is :rm -rf hb_link/ This will delete the whole directory
remarks : To delete a linked file, use the following command rm /home/hb_link It's just one less “ / ” Delete the Is a linked file , That is, don't add... At the end of the file /
边栏推荐
- 虚拟化和云计算文章大合集
- 谨记! 写代码别太自信! 一定要写点关键日志info输出,不然问题都定位不到。
- C language: deep understanding of character functions and string functions (2)
- JUC atomic reference and ABA problem
- Batch read all voice files under the folder
- Subspace of 20211004 matrix
- JUC原子数组
- JUC 原子累加器 源码之 LongAdder
- JUC Unsafe
- Redis fuzzy query batch deletion
猜你喜欢
Tutorial (5.0) 04 Fortint cloud services and scripts * fortiedr * Fortinet network security expert NSE 5
类的加载概述
Neo4j - CQL use
Solov2 nanny level tutorial (including environment configuration, training your own data set, code logic analysis, etc...) Updating ing
redis 模糊查询 批量删除
Storage mode of drawings
Cisco, Huawei network equipment
JUC原子引用与ABA问题
BGP 联邦+Community
Some websites of QT (software download, help documents, etc.)
随机推荐
Online debugging tool Arthas Foundation
Solov2 nanny level tutorial (including environment configuration, training your own data set, code logic analysis, etc...) Updating ing
Tutorial (5.0) 03 Security policy * fortiedr * Fortinet network security expert NSE 5
【最全面详细解释】背包问题详解
How to build an aby framework and run an instance
JUC atomic integer
A static variable is associated with a class and can be used as long as the class is in memory (the variable does not exist as long as your application terminates). (heap body, stack reference)
Solov2 source code analysis
Cisco, Huawei network equipment
20211108 det(AB)=det(A)det(B)
LeetCode 5270. Minimum path cost in grid (dynamic programming)
Tutorial (5.0) 01 Product introduction and installation * fortiedr * Fortinet network security expert NSE 5
QML(06)——qml. Add a new folder under QRC
C # introductory series (XIII) -- getting to know the structure for the first time
BGP 联邦+Community
QT multithreaded TCP server
批量讀取文件夾下的全部語音文件
20211115 any n-order square matrix is similar to triangular matrix (upper triangle or lower triangle)
JUC Unsafe
LeetCode 5270. 网格中的最小路径代价(动态规划)