# t-stat command

The t-stat command displays a report
of the current attachment status for all tape devices defined on the
system. It shows the device number and description, UNIX process name,
density, and currently attached user.

**Synonyms:** t-status

## Syntax

```
t-stat {(options}
```

## Parameter(s)

| options | p | Directs the report to the spooler. |
| --- | --- | --- |

## Example(s)

```
t-stat
Tape Status 16 Feb 2003 14:30:40
# Type Density Owner Device Name
====================================================================
0 floppy 3 1/2" 1.44m 191*+ /dev/rpdsk/4
1 quarter inch high /dev/rmt/0n
2 4mm DAT /dev/rmt/1n
3 4mm DAT /dev/rmt/1un
4 8mm tape /dev/rmt/2n
5 8mm tape 141 /dev/rmt/2un
6 floppy pseudo floppy /usr/opt/pick/bin/abs
7 floppy pseudo floppy /usr/opt/pick/bin/data
8 floppy pseudo floppy /usr/opt/pick/bin/ref
9 network /home/tmp/pipein
10 floppy pseudo floppy 191* /home/tmp/floppy
11 floppy pseudo floppy /n/dev/home/tmp/floppy
```

## See also

- [account-restore command](https://d3codex.com/tcl/account-restore-command/)
- [admin.tape utility](https://d3codex.com/tcl/admin-tape-utility/)
- [admin.tape.setup utility](https://d3codex.com/tcl/admin-tape-setup-utility/)
- [chg-device command](https://d3codex.com/tcl/chg-device-command/)
- [file-save command](https://d3codex.com/tcl/file-save-command/)
- [fuser command](https://d3codex.com/tcl/fuser-command/)
- [list-device command](https://d3codex.com/tcl/list-device-command/)
- [readt statement](https://d3codex.com/pickbasic-flashbasic/readt-statement/)
- [set-8mm command](https://d3codex.com/tcl/set-8mm-command/)
- [set-device command](https://d3codex.com/tcl/set-device-command/)
- [set-floppy command](https://d3codex.com/tcl/set-floppy-command/)
- [set-half command](https://d3codex.com/tcl/set-half-command/)
- [set-sct command](https://d3codex.com/tcl/set-sct-command/)
- [t-det command](https://d3codex.com/tcl/t-det-command/)
- [t-select command](https://d3codex.com/tcl/t-select-command/)
- [t-verify command](https://d3codex.com/tcl/t-verify-command/)
- [Tape handling commands](https://d3codex.com/definitions/tape-handling-commands/)
- [u313c user exit](https://d3codex.com/pickbasic-flashbasic/u313c-user-exit/)
- [ue070 user exit](https://d3codex.com/proc/ue070-user-exit/)
- [writet statement](https://d3codex.com/pickbasic-flashbasic/writet-statement/)

---
Source: https://d3codex.com/tcl/t-stat-command/ - part of the D3Codex reference.
