Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
arne
/
far-progs
/
97cb182a23965503f44bf4696cb161a67ada6a75
/
.
/
meta
/
011-fifo.mac
blob: 77a3a87c4d1c39cff909dbb161f3e0bec6997ac8 [
file
] [
log
] [
blame
]
# make a fifo and a file and replace them crosswise
mkdir $1
/
1
mkfifo $2
/
1
/
2
mkfile $3
/
1
/
3
snapshot
unlink
/
1
/
2
unlink
/
1
/
3
snapshot
remount
mkfile $2
/
1
/
2
mkfifo $3
/
1
/
3
snapshot
chown
/
1
/
3
2000
:
2001
snapshot