FVS
File Versioning System with hash comparison, deduplication and data storage to create unlinked states that can be deleted
파일 탐색기
- cnpt_1.png
- cnpt_2.png
- __init__.py
- cli.py
- data.py
- exceptions.py
- file.py
- pattern.py
- repo.py
- state.py
- utils.py
- .gitignore
- LICENSE
- README.md
- setup.cfg
- setup.py
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
mount
설명 보기 ▼
mount
호스트의 디렉터리/드라이브/이미지를 가상 DOS 드라이브로 마운트하는 명령어.
더 많은 정보: <https://www.dosbox.com/wiki/MOUNT>.
MOUNT C .
현재 디렉터리를 C 드라이브로 마운트:
MOUNT C {{C:\path\to\directory}}
특정 디렉터리를 C 드라이브로 마운트:
MOUNT C {{C:\path\to\directory}} -freesize {{1024}}
사용 가능한 공간의 제한 설정 (MB 단위로):
unmount
설명 보기 ▼
unmount
올바른 명령은 `umount` (u-mount)입니다.
더 많은 정보: <https://manned.org/umount.8>.
tldr umount
올바른 명령에 대한 문서 보기:
// repository documentation
Was this content helpful?
(0 ratings)
