gpt4 book ai didi

linux - 什么是绝对路径名与相对路径名

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:04:36 25 4
gpt4 key购买 nike

正如标题所说,绝对路径名和相对路径名有什么区别?我现在正在上计算机组织类(class),我参加的讲座是 Unix 速成类。讲座幻灯片说:

 The pathnames described in the previous slides start at the root. 
These pathnames are called 'absolute pathnames'

作为引用,“前面的幻灯片”基本上显示了一个以根目录/作为顶级节点的文件树。

后面的幻灯片说:

If we are in the directory /home/chrisc, the relative pathname of the 
file 'syllabus' in the directory /home/chrisc/comporg/ is:
comporg/syllabus

我仍然对绝对路径名和相对路径名之间的区别感到困惑。例如,我在 Mac 上。我的根目录是/。要从/获取我的文档,我必须执行 cd/Users/Daniel/Documents

在我的文档中,我需要访问一个名为 School 的文件夹。如果我想去 School,我会去 cd School

据此理解,任何给定文件的相对路径基本上就是您当前“所在”目录下的文件路径吗?

最佳答案

你的假设是正确的。

相对路径是路径减去 pwd 的输出。

绝对路径总是从根“/”目录开始。

例子:

如果您刚刚登录,则位于您的主目录 -/home/user - 并且在您的主目录中有一个文件 text.txt。

相对路径为text.txt

绝对路径是/home/user/text.txt

关于linux - 什么是绝对路径名与相对路径名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46121000/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com