Skip to content

Commit ae086e4

Browse files
committed
minor edits
1 parent f91f1e4 commit ae086e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/migrate/tutorial-discover-physical.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ For discovering Linux servers, you can set up a least privileged sudo account by
6969
- For example, you can add an entry like this in the `/etc/sudoers` file.
7070

7171
```
72-
AzMigrateLeastprivuser ALL=(ALL) NOPASSWD: /usr/sbin/dmidecode -s system-uuid, /usr/sbin/dmidecode -t 1, /usr/sbin/dmidecode -s system-manufacturer, /usr/sbin/fdisk -l, /usr/sbin/fdisk -l *, /usr/bin/ls -l, /usr/bin/netstat, /usr/sbin/lvdisplay ""
72+
AzMigrateLeastprivuser ALL=(ALL) NOPASSWD: /usr/sbin/dmidecode, /usr/sbin/fdisk -l, /usr/sbin/fdisk -l *, /usr/bin/ls -l, /usr/bin/netstat, /usr/sbin/lvdisplay ""
7373
Defaults:AzMigrateLeastprivuser !requiretty
7474
7575
```
7676
- If any of the packages mentioned aren't available in the target Linux distributions, use the following fallback commands:
7777

7878
```
79-
- # if /usr/sbin/dmidecode -s system-uuid is not available, add permissions to /usr/bin/cat /sys/class/dmi/id/product_uuid.
79+
- if /usr/sbin/dmidecode -s system-uuid is not available, add permissions to /usr/bin/cat /sys/class/dmi/id/product_uuid.
8080
8181
- if /usr/sbin/dmidecode -t 1 isn't available, add permissions to /usr/sbin/lshw ""
8282

0 commit comments

Comments
 (0)