diff Paper/master_paper.tex @ 32:02f0474a58c4

thanks
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Thu, 18 Jan 2024 19:04:16 +0900
parents a1abb0cd88cb
children 5294b155ad72
line wrap: on
line diff
--- a/Paper/master_paper.tex	Thu Jan 18 17:33:14 2024 +0900
+++ b/Paper/master_paper.tex	Thu Jan 18 19:04:16 2024 +0900
@@ -427,6 +427,12 @@
   \label{fig:GearsDir}
 \end{figure}
 
+lsコマンドはディレクトリ内のファイルやファイル自体の情報を出力するコマンドである.
+\texttt{ls hoge.txt}を実行すると\textcircled{\scriptsize 1}index treeを参照し,
+ファイル名hoge.txtからi-node numberの2を取得する.
+次に,\textcircled{\scriptsize 2}i-node treeを参照し,
+i-node numberを元にファイルの属性を取得し,lsコマンドの場合はそれを出力する.
+
 \section{DataGearManagerによる分散ファイルシステム}
 \section{非破壊RedBlackTreeによる構成}