diff --git a/pages.es/linux/modprobe.md b/pages.es/linux/modprobe.md index 7bb755eadb..0d6c7070e1 100644 --- a/pages.es/linux/modprobe.md +++ b/pages.es/linux/modprobe.md @@ -6,7 +6,7 @@ - Finge cargar un módulo en el kernel, pero no lo hace realmente: -`sudo modprobe {{[-n|--dry-run]}} {{nombre_del_módulo}}` +`modprobe {{[-n|--dry-run]}} {{nombre_del_módulo}}` - Carga un módulo en el kernel: diff --git a/pages.it/linux/modprobe.md b/pages.it/linux/modprobe.md index 988dbc49a5..722b7f970c 100644 --- a/pages.it/linux/modprobe.md +++ b/pages.it/linux/modprobe.md @@ -6,7 +6,7 @@ - Fa finta di carica un modulo nel kernel, ma non lo fa veramente: -`sudo modprobe {{[-n|--dry-run]}} {{nome_del_modulo}}` +`modprobe {{[-n|--dry-run]}} {{nome_del_modulo}}` - Carica un modulo nel kernel: diff --git a/pages.ko/common/tailscale-file.md b/pages.ko/common/tailscale-file.md index 5342b71c02..58a940eb5b 100644 --- a/pages.ko/common/tailscale-file.md +++ b/pages.ko/common/tailscale-file.md @@ -6,8 +6,8 @@ - 특정 노드로 파일 전송: -`sudo tailscale file cp {{경로/대상/파일}} {{호스트명|IP}}:` +`tailscale file cp {{경로/대상/파일}} {{호스트명|IP}}:` - 현재 노드로 전송된 파일을 특정 디렉토리에 저장: -`sudo tailscale file get {{경로/대상/폴더}}` +`tailscale file get {{경로/대상/폴더}}` diff --git a/pages.ko/common/tailscale-ssh.md b/pages.ko/common/tailscale-ssh.md index b6782dd423..d4d178944b 100644 --- a/pages.ko/common/tailscale-ssh.md +++ b/pages.ko/common/tailscale-ssh.md @@ -5,7 +5,7 @@ - 호스트에서 SSH 광고/비활성화: -`sudo tailscale up --ssh={{true|false}}` +`tailscale up --ssh={{true|false}}` - Tailscale-SSH가 활성화된 특정 호스트에 SSH 접속: diff --git a/pages.ko/linux/modprobe.md b/pages.ko/linux/modprobe.md index c2e751341d..252cae7fc5 100644 --- a/pages.ko/linux/modprobe.md +++ b/pages.ko/linux/modprobe.md @@ -6,7 +6,7 @@ - 모듈을 커널에 로드하는 것처럼 시뮬레이션하지만 실제로는 하지 않음: -`sudo modprobe {{[-n|--dry-run]}} {{모듈_이름}}` +`modprobe {{[-n|--dry-run]}} {{모듈_이름}}` - 모듈을 커널에 로드: