#TIL #linux 읽기 쉬운 파일 크기로 ls less than 1 minute read $ ls -lh 천 단위로 끊어서 대충 읽으려고 안 해도 된다. -h 옵션을 사용하면 Byte, Kilobyte, Megabyte 과 같은 유닛 접미사를 출력한다. 참고 How do I make `ls` show file sizes in megabytes? - unix.stackexchange.com Twitter Facebook LinkedIn Previous Random Next
#TIL 환경 변수를 유지한 채 sudo가 필요할 때 less than 1 minute read 사내 linux 가상 머신 인스턴스에 gitlab runner를 설치하려고 했을 때였던 걸로 기억한다.
#TIL #svn #linux #macos 파일 실행 권한을 svn 프로퍼티로 적용 less than 1 minute read Subversion provides the svn:executable property as a way to specify that the executable bit for the file on which that property is set should be enabled, ...
#TIL #linux 프로세스가 어떻게 죽었는지 모를 때, 보는 커널의 메시지 버퍼 less than 1 minute read 덤프가 안 남아서 왜 프로세스가 죽었는지 모를 때, 커널의 메시지 버퍼를 출력해서 보면 실마리를 찾을 수 있다.