The X

3 files use the extension of LOCK

.LOCK

Lock File

Classification:Other files
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.

instruction:

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(Lock File) related software:

Windows

2 software

Mac

2 software

Linux

1 software

发送 E5213 至公众号 IT小技巧 查看软件名称。
.LOCK

Mac OS X PLIST Lock File

Classification:System Files
Lock file used by the application preferences component of Mac OS X 10.7 Lion; saved as an empty file alongside a corresponding .PLIST file (e.g., the lock file for com.myapp.plist is com.myapp.plist.lockfile; used for marking access to a program's PLIST file when an application is open.

instruction:

If a LOCKFILE file is deleted, Mac OS X recreates it the next time the corresponding application is opened. For example, if you delete Apple Mail's com.apple.mail.plist.lockfile file, it will be recreated the next time Mail is opened. Lock files can be found in the user's ~/Library/Preferences/ directory.

LOCK(Mac OS X PLIST Lock File) related software:

Linux

1 software

发送 E5216 至公众号 IT小技巧 查看软件名称。
.LOCK

Minecraft World Lock File

Classification:game files
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.

instruction:

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.

LOCK(Minecraft World Lock File) related software:

Windows

1 software

Mac

1 software

Linux

1 software

发送 E5214 至公众号 IT小技巧 查看软件名称。