본문 바로가기

20./22. Linux

How to install DVL

How to install DVL


Damn Vulnerable Linux



1. Login to DVL

login : root

password: toor



2. Partition the disk

#fdisk -l



#fdisk /dev/sda



: m



: p



n

p

1

maximum amount of cylinders 2610



: p



: w



3. Format the partition

# mkfs.ext3 /dev/sda

: y



# mkir /mnt/dvl

# mount /dev/sda /mnt/dvl



# startx