DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Linux From Scratch

Linux From Scratch Version 6.6 Created by Gerard Beekmans Edited by Matthew Burgess and Bruce Dubbs Linux From Scratch: Version 6.6 by Created by Gerard Beekmans and Edited…

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…