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.
これは、この質問の続きです。hardlink, owner & groupjava6を使って計算する方法はありますか?
hardlink, owner & group
Java 6 でできることはRuntime.exec("ls -li "+filename)、その出力を呼び出して解析することだけです。
Runtime.exec("ls -li "+filename)
Java 7 では、ファイルのアクセス許可とリンクのサポートが強化されていますが、これらの API は使用していません。