linux ln创建目录软连接

简介: ln 软连接目录

ln 帮助说明

ln --help

Usage: ln [OPTION]... [-T] TARGET LINK_NAME   (1st form)

 or:  ln [OPTION]... TARGET                  (2nd form)

 or:  ln [OPTION]... TARGET... DIRECTORY     (3rd form)

 or:  ln [OPTION]... -t DIRECTORY TARGET...  (4th form)



Mandatory arguments to long options are mandatory for short options too.

     --backup[=CONTROL]      make a backup of each existing destination file

 -b                          like --backup but does not accept an argument

 -d, -F, --directory         allow the superuser to attempt to hard link

                               directories (note: will probably fail due to

                               system restrictions, even for the superuser)

 -f, --force                 remove existing destination files

 -i, --interactive           prompt whether to remove destinations

 -L, --logical               dereference TARGETs that are symbolic links

 -n, --no-dereference        treat LINK_NAME as a normal file if

                               it is a symbolic link to a directory

 -P, --physical              make hard links directly to symbolic links

 -r, --relative              create symbolic links relative to link location

 -s, --symbolic              make symbolic links instead of hard links

 -S, --suffix=SUFFIX         override the usual backup suffix

 -t, --target-directory=DIRECTORY  specify the DIRECTORY in which to create

                               the links

 -T, --no-target-directory   treat LINK_NAME as a normal file always

 -v, --verbose               print name of each linked file

     --help     display this help and exit

     --version  output version information and exit

记录意义

每次使用ln -s创建软连接的时候都会忘记哪个是source,哪个是dst


#目的地 /home/mep/xml/

#源目录 /home/gsta/xml/

#期望:目的地里面的文件指向是源目录里面的文件

ln -s /home/gsta/xml /home/mep

备注:

创建目录软连接的时候,会把源目录,的一个软连接放到目的地的里面,而不是类似于copy,所以目的地不可以写/home/mep/xml,要写xml的上层目录即/home/mep


目录
相关文章
|
3月前
|
Linux 数据安全/隐私保护 Windows
Linux共享Windows目录
Linux共享Windows目录
|
20小时前
|
Linux 文件存储 Windows
linux软连接详解!!!
本文介绍了Linux文件类型、文件属性、文件存储机制以及软链接和硬链接的概念。主要内容包括:Linux文件类型及其识别方法、文件属性的组成及查看方式、inode和block的作用、软链接和硬链接的区别及应用场景。通过具体示例,帮助读者理解Linux文件系统的运作原理。
11 2
linux软连接详解!!!
|
20小时前
|
网络协议 Linux
linux系统重要文件目录
本文介绍了Linux系统中的重要目录及其历史背景,包括根目录、/usr、/etc、/var/log和/proc等目录的结构和功能。其中,/etc目录下包含了许多关键配置文件,如网卡配置、DNS解析、主机名设置等。文章还详细解释了各目录和文件的作用,帮助读者更好地理解和管理Linux系统。
10 2
|
10天前
|
Linux 开发工具 Perl
Linux命令替换目录下所有文件里有"\n"的字符为""如何操作?
【10月更文挑战第20天】Linux命令替换目录下所有文件里有"\n"的字符为""如何操作?
26 4
|
30天前
|
存储 Linux 编译器
cmake的单目录和多目录的使用(Linux和Windows)
本文介绍了在Windows和Linux平台上使用CMake构建单目录和多目录项目的步骤,包括如何配置CMakeLists.txt文件以及如何生成和使用可执行文件、库文件。
17 2
|
1月前
|
移动开发 Linux
Linux 文件与目录管理
Linux 文件与目录管理
20 3
|
2月前
|
Linux
深入理解Linux中的cp命令:文件与目录的复制利器
深入理解Linux中的cp命令:文件与目录的复制利器
|
2月前
|
Linux 应用服务中间件 nginx
|
2月前
|
Linux Shell Python
9-7|salt代码在linux机子那个目录
9-7|salt代码在linux机子那个目录
|
2月前
|
数据可视化 Ubuntu Linux
8-14|如何查看linux目录下文件大小
8-14|如何查看linux目录下文件大小