When editing files using q-cli, lock files are created to prevent items from being edited by the another person. These files exist in the same directory as the original item with the number of the item followed by `.lck`. For example, if I were to edit ce 40 the directory structure would look like this: ``` ce/ ├── 40 └── 40.lck ``` The following permissions are expected: ``` -rw-r--r-- 1 campb303 ecnuser 0 Jan 19 16:32 40 -rw-r--r-- 1 campb303 ecnuser 0 Jan 19 16:32 40.lck ``` When gizmo created lock files, his permissions are set to 600 instead of 644 but I don't know why. ```bash # Same for qedit and qtedit -rw------- 1 gizmo ecnqueue 51 Jan 19 16:12 69.lck ``` When I, @benne238, other students and/or full timers create lock files permission get set to 644. I believe this issue is just with gizmo.