summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/mkunique.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/mkunique.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/mkunique.1')
-rw-r--r--static/unix-v10/man1/mkunique.130
1 files changed, 30 insertions, 0 deletions
diff --git a/static/unix-v10/man1/mkunique.1 b/static/unix-v10/man1/mkunique.1
new file mode 100644
index 00000000..6ad049ee
--- /dev/null
+++ b/static/unix-v10/man1/mkunique.1
@@ -0,0 +1,30 @@
+.TH MKUNIQUE 1
+.CT 1 shell
+.SH NAME
+mkunique \- create files with unique names
+.SH SYNOPSIS
+.B mkunique
+[
+.I template ...
+]
+.SH DESCRIPTION
+.I Mkunique
+uses the library function
+.IR mkunique (3)
+to create
+files with unique names,
+one per specified template.
+If no template is supplied,
+.I mkunique
+creates a single file with template
+.LR qXXXXXX .
+The resulting file names are echoed on the standard output,
+one per line.
+.LP
+This command may be used to create names for scratch files in
+publically shareable multilevel secure `blind' directories,
+without violating security policy.
+.SH SEE ALSO
+.IR mkunique (3),
+.IR mktemp (3),
+.IR bl (4)