pwd :해당위치

cp : 복사

mv : 이동

rm : 파일삭제

rmdir: 폴더삭제

 

cp -r 폴더복사

cp -r /etc/sysconfig .

해당위치로 복사하기

 

touch:파일생성

mkdir:폴더생성

연속폴더생성시사용

mkdir -p dir1/dir2/dir3

해당폴더안에 생성

 

 cat:화면에출력

head, tail, more, less,file

상위,하위,10줄씩보기

'IT > LINUX' 카테고리의 다른 글

[linux] 사용자와 그룹관리 연습  (0) 2019.12.29
[linux] 의미전달  (0) 2019.12.29
[linux] cd/dvd 마운트 명령어  (0) 2019.12.29
[linux] root 아이디 접속 차단하기  (0) 2019.12.27
[linux] centos 다운로드  (0) 2019.10.17

핵심 명령어 umount/mount

연결해제 umount

연결 mount

 

mkdir /mycdrom <-- cdrom같이 사용

mount /dev/cdrom /mycdrom  <!-- 연결 해당 생성한 폴더에 연결

 

ls /mycdro/ <-- 연결된 cd의 내용을 볼수있습니다.

 

 

 

'IT > LINUX' 카테고리의 다른 글

[linux] 의미전달  (0) 2019.12.29
[linux] 기본명령어 cp  (0) 2019.12.29
[linux] root 아이디 접속 차단하기  (0) 2019.12.27
[linux] centos 다운로드  (0) 2019.10.17
리눅스에서 서버설정하기 링크  (0) 2015.01.05

 

gedit /etc/pam.d/gdm-password

 

구문추가

auth   required  pam_succeed_if.so user != root quiet

 

 

'IT > LINUX' 카테고리의 다른 글

[linux] 기본명령어 cp  (0) 2019.12.29
[linux] cd/dvd 마운트 명령어  (0) 2019.12.29
[linux] centos 다운로드  (0) 2019.10.17
리눅스에서 서버설정하기 링크  (0) 2015.01.05
리눅스 root 패스워드 설정  (0) 2015.01.05

https://centos.org/download/mirrors/

 

Mirror List

List of CentOS Mirrors CentOS welcomes new mirror sites. If you are considering setting up a public mirror site for CentOS, please follow the mirror guidelines to make sure that your mirror is consistent with the other mirror sites. If you’re searching for

centos.org

 

'IT > LINUX' 카테고리의 다른 글

[linux] cd/dvd 마운트 명령어  (0) 2019.12.29
[linux] root 아이디 접속 차단하기  (0) 2019.12.27
리눅스에서 서버설정하기 링크  (0) 2015.01.05
리눅스 root 패스워드 설정  (0) 2015.01.05
리눅스설치  (0) 2014.12.15

+ Recent posts