.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.