[linux] 특정 권한 주기, 보기(setfacl, getfacl), 압축(gzip,bzip2,xz), 보관(tar) Give and views specific authority(setfacl, getfacl), compression (gzip, bzip2, xz), archive (tar)
♦ 상세한 권한을 보기 : getfacl
♦ View detailed permissions: getfacl
♦ Méi detailléiert Rechter: getfacl
♦ 특정 권한을 주기 : setfacl
ex)사용자가 다른 사용자에게 파일 접근 권한을 주기
-m : 수정
ex) setfacl -m u:[사용자]:rwx [파일 및 디렉토리]
-x : 삭제 ( 한 개씩 삭제)
ex) setfacl -x u : [사용자] [파일 및 디렉토리]
-b : 초기화
ex) setfacl -b [파일 및 디렉토리]
♦ Give specific permissions: setfacl
Ex) Allow user to grant file access to other users
-m: Modify
Exf) setfacl -m u: [user]: rwx [files and directories]
-x: Delete (delete one by one)
Exf) setfacl -x u: [user] [files and directories]
-b: Initialize
Exf) setfacl -b [files and directories]
♦ ginn spezifesch Permissiounen: setfacl
ex) ginn déi zu anere Benotzer Zougang Permissiounen Benotzer Fichier,
-m: Modifikatioun
ex) setfacl M U: [Benotzer]: rwx [Dateien a Telefonsbicher
-x: geläscht (ee Läschen)
ex) setfacl -x U: [Benotzer] [Fichieren an Telefonsbicher;
-b: initialize
ex) setfacl -b [Dateien a Telefonsbicher
♦압축 : gzip, bzip2, xz [파일]
-d : 압축 풀기
1. 용량이 작다.
2. 원본유지가 안된다.
3. 단일 파일만 압축 가능하다.
♦ Compress: gzip, bzip2, xz [file]
-d: Uncompress
1. Small capacity.
2. The original can not be maintained.
3. Only a single file can be compressed.
♦ Kompriméierungsmethod: gzip, bzip2, xz [Fichier]
-d: alleng
1. Déi kleng Muecht.
2. Mengt behalen net d'Original.
3. Et ass nëmmen eng eenzeg Kompresser am Fichier.
♦보관 : tar [옵션] [보관파일명] [보관시킬 파일]
c: 보관
v: 과정 출력
f: 파일 형태로 만들기
x: 보관 해제
※주로 cvf, xvf를 쓴다.
cvf : 보관
xvf : 보관 해제
tvf : 보관 파일 자세하게 출력
1. 용량이 크다.
2. 원본이 유지된다.
3. 다중파일 보관이 가능하다.
♦ Archive: tar [option] [archive file name] [file to be archived]
c: Archive
v: Process output
f: Make a file
x: Unarchive
※ mainly use cvf, xvf.
cvf: Archive
xvf: Unarchive
tvf: Output archive file in detail
1. Large capacity.
2. The original is maintained.
3. Multiple files can be archived.
♦ Archiv: tar [Optiounen] [Archivdatei] [Fichier ze Archiv
c: Spëntchen
v: Prozess Wasserstoff
f: Créatioun engem Dateiformat
x: Verfollegt ugefaangen
※ schreift allem cvf, xvf.
cvf: Spëntchen
xvf: Verfollegt ugefaangen
tvf: Archiv verbose Wasserstoff
1. grouss Muecht.
2. Dësen Text ass haten.
3. Abberzuel Fichieren kann gespäichert ginn.
♦보관 + 압축 : tar cvf[z(gzip),j(bzip2),J(xz)] [파일이름.tar.[gz,bz2,xz] [소스]
해제 tar xvf[z,j,J] [파일 이름]
디렉토리를 'tar' 하면 보관 해제시 상위 디렉토리로 풀림
ex) /etc/yum 'tar'하면 보관 해제시 /etc로 보관이 풀림
TIP) 원래는 '경로[ex)/usr/bin]/명령어 XXX' 이다
하지만 명령어가 실행파일이기 때문에 편하게 '명령어 XXX'로 쓴다.
♦ Archive + Compress: tar cvf [z (gzip), j (bzip2), J (xz)] [filename.tar.gz, bz2, xz] [source]
Disable tar xvf [z, j, J] [file name]
'tar' the directory and unpack it to the parent directory when unarchiving
Ex) When / etc / yum 'tar' is unarchived, the archive is unpacked to / etc
TIP) is originally 'path [ex] / usr / bin] / command XXX'
However, since the command is an executable file, it is easily written as 'command XXX'.
♦ Stockage + Kompriméierungsmethod :. tar cvf [z (gzip), j (bzip2), J (xz)] [Dateinumm .tar [gz, bz2, xz] [Source]
Ugefaangen tar xvf [z, j, J] [Dateinumm]
Wann de "tar" zu engem Elterendeel Dossier ze Dossier loose op Fräiloossung Archiv
Wann ex) / etc / probéiere "tar" gehaalen loose an / etc op Fräiloossung Archiv
Geheimtipp) ass d'Original "Wee [ex) / usr / bin] / Kommando XXX"
Mä well de Kommando Programm ass, einfach "Kommando XXX" ze schreiwen.
특정 권한을 주기 그리고 압축 및 보관 방법
Give specific permissions. How to compress and archive
Gëff spezifesch Autorisatioun. Kompriméierungsmethod an Stockéieren
https://www.youtube.com/watch?v=dV7xmZPNs8M&t=34s
♦ View detailed permissions: getfacl
♦ Méi detailléiert Rechter: getfacl
♦ 특정 권한을 주기 : setfacl
ex)사용자가 다른 사용자에게 파일 접근 권한을 주기
-m : 수정
ex) setfacl -m u:[사용자]:rwx [파일 및 디렉토리]
-x : 삭제 ( 한 개씩 삭제)
ex) setfacl -x u : [사용자] [파일 및 디렉토리]
-b : 초기화
ex) setfacl -b [파일 및 디렉토리]
♦ Give specific permissions: setfacl
Ex) Allow user to grant file access to other users
-m: Modify
Exf) setfacl -m u: [user]: rwx [files and directories]
-x: Delete (delete one by one)
Exf) setfacl -x u: [user] [files and directories]
-b: Initialize
Exf) setfacl -b [files and directories]
♦ ginn spezifesch Permissiounen: setfacl
ex) ginn déi zu anere Benotzer Zougang Permissiounen Benotzer Fichier,
-m: Modifikatioun
ex) setfacl M U: [Benotzer]: rwx [Dateien a Telefonsbicher
-x: geläscht (ee Läschen)
ex) setfacl -x U: [Benotzer] [Fichieren an Telefonsbicher;
-b: initialize
ex) setfacl -b [Dateien a Telefonsbicher
♦압축 : gzip, bzip2, xz [파일]
-d : 압축 풀기
1. 용량이 작다.
2. 원본유지가 안된다.
3. 단일 파일만 압축 가능하다.
♦ Compress: gzip, bzip2, xz [file]
-d: Uncompress
1. Small capacity.
2. The original can not be maintained.
3. Only a single file can be compressed.
♦ Kompriméierungsmethod: gzip, bzip2, xz [Fichier]
-d: alleng
1. Déi kleng Muecht.
2. Mengt behalen net d'Original.
3. Et ass nëmmen eng eenzeg Kompresser am Fichier.
♦보관 : tar [옵션] [보관파일명] [보관시킬 파일]
c: 보관
v: 과정 출력
f: 파일 형태로 만들기
x: 보관 해제
※주로 cvf, xvf를 쓴다.
cvf : 보관
xvf : 보관 해제
tvf : 보관 파일 자세하게 출력
1. 용량이 크다.
2. 원본이 유지된다.
3. 다중파일 보관이 가능하다.
♦ Archive: tar [option] [archive file name] [file to be archived]
c: Archive
v: Process output
f: Make a file
x: Unarchive
※ mainly use cvf, xvf.
cvf: Archive
xvf: Unarchive
tvf: Output archive file in detail
1. Large capacity.
2. The original is maintained.
3. Multiple files can be archived.
♦ Archiv: tar [Optiounen] [Archivdatei] [Fichier ze Archiv
c: Spëntchen
v: Prozess Wasserstoff
f: Créatioun engem Dateiformat
x: Verfollegt ugefaangen
※ schreift allem cvf, xvf.
cvf: Spëntchen
xvf: Verfollegt ugefaangen
tvf: Archiv verbose Wasserstoff
1. grouss Muecht.
2. Dësen Text ass haten.
3. Abberzuel Fichieren kann gespäichert ginn.
♦보관 + 압축 : tar cvf[z(gzip),j(bzip2),J(xz)] [파일이름.tar.[gz,bz2,xz] [소스]
해제 tar xvf[z,j,J] [파일 이름]
디렉토리를 'tar' 하면 보관 해제시 상위 디렉토리로 풀림
ex) /etc/yum 'tar'하면 보관 해제시 /etc로 보관이 풀림
TIP) 원래는 '경로[ex)/usr/bin]/명령어 XXX' 이다
하지만 명령어가 실행파일이기 때문에 편하게 '명령어 XXX'로 쓴다.
♦ Archive + Compress: tar cvf [z (gzip), j (bzip2), J (xz)] [filename.tar.gz, bz2, xz] [source]
Disable tar xvf [z, j, J] [file name]
'tar' the directory and unpack it to the parent directory when unarchiving
Ex) When / etc / yum 'tar' is unarchived, the archive is unpacked to / etc
TIP) is originally 'path [ex] / usr / bin] / command XXX'
However, since the command is an executable file, it is easily written as 'command XXX'.
♦ Stockage + Kompriméierungsmethod :. tar cvf [z (gzip), j (bzip2), J (xz)] [Dateinumm .tar [gz, bz2, xz] [Source]
Ugefaangen tar xvf [z, j, J] [Dateinumm]
Wann de "tar" zu engem Elterendeel Dossier ze Dossier loose op Fräiloossung Archiv
Wann ex) / etc / probéiere "tar" gehaalen loose an / etc op Fräiloossung Archiv
Geheimtipp) ass d'Original "Wee [ex) / usr / bin] / Kommando XXX"
Mä well de Kommando Programm ass, einfach "Kommando XXX" ze schreiwen.
특정 권한을 주기 그리고 압축 및 보관 방법
Give specific permissions. How to compress and archive
Gëff spezifesch Autorisatioun. Kompriméierungsmethod an Stockéieren
https://www.youtube.com/watch?v=dV7xmZPNs8M&t=34s
Comments
Post a Comment