Most of the linux distros these days automount their CDs with the noexec switch set. In other word no-one apart from root is allowed to execute programs from the mounted media.
To work around this login as root and unmount cdrom using this command
umount /dev/cdrom
then remount it with this command
mount -o loop /dev/cdrom /media/cdrom
Counting my Zero Days
-
I have decided to start keeping track of how many Zeroes I am able to
accumulate in a day.
My "Zero Day" is not the same as the hacker zero day concept.
I...
8 years ago
0 comments:
Post a Comment