-
우분투 명령어 정리Ubuntu⭐️The Linux command line for beginners|Ubuntu⭐️맥Mac관련_Apple/macOS맥_맥북_개발환경세팅 2021. 11. 30. 19:18728x90
내 github에 정리함(I'm Rustacean)
https://github.com/YoungHaKim7/
https://github.com/YoungHaKim7/linux_command
https://www.freecodecamp.org/news/the-linux-commands-handbook/
Command Line Crash Course | freeCodeCamp.org
https://www.youtube.com/watch?v=yz7nYlnXLfE
결국은 Linux command를 외워야함
Cd
Ls (dos에서 dir이랑 똑같음)
The Linux command line for beginners|Ubuntu
이게 젤 좋음
영문 ㅜㅜ
Ctrl+F로 빠르게 찾자!!
https://ubuntu.com/tutorials/command-line-for-beginners#2-a-brief-history-lesson
Linux 명령어는 모두 소문자
Wondows 실행 창에서 (단축키 win+R)
“terminal”,
“command”,
“prompt” or
“shell”.“terminal”, “command”, “prompt” or “shell”.
Windows Terminal 실행하기
whoami
현재사용하고 있는 나의 계정 정보 확인하기whoami
pwd
현재 워킹 디렉토리 표시해줌
the pwd command will tell you exactly what the current working directory is.pwd
cd
작업디렉토리 변경
You can change the working directory using the cd command, an abbreviation for ‘change directory’. Try typing the following:cd cd ..
cd ..
폴더에서 나가기
Test/123 > cd ..
Testcd ../../ 2번 쓰면 2개를 연속으로 나갈 수 있다. cd .. cd .. 이렇게 했는데 ㅋㅋㅋ cd ../../ 이런 좋은 방법이!!
*
리눅스는 우리나라 돈 모양이 아니라
/ forward 임. - 이거 골탕 많이 먹었는데 ㅋㅋ
Note that the directory separator is a forward slash (”/”), not the backslash that you may be used to from Windows or DOS systems
rm
파일 지우기rm
rm -rf 폴더명
폴더 지울때는 -rf 붙혀야함rm -r 폴더명 폴더에 파일이 있어도 강제로 다 지워줌 최고!!!
touch
파일 만들기
touch test.txttouch test.txt
윈도에서 touch같은 기능 구현하기
윈도우에서는WindowsOS 스타일$ echo $null >> hello.c
hello.c 파일 만들기
https://github.com/YoungHaKim7/Ada_Lang
mkdir
폴더 만들기mkdir test test폴더 만들어짐 rmdir test test폴더 지워짐
rmdir
폴더 지우기
move
= mv
파일명 바꾸기
move test.js new_test.js
한칸 띄우기 해야 명령어 먹임
move test.js test/new_test.jsmove test.js test/new_test.js mv test.js test/new_test.js
test_main % mv ../test/src/test01 src test_main % cp ../test/src/main.rs src test_main 폴더로 폴더와 파일을 데리고 오기 test_main폴더에서 다른 디렉토리에 있는 파일이 가지고 오기 ㅎㅎ 최고!! 통째로 다 가지고 옴. 이동과 카피를 하였음 src폴더로 move와 copy를 하였음.
ex)
mkdir new_project
ls
code new_project VSCode new_project 폴더명으로 열림
cp 폴더 강제로 만들기 좋네 ㅎㅎ❤️ -
https://economiceco.tistory.com/m/15199
clear
화면 깨끗이 하기
cd g
디렉토리명 첫 글짜만 누르고 탭 누르면 폴더명 자동 완성됨 대박 편함
ls
Dos의 dir
ls -lls ls -f
ls -l ls -a ls -R ls ..
ls 명령어 한글로 자세히 보기
http://www.ktword.co.kr/test/view/view.php?m_temp1=6054
sudo
root권한으로 파일 설치 할 때 씀
윈도우의 Admin계정 권한으로 이해!!!
리눅스에서 다른 드라이브로 이동하기
df -h
https://velog.io/@devmin/%EB%A6%AC%EB%88%85%EC%8A%A4%EC%97%90%EC%84%9C-%EB%8B%A4%EB%A5%B8-%EB%93%9C%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%A1%9C-%EA%B2%BD%EB%A1%9C-%EC%9D%B4%EB%8F%99%ED%95%98%EA%B8%B0
1강 우분투 리눅스 입문 강의
필수 개념과 명령어 시작과 종료, 로그 아웃, 가상콘솔
https://youtu.be/zYf9M3PulzU
퍼미션 권한 부여 & 부팅시 자동 실행
https://hyunmin1906.tistory.com/m/264
터미널에서 자주 쓰는 명령어 단축키로 지정하는 방법
단축키 커스텀 마이징
https://ieworld.tistory.com/m/17
mv ls옵션 명령어 잘 정리됨.
https://shapeshed.com/unix-mv/#:~:text=What%20is%20the%20mv%20command,are%20new%20than%20the%20destination.
관련 eBook책 유료$
eBook)리눅스 입문자를 위한 명령어 사전 : 우분투, 데비안, CentOS, 페도라 대응 [ PDF ] -
https://economiceco.tistory.com/m/11390
ls 다양한 옵션 활용법
ls -l
ls -a
ls -R
ls ..
https://www.educative.io/edpresso/what-is-the-ls-command-in-linux
내가 만든 동영상
https://youtu.be/HMw1RC36-C0
반응형'맥Mac관련_Apple > macOS맥_맥북_개발환경세팅' 카테고리의 다른 글
Mac OS M1노트북에 Visual Studio Code (VSCODE)설치하는 방법 (0) 2022.01.27 iTerm2 단축키 정리 (0) 2022.01.23 Finder에서 원하는 폴더에서 iTerm2실행 시키기 (0) 2022.01.23 M1 맥북프로 개발환경 셋팅 & 빌드타임 비교!-Nomad Coders (0) 2022.01.23 M1맥프로M1macPro에서 시리 부르기-Siri가 응답할 때까지 command(⌘) 키와 스페이스 바를 길게 누릅니다. (0) 2022.01.04 맥(macOS) ❤️주로 쓰는 단축키 정리ShortCut_Key잘라내고 붙혀 넣기가 젤 필요해 ㅜㅜDelete키는 어디에?? (0) 2022.01.02 아이패드만 있으면 모든 언어 코딩 할 수 있다 (0) 2021.11.06 <Rust&Python_etc..>☆☆__VSCode Vs Pycharm(파이참)Vs Visual Studio(비주얼스튜디오)자주 쓰는 단축키 비교☆☆(MacOS,Win) (0) 2020.08.05