ubuntu
-
📌디렉토리 / 파일 관련 명령어 1️⃣ ls (list) ✅ 현재 디렉토리의 내용을 보여줌 ▫ -l : 디렉토리 / 파일 리스트를 권한 정보, 크기, 날짜 포함해 상세 출력 ▫ -a : 디렉토리 / 파일 리스트의 숨겨진 정보까지 모두 출력 ▫ -t : 파일 최근 생성된 시간순으로 출력 ▫ -s : 파일 크기순 출력 2️⃣ pwd (print working directory) ✅ 현재 작업 중인 디렉토리 확인 3️⃣ cd (change directory) ✅ 디렉토리 이동, 변경 ▫ - : 바로 직전에 작업한 디렉토리로 이동 ▫ / : root 디렉토리로 이동 ▫ .. : 현재 디렉토리의 상위 디렉토리로 이동 ▫ ~ : 홈 디렉토리로 이동 ▫ 디렉토리 이름 : 지정한 디렉토리로 이동 4️⃣ mkdir (m..
[Linux] 리눅스 우분투 명령어 정리📌디렉토리 / 파일 관련 명령어 1️⃣ ls (list) ✅ 현재 디렉토리의 내용을 보여줌 ▫ -l : 디렉토리 / 파일 리스트를 권한 정보, 크기, 날짜 포함해 상세 출력 ▫ -a : 디렉토리 / 파일 리스트의 숨겨진 정보까지 모두 출력 ▫ -t : 파일 최근 생성된 시간순으로 출력 ▫ -s : 파일 크기순 출력 2️⃣ pwd (print working directory) ✅ 현재 작업 중인 디렉토리 확인 3️⃣ cd (change directory) ✅ 디렉토리 이동, 변경 ▫ - : 바로 직전에 작업한 디렉토리로 이동 ▫ / : root 디렉토리로 이동 ▫ .. : 현재 디렉토리의 상위 디렉토리로 이동 ▫ ~ : 홈 디렉토리로 이동 ▫ 디렉토리 이름 : 지정한 디렉토리로 이동 4️⃣ mkdir (m..
2024.03.10 -
1️⃣ Virtualbox 다운로드 & 설치 https://www.virtualbox.org/wiki/Downloads Downloads – Oracle VM VirtualBox Download VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. VirtualBox 7.0.14 platform packages The binaries are released unde www.virtualbox.org 설치는 그냥 next만 계속 누르면 됩니..
[Linux] 리눅스 우분투(Ubuntu)로 설치하기1️⃣ Virtualbox 다운로드 & 설치 https://www.virtualbox.org/wiki/Downloads Downloads – Oracle VM VirtualBox Download VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. VirtualBox 7.0.14 platform packages The binaries are released unde www.virtualbox.org 설치는 그냥 next만 계속 누르면 됩니..
2024.02.25