linux - chmod 777 not work in Ubuntu 14.04.5 -


i want change mode of executable file (vicnl) in order use it. command used is:

chmod 777 -c -r vicnl 

it seems worked information displayed below:

mode of "vicnl" changed 0600 (rw-------) 0777 (rwxrwxrwx) 

but strangely, when check result, mode not changed.

ll vicnl -rw------- 1 xt xt 1053768  9月  2 21:17 vicnl 

how happen? process


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -