My CLI
The mighty command lines
My Environments
Shell: zsh + oh-my-zsh
Prompt: https://starship.rs/
Terminal: iTerm2
Tips
lsof -i tcp:<PORT>
특정 포트를 점유하고 있는 프로세스 찾기
Links
chmod calculator - chmod의 u-g-o, r-w-exec 권한을 체크박스 형태로 조합하면
chmod -R 777 folder_name
형식으로 원하는 chmod 를 완성해준다.
Last updated
Was this helpful?