In Debian 9.3 habe ich Folgendes ausgeführt:
cd /usr/local/src
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
Die Datei wurde einwandfrei heruntergeladen, und doch, wenn ich ausführe:
tar -xzfv maldetect-current.tar.gz
Ich bekomme:
tar (child): v: Cannot open: No such file or directory tar (child):
Error is not recoverable: exiting now tar: Child returned status 2
tar: Error is not recoverable: exiting now
Aber ls -la
zeigt, dass die Datei tatsächlich existiert:
/usr/local/src# ls -la
total 3144
drwxrwsr-x 2 root staff 4096 Jan 8 11:46 .
drwxrwsr-x 11 root staff 4096 Jan 8 11:40 ..
-rw-r--r-- 1 root staff 1605546 Jul 14 04:45 maldetect-current.tar.gz