Dodgy shell script keeps trying to run out of /tmp directory?
This actually started happening on opensuse 13.2, I have just upgraded to tumbleweed and it's still doing it.
Two separate files have requested root privileges to run so far.
I always log in as a standard user, so I'm getting prompts to run them as root.
I don't know if they are malicious, or if it's just my ignorance about file permission change commands.
Anyway here is the script they keep trying to run:
Code:
#!/bin/bash
chown -h -R 1000 "/home/aries/Dropbox"
chmod -R u+rw "/home/aries/Dropbox"
echo Done
"In the future, everything will work."
Schwa
Bookmarks