Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UNIXには、プロセスに関連する情報を保持するUエリアがあります。LinuxのUエリアに類似したデータ構造は何ですか?
また、UNIX(およびLinuxも)でUエリアが保有するコンテンツを閲覧することはできますか?
Linuxでは、U領域の内容は、残りのプロセス情報とともにtask_structに格納されます。
私の知る限り、procファイルシステムを介してのみアクセスできます。