1. Mount your Ubuntu installation by clicking on the device's icon in the file manager.
2. Open a terminal and cd
into the /usr/bin
folder of that installation you mounted from above.
3. Run this command to give all users execute permissions
sudo chmod -R a+x .
4. Run this command to give all users read permissions
sudo chmod -R a+r .
5. Run this command to remove all users (except root
's) write permissions
sudo chmod -R o-w .
6. Reboot and see if it works.
'리눅스 문서' 카테고리의 다른 글
PS 어제날짜의 자세한시간까지 출력 (4) | 2018.10.16 |
---|---|
QMAIL + SMTPD-AUTH + VPOPMAIL (4) | 2018.10.13 |
[MongoDB] 관리자 계정 추가/삭제하기 (4) | 2018.01.31 |
mongoDB 인증설정하기 (4) | 2018.01.30 |
centos5.x 에 Virtualbox 설치하기 (4) | 2017.12.19 |