chsh -s /bin/bash

2022. 11. 11. 14:20Post

참고

https://www.howtogeek.com/444596/how-to-change-the-default-shell-to-bash-in-macos-catalina/

https://extrememanual.net/35391

 

 

상황

가끔, bash 로 작업해야할 경우 

chsh -s /bin/bash

로 바꾸고요.

close and reopen 합시당. 

 

sudo rm -rf ~/Library/Application\ Support/Adobe* ~/Library/Application\ Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.adobe* ~/Library/Application\ Support/CrashReporter/Adobe* ~/Library/Caches/Adobe ~/Library/Caches/com.Adobe.* ~/Library/Caches/com.adobe.* ~/Library/Cookies/com.adobe.* ~/Library/Logs/Adobe* ~/Library/PhotoshopCrashes ~/Library/Preferences/Adobe* ~/Library/Preferences/com.adobe.* ~/Library/Preferences/Macromedia* ~/Library/Saved\ Application\ State/com.adobe.*
sudo rm -rf /Applications/Adobe* /Applications/Utilities/Adobe* /Library/Application\ Support/Adobe /Library/Preferences/com.adobe.* /Library/PrivilegedHelperTools/com.adobe.* /private/var/db/receipts/com.adobe.*

 

 

 

어도비 클린 삭제 & 설치를 위한 명령어 

'Post' 카테고리의 다른 글

웹페이지 분석도구 | wappalyzer  (0) 2022.11.18
hydration 배워보기  (1) 2022.11.17
create template. index.html  (0) 2022.11.10
python 테스트 프레임워크  (0) 2022.11.08
한 컴퓨터에서 git 여러 계정 + 스택오버플로우  (4) 2022.11.07