# network-status command

The network-status BASIC program displays
remote files opened by a line.

Note: **For UNIX Only:** The status display for OSFI
servers is not supported.

## Syntax

```
network-status [*|ports] {(options}
```

## Parameter(s)

| options | a | Displays all file descriptors in the workspace, even closed ones. |
| --- | --- | --- |
| f | Find item locks | |
| i | Display Client locks | |
| r | Displays information for all drivers (default is TCP/IP only). | |
| s | Display Server locks | |
| v | Displays internal fields—output can change between releases. | |
You can specify one line number, a list of line numbers,
a range of line numbers, or all line numbers. For example:

| n,m | Displays information for line n and line m. |
| --- | --- |
| n-m | Displays information for lines n through m, inclusive. |
| n,m-o | Displays information for lines n and m through o, inclusive. |
| * | Displays information for all lines. |

## See also

- [network-setup utility](https://d3codex.com/tcl/network-setup-utility/)

---
Source: https://d3codex.com/tcl/network-status-command/ - part of the D3Codex reference.
