Dir.mktmpdir creates a temporary directory. The directory is created with 0700 permission. Application should not change the permission to make the temporary directory accessible from other users. WWW: https://github.com/ruby/tmpdir
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
Dir.mktmpdir creates a temporary directory. The directory is created with 0700
|
|
permission.
|
|
|
|
Application should not change the permission to make the temporary directory
|
|
accessible from other users.
|
|
|
|
WWW: https://github.com/ruby/tmpdir
|