반응형
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
- dbms
- postgresql
- the_one_thing
- repmgr #postgresql #replication #HA
- postgresql_fdw
- EDB
- join #postgresql #sql #database
- postgresql #vacuum #full_vacuum #verbose
- Linux #linux_tar #split
- glossary #database #termins #postgresql #postgresql_architecture
- RAM #CPU #CS #Computer_Science #Terms
- SQL_COMMANDS #DDL #DML #TCL
- chatgpt3 #AI #datascience
- SQL #NULL #NOT_NULL
- Database
- High_Availability
- Replication
- postgresql #system_memory #local_memory #shared_memory #postgresql_architecture
- data_oid
- database #dbms #objects #sql #schema #table #functions
- SQL_VIEW #SQL #VIEW
- oid2nae #postgresql
- streaming_replication
- linux #filesystem #linuxdirectory
- inux #ome_dir #unix #linux_commands #linux_useradd #useradd
- one_thin
- network #network_terminology #network_protocols
- postgresql #pgadmin #port #firewalld
- SQL_basic
- Network #TCP #IP #Netmask #Host
Archives
- Today
- Total
목록linux #linux_chown #unix #linux_commands (1)
i am lazy
Linux 시스템에는 여러 사용자가 있을 수 있습니다. 모든 사용자는 고유한 이름과 사용자 ID 를 가지고 있습니다. 시스템에서 사용자만 사용할 수 있는 경우 사용자가 각 파일의 소유자가 됩니다. Linux chown 명령은 사용자에 대한 파일의 소유권, 디렉토리 또는 심볼릭 링크를 변경하는 명령어입니다. Sytnax: chown [OPTION]... [OWNER][:[GROUP]] FILE... Example: 파일 소유자 변경: chown enterprisedb test.txt 파일 그룹 변경: chown enterprisedb test.txt 소유자와 그룹을 모두 변경 chown root:root test.txt 디렉토리를 재귀적으로 이동하여 파일의 소유자/그룹 변경 chown -R enterpri..
Linux
2022. 10. 4. 13:59