chmod error
authorWassimAttar <wassim.attar@free.fr>
Sun, 24 May 2015 08:37:05 +0000 (10:37 +0200)
committerWassimAttar <wassim.attar@free.fr>
Sun, 24 May 2015 08:37:05 +0000 (10:37 +0200)
After installing youtube-dl with this method
    sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
    sudo chmod a+xr /usr/local/bin/youtube-dl
When i try to use it, i get this error
    python: can't open file '/usr/local/bin/youtube-dl': [Errno 13] Permission denied

The correct chmod is a+xr


No differences found