写点什么

《Operating System Concepts》阅读笔记:p545-p551

作者:codists
  • 2025-04-03
    广东
  • 本文字数:1482 字

    阅读完需:约 5 分钟

《Operating System Concepts》学习第 47 天,p545-p551 总结,总计 7 页。

一、技术总结

1.link

(1)定义


In file naming, a file that has no contents but rather points to another file.


(2)hard link


File-system links in which a file has two or more names pointing to the same inode.

二、英语总结(生词:2)

1.acyclic

(1)acyclic: a-("not") + cylic(参考 cycle)


adj. involve a cycle(环状的)。


(2)示例


An acyclic graph—that is, a graph with no cycles—allows directories to share subdirectories and files(《Operating System Concepts》第 547 页)。

2.resolve

(1)resolve: re-("again") + solvere("to loosen, untie, release")


vt. resolve literally means "to loosen or release sth back to its original state", over time, it envolves to mean "to find a solution(untie a problem,解决)"。


(2)resolve vs solve


暂没看到比较明显的区分。下面是本人认为相而言还说的过去的一个对比:


solve, resolve, unfold, unravel, decipher can all mean to make clear or apparent or intelligible what is obscure or mysterious or incomprehensible. Solve is the most general in meaning and suggestion in this group; it implies the finding of a satisfactory answer or solution, usually to something of at least moderate difficulty {the mystery and disquieting meaninglessness of existence ... were solved for me now—L. P. Smith} {create a difficulty rather than solve one—A. M. Young} Resolve [...], as contrasted with solve, is likely to indicate analytic arrangement and consideration of the various phases or items of a problem or situation rather than finding a final solution or answer and is likely to suggest dispelling of confusion or perplexity by a clear formulation of questions or issues {you may find it of some interest to be told that the law has had to struggle with these problems and to know how it has resolved them—[Benjamin] Cardozo} In some situations this process may achieve an answer, especially a ready or summary one {he was at the same time resolving successive tangles of intrigue against himself and his policy—[Hilaire] Belloc} {it was realized that the method of resolving apparent contradictions by liquidating one of the contradictories is not the way to arrive at true solutions—Times Lit[erary] Sup[plement]}


(3)示例


To resolve differences like this, many RPC systems define a machine-independent representation of data(《Operating System Concepts》第 548 页)。


If the directory entry is marked as a link, then the name of the real file is included in the link information. We resolve the link by using that path name to locate the real file(《Operating System Concepts》第 548 页)。


关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

(1) Abraham Silberschatz,Peter Baer Galvin,Greg Gagne《Operating System Concepts》:https://book.douban.com/subject/30272539/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com


(2) Cambridge Dictionary:https://dictionary.cambridge.org


欢迎搜索及关注:编程人(a_codists)

发布于: 1 小时前阅读数: 8
用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《Operating System Concepts》阅读笔记:p545-p551_操作系统_codists_InfoQ写作社区