.LOCK ファイル拡張子
Lock File
| 開発元 | 不明 |
| 人気度 |
4.0 | 179 票 |
LOCKファイルとは?
A LOCK file is a file used by various operating systems and programs to lock a resource, such as a file or a device. It typically contains no data and only exists as an empty marker file, but may also contain properties and settings for the lock.
詳細情報
LOCK files signal to applications that a resource should not be used until the lock is released. This is useful for programs that need to prevent concurrent access to critical resources. For file locking, programs typically create a new file and add the ".lock" extension for the original filename. For example, a lock file for "example.file" would be "example.file.lock."
LOCK files are commonly seen on Unix-based systems, including Red Hat Linux system file locks. Other examples of LOCK files include Mozilla's parent.lock file, which locks Windows Firefox profiles, and Apache Web Server lock files, which are created using the LockFile directive.
LOCKファイルを開くプログラム
Minecraft World Lock File
| 開発元 | Mojang Specifications |
| 人気度 |
3.6 | 47 票 |
A LOCK file is a lock file used by Minecraft, an open-ended block construction game. It is included as part of the data for a Minecraft world and enables a Minecraft application to lock the world so that only one Minecraft instance has it open. LOCK files save a timestamp for when the world was last accessed.
詳細情報
A LOCK file is typically named session.lock. Minecraft uses a locking policy such that the last instance to open the world is the world owner. If the contents of the session.lock file change after an instance has written its timestamp, the instance aborts and gives up the lock.