test.iso is on NFS server
# mount -o loop test.iso /mnt
test.iso: Permission denied
Why?
Ans: because no "-o ro" assumes "-o rw",
if you don't have wirte permission on NFS, this problem occured.
try
# mount -o loop,ro test.iso /mnt
test.iso is on NFS server
# mount -o loop test.iso /mnt
test.iso: Permission denied
Why?
Ans: because no "-o ro" assumes "-o rw",
if you don't have wirte permission on NFS, this problem occured.
try
# mount -o loop,ro test.iso /mnt
Skype for Linux 's configuration save in directory ~/.Skype/
e.g.
user pank in /home/pank/.Skype/
user root in /root/.Skype/
Running Windows Viruses Under Linux
An interesting article that test many viruses under Linux.
http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm
I fogot this tool name, I search "ext2explorer", but failed.
It's "Explore2fs", just make a note.
http://www.isec.pl/vulnerabilities05.html
not exploit on my machine (Mandrake 10.1)
maybe only exploit under some conditions
ref. linux.slahdot news