DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents 22.-LFS automatico.pdf

#!/bin/bash #####PARTICIONADO DISCOS ##### read -p "Disco a particionar Ej:/dev/sdb:" disco dd if=$disco of=mbrcopia bs=512 count=1 echo "d 1 d 2 d 3 d 4 n…