728x90 vi2 [MacOS] Mac에서 readonly 파일 강제저장하기 ROOT 권한 파일 열기 $ sudo vi /etc/sudoers 강제 저장 readonly :w!: 강제쓰기 :set noreadonly 후 :w: readonly 해제 후 저장 (사용시 적용되지 않음) sudo 권한 있음 :w !sudo tee %: tee 로 파일 수정 sudo 권한 없음 :w! ~/tempfile.txt: 변경 사항을 임시 파일에 기록 참고 https://superuser.com/questions/694450/using-vim-to-force-edit-a-file-when-you-opened-without-permissions MacOS 2023. 5. 17. [Linux] vi 전체삭제 명령어 gg - 첫째줄로 이동 dG - 현재줄부터 마지막줄까지 삭제 Linux 2021. 8. 29. 이전 1 다음 💲 추천 글 728x90