|
|
51.
|
|
|

The mount command mounts the given source onto the given destination path, 
provided that the snap has a plug for the mount-control interface which allows 
this operation.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|

mount 명령어는 snap이 이 동작에 필요한 마운트 인터페이스를 가지고 있다면 
주어진 원점을 주어진 목적 경로에 마운트합니다.
|
|
Translated by
Noa Himesaka
|
|
Reviewed by
minwook shin
|
|
|
|
Located in
overlord/hookstate/ctlcmd/mount.go:39
|
|
|
52.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
|
Translated and reviewed by
Peter J
|
|
|
|
Located in
cmd/snap/cmd_warnings.go:60
|
|
|
53.
|
|
|

The pack command packs the given snap-dir as a snap and writes the result to 
target-dir. If target-dir is omitted, the result is written to current 
directory. If both source-dir and target-dir are omitted, the pack command packs 
the current directory.

The default file name for a snap can be derived entirely from its snap.yaml, but 
in some situations it's simpler for a script to feed the filename in. In those 
cases, --filename can be given to override the default. If this filename is 
not absolute it will be taken as relative to target-dir.

When used with --check-skeleton, pack only checks whether snap-dir contains 
valid snap metadata and raises an error otherwise. Application commands listed 
in snap metadata file, but appearing with incorrect permission bits result in an 
error. Commands that are missing from snap-dir are listed in diagnostic 
messages.

When used with --append-integrity-data, pack will append dm-verity data at the end 
of the snap to be used with snapd's snap integrity verification mechanism.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_pack.go:49
|
|
|
54.
|
|
|

The paths command prints the list of paths detected and used by snapd.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|

paths 명령어는 snapd에 의해 감지되고 사용된 경로의 리스트를 출력합니다.
|
|
Translated and reviewed by
Peter J
|
|
|
|
Located in
cmd/snap/cmd_debug_paths.go:32
|
|
|
55.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
|
Translated and reviewed by
Peter J
|
|
|
|
Located in
cmd/snap/cmd_routine_portal_info.go:43
|
|
|
56.
|
|
|

The prefer command enables all aliases of the given snap in preference 
to conflicting aliases of other snaps whose aliases will be disabled 
(or removed, for manual ones).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|

prefer 명령어는 주어진 snap의 모든 별명을 우선적으로 활성화합니다. 
그리고 같은 별명을 쓰는 다른 snap들의 별명은 비활성화됩니다. 
(or removed, for manual ones)
|
|
Translated and reviewed by
KIM DONGWON
|
|
|
|
Located in
cmd/snap/cmd_prefer.go:36
|
|
|
57.
|
|
|

The prepare-image command performs some of the steps necessary for 
creating device images.

For core images it is not invoked directly but usually via 
ubuntu-image.

For preparing classic images it supports a --classic mode
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|

prepare-image 명령은 다음에 필요한 몇 가지 단계를 수행합니다 
장치 이미지를 만드는 중입니다.

코어 이미지의 경우 직접 호출되지 않지만 일반적으로 
우분투 이미지.

클래식 이미지를 준비하기 위해 --classic 모드를 지원합니다
|
|
Translated by
JeongsikAn
|
|
Reviewed by
minwook shin
|
|
|
|
Located in
cmd/snap/cmd_prepare_image.go:72
|
|
|
58.
|
|
|

The publisher of snap %q has indicated that they do not consider this revision 
to be of production quality and that it is only meant for development or testing 
at this point. As a consequence this snap will not refresh automatically and may 
perform arbitrary system changes outside of the security sandbox snaps are 
generally confined to, which may put your system at risk.

If you understand and want to proceed repeat the command including --devmode; 
if instead you want to install the snap forcing it into strict confinement 
repeat the command including --jailmode.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|

이 %q snap의 공급자는 이 리비전을 프로덕션에 적합하지 않은 개발 또는 테스트 버전으로 표시하였습니다. 
이로 인해, 이 snap은 자동으로 새로 고침 되지 않을 것이며 시스템을 위험에 처할 수 있게 하는 
샌드박스 밖에서의 임의적 시스템 변경을 할 수 있습니다.

당신이 뭘 하는지 알고 있고 계속 하려면 --devmode와 함께 명령어를 다시 실행하세요. 
그 대신 엄격한 가둠 모드를 강제로 활성화 하고 이 snap을 설치 하고 있다면 
--jailmode와 함께 명령어를 다시 실행하세요.
|
|
Translated by
Noa Himesaka
|
|
Reviewed by
minwook shin
|
|
|
|
Located in
cmd/snap/error.go:181
|
|
|
59.
|
|
|

The quota command shows information about a quota group, including the set of 
snaps and any sub-groups it contains, as well as its resource constraints and 
the current usage of those constrained resources.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|

quota 명령어는 할당량 그룹에 대한 정보를 출력합니다. 
여기에는 그 그룹에 포함된 snap과 서브그룹, 그리고 
리소스 제한과 현재 사용량을 포함합니다.
|
|
Translated by
Noa Himesaka
|
|
Reviewed by
minwook shin
|
|
|
|
Located in
cmd/snap/cmd_quota.go:39
|
|
|
60.
|
|
|

The quotas command shows all quota groups.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|

quotas 명령어는 모든 할당량 그룹을 보여줍니다.
|
|
Translated by
Noa Himesaka
|
|
Reviewed by
minwook shin
|
|
|
|
Located in
cmd/snap/cmd_quota.go:46
|