When working with sudo, one subtle thing is about shell wildcard matching. I didn't notice this until recently I needed to use a script to copy files from a remote server with one user A, but eventually put the files under another user B with changing owernship and permissions. My steps were scp, mv, chown, … Continue reading sudo not working with wildcard matching?
Tag: sudo