6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
dd if=/dev/urandom of=random\ 1M bs=1M count=1
|
|
zfs snap tank/test@first
|
|
mkdir subdir
|
|
mv random\ 1M subdir/new✨name-1M
|