UIDとは、ユーザーに紐ついた一意のIDであり、GIDはグループのそれ。1~999はシステム用で、一般ユーザーは1000から開始される。0はrootユーザー。一般ユーザーを作成するとプライマリグループも作成されるので、デフォルトでそのグループに所属する。
This repo exists to document a hands-on exploration of the Linux filesystem, with a focus on inode behavior. Lab ran on an Ubuntu VM via VMWare. 'file1' and 'file2' are created and assigned inode ...
下記の記事で概念的な内容は大体事足ります。実データで理解した人は続きをどうぞ 知っておきたいLinuxファイルシステムの概念 - Qiita ファイルシステムとは ファイルシステムとは、データとメタデータをある構造に従ってストレージデバイス上に格納した ...
Metadata is data about data. That is to say that metadata contains information about a piece of data. For example, if I own a car then I have a set of information about the car but which is not part ...