리눅스명령어 (2) 썸네일형 리스트형 [참고URL]리눅스 명령어 참고 사이트 리눅스 명령어가 정리가 잘되어 있어요. URL : https://www.freecodecamp.org/news/the-linux-commands-handbook/amp/?__twitter_impression=true# Learn Linux Basics – Bash Command Tutorial for BeginnersThis Linux Command Handbook will cover 60 core Bash commands you will need as a developer. Each command includes example code and tips for when to use it. This Linux Command Handbook follows the 80/20 rule: you'll learn .. [리눅스] 리눅스 bash shell_기본 명령어 ○ 쉘(shell) 이란? 운영체제 커널과 사용자 사이를 이어주고 사용자의 명령을 해석하고, 커널에 명령을 요청해주는 역할을 한다. ○ 유닉스/리눅스 쉘 종류 - Bourne-Again Shell (bash) - Bourne Shell (sh) - C Shell(csh) - Korn Shell (ksh) ○ 리눅스 기본 명령어 정리 : 리눅스 명령어는 쉘이 제공하는 명령어이고 리눅스 기본 쉘이 bash 이다. - whoami : 로그인한 사용자 ID를 알려준다. - passwd : 로그인한 사용자 ID의 암호 변경한다. - pwd : 현재 디렉토리 위치를 알려준다. - cd : 디렉토리 이동 할 때 사용한다. - ls : 파일 목록을 출력한다. - grep : 입력으로 전달된 파일의 내용에서 특정 문자열.. 이전 1 다음