반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- Database
- postgresql_fdw
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
- Replication
- linux #filesystem #linuxdirectory
- postgresql #pgadmin #port #firewalld
- RAM #CPU #CS #Computer_Science #Terms
- dbms
- repmgr #postgresql #replication #HA
- data_oid
- oid2nae #postgresql
- network #network_terminology #network_protocols
- High_Availability
- the_one_thing
- SQL_basic
- SQL_COMMANDS #DDL #DML #TCL
- one_thin
- EDB
- Network #TCP #IP #Netmask #Host
- chatgpt3 #AI #datascience
- database #dbms #objects #sql #schema #table #functions
- Linux #linux_tar #split
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- postgresql
- glossary #database #termins #postgresql #postgresql_architecture
- SQL_VIEW #SQL #VIEW
- join #postgresql #sql #database
- SQL #NULL #NOT_NULL
- streaming_replication
- postgresql #vacuum #full_vacuum #verbose
Archives
- Today
- Total
목록linux #linux_cp #unix #linux_commands (1)
i am lazy
Linux cp이란 ? cp 는 파일과 디렉토리를 복사 하는 Linux 셸 명령입니다. cp command syntax cp [OPTION] Source Directory 단일 파일 test.txt 를 대상 디렉토리 /test 에 복사: cp test.txt /test 2 개 파일 복사 cp test.txt test1.txt /test 현재 디렉토리의 모든 text 파일을 복사 cp *.txt /test test 디렉토리를 절대 경로 디렉토리 /home/usr/ 로 복사 cp test /home/usr/ test 의 모든 파일과 디렉토리 를 하위 디렉토리 /test_dir 에 복사 cp -R test /test_dir 현재 디렉토리의 모든 파일 업데이트 - 최신 파일만 대상 디렉토리 /test 에 복사 ..
Linux
2022. 9. 30. 17:53