보관함

macos bash ls color

.bash_profile

1. directory 2. symbolic link 3. socket 4. pipe 5. executable 6. block special 7. character special 8. executable with setuid bit set 9. executable with setgid bit set 10. directory writable to others, with sticky bit 11. directory writable to others, without sticky bit

a. black b. red c. green d. brown […]

Mac Brew로 패키지 관리

Brew 명령어

brew search formula // 패키지 검 brew install formula // 패키지 설치 brew remove formula // 패키지 삭제 brew info formula // 패키지 정보 brew switch formula 2.1.1 // 특정 버전으로 변경 brew upgrade [formula] // 설치한 패키지의 최신버전을 설치 brew list 또는 brew ls // 설치한 formula 목록 brew update // Homebrew […]

mac 에서 iso로 boot usb 를 만들고 싶을때