Name | Type | Description | Notes |
---|---|---|---|
file | str | Path of file within /ifs. | |
id | int | The file ID. | |
locks | int | Number of locks user holds on file. | |
permissions | list[str] | The user's permissions on file. | |
user | str | User holding file open. |
Name | Type | Description | Notes |
---|---|---|---|
file | str | Path of file within /ifs. | |
id | int | The file ID. | |
locks | int | Number of locks user holds on file. | |
permissions | list[str] | The user's permissions on file. | |
user | str | User holding file open. |