Reference Guide

networking open-files close
Close open files by file handle, protocol, or controllerID.
Format
networking open-files close
Options
Option Description Format
FileHandle <FileHandle> File handle
Protocol <Protocol> Protocol through which the file
was opened
Possible values are
((enums.ClientProtocol))
ControllerID <ControllerID> ID of the controller through
which the file was opened
Example
Close an open file:
CLI> networking open-files close 35625 SMB 0
Output
.--------.--------.--------------.--------.--------.--------.--------.-------.
| Protoc | Contro | User | Comput | Number |Connec | Idle | Guest |
| ol | ller | | er | Open |ted | Time | |
| | Id | | | Files |Time | | |
|----------|--------|--------------|--------|-------|--------|--------|-------|
|SMB | 0 | idffs1\user1 | ::ffff | 1 |00:14: | 00:00: | No |
| | | | :172.2 | |16 | 00 | |
| | | | 2.69.1 | | | | |
| | | | 8 | | | | |
'----------'--------'--------------'--------'--------'-------'--------'-------'
networking open-files close-file-by-path
Close all files with the specified path.
Format
networking open-files close-file-by-path /vol1/dir1/file1
Options
Option Description Format
FilePath <Path> File path
212
CLI Commands