Powered by SmartDoc

コンピュータ演習(directory補足)

情報科学科 西谷 滋人

linuxのdirectory構造

ファイルを表示・操作するときには,頭のなかでは以下のようなツリー構造を描いている.

Media ~# ls -F
a.out*  ex12/   ex7/    test.f
Media ~# ls *
a.out*  test.f

ex12:
a.out*   ex12.f   ex12.f~

ex7:
Directory構造の模式図