Linux

[Linux] lsb_release command

1 minute read

Linux 배포판 버전 확인 방법 - lsb_release lsb_release는 리눅스 배포판 version을 확인하기 위한 간편한 command입니다.

[Linux] 실행 파일 경로를 확인하는 방법(which/whereis)

1 minute read

Linux의 실행 파일 경로를 확인하는 방법 Linux에서 python을 실행할 때 우리는 당연하게도 python이라는 명령어를 CLI창에 입력합니다. 일반적으로 사용하는 python같은 linux command는 보통 환경변수로 잡혀 있고, 실제 파일(binary나 script...

[Linux] CPU 정보 확인 방법

less than 1 minute read

/proc/cpuinfo /proc/cpuinfo는 시스템에 존재하는 CPU 수를 포함하여, 시스템에서 실행중인 processor 유형을 보여줍니다. cat /proc/cpuinfo

[Linux] About ‘apt’ command

less than 1 minute read

apt command ‘apt’는 deb package의 설치, 업데이트, 제거 및 관리를 위한 command line 유틸리티입니다. deb은 데비안의 software package format을 나타냅니다. 보통 Ubuntu, Debian 및 관련 Linux 배포판에서 사용합니...