5 lines
69 B
Text
5 lines
69 B
Text
touch foo
|
|
chmod a-r foo
|
|
busybox mv foo bar
|
|
test ! -e foo
|
|
test -f bar
|