/usr/bin/gcc: cannot execute: Permission denied
We can resolve this by correcting the permissions of gcc and ld.
#chmod 755 /usr/bin/gcc
#chmod 755 /usr/bin/ld
That’s all……
Linux ve Sistem Yönetimi Üzerine
We can resolve this by correcting the permissions of gcc and ld.
#chmod 755 /usr/bin/gcc
#chmod 755 /usr/bin/ld
That’s all……