index
:
linux
master
23-24 b11 linux: practicum, eindopdracht
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rootfs
/
etc
/
runit
/
3
blob: 8a0018d75007981d506e8532150a8a6ece8ca5f8 (
plain
)
1
2
3
4
5
6
#!/bin/sh
# disable all network interfaces
ifdown
-a
# unmount all drives
umount
-a
-r