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.mkdir "test" 0o000ディレクトリを呼び出して期待しましたが、持っていました。電話の後、私は同じ結果を得ました。rwxrwxrwx-------w-Unix.mkdir "test" (Unix.umask 0o000)
Unix.mkdir "test" 0o000
rwxrwxrwx
-------w-
Unix.mkdir "test" (Unix.umask 0o000)
理由がわかりません。
OCamlモジュールrwxですべての権限を持つディレクトリを作成するには?Unix
rwx
Unix