Skip to content

Commit 3bd5da2

Browse files
authored
pencil edit
1 parent 11014c8 commit 3bd5da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/migrate/best-practices-least-privileged-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For in-depth discovery of software inventory, server dependencies, and web apps
7474
| **Use case** | **Discovered metadata** | **Credential type**| **Required permissions** |
7575
| --- | --- | --- | --- |
7676
| In-depth guest discovery | Software inventory <br /><br /> Server dependencies (full data)<br /><br /> Inventory of Database instances <br /><br /> We apps like .NET, Java Tomcat | Windows | Administrator |
77-
|In-depth guest discovery | Software inventory <br /><br /> Server dependencies (full data)<br /><br /> Inventory of Database instances <br /><br /> We apps like .NET, Java Tomcat | Linux | Following sudo permissions are required to identify server dependencies. <br /><br /> /usr/bin/netstat, `/usr/bin/ls` <br /><br /> If netstat is not available, sudo permissions on is required. <br /><br /> For Java webapps discovery (Tomcat servers), the user should have read and execute (r-x) permissions on all Catalina homes. <br /><br /> Execute the following command to find out all catalina homes: <br /><br /> `ps -ef | grep catalina.home` <br /><br /> Here is a sample command to up least privileged user: <br /><br /> `setfacl -m u:johndoe:rx <catalina/home/path>` |
77+
|In-depth guest discovery | Software inventory <br /><br /> Server dependencies (full data)<br /><br /> Inventory of Database instances <br /><br /> We apps like .NET, Java Tomcat | Linux | Following sudo permissions are required to identify server dependencies. <br /><br /> /usr/bin/netstat, `/usr/bin/ls` <br /><br /> If netstat is not available, sudo permissions on ss are required. <br /><br /> For Java webapps discovery (Tomcat servers), the user should have read and execute (r-x) permissions on all Catalina homes. <br /><br /> Execute the following command to find out all catalina homes: <br /><br /> `ps -ef | grep catalina.home` <br /><br /> Here is a sample command to up least privileged user: <br /><br /> `setfacl -m u:johndoe:rx <catalina/home/path>` |
7878

7979
## Discovery of Hyper-V estate
8080

@@ -361,4 +361,4 @@ GRANT USAGE ON . TO 'newuser'@'localhost'; GRANT PROCESS ON . TO 'newuser'@'loca
361361

362362
- Learn how to [Discover VMware estate](tutorial-discover-vmware.md).
363363
- Learn how to [Discover Hyper-V estate](tutorial-discover-hyper-v.md).
364-
- Learn how to [Discover physical servers or servers running in public cloud](tutorial-discover-physical.md).
364+
- Learn how to [Discover physical servers or servers running in public cloud](tutorial-discover-physical.md).

0 commit comments

Comments
 (0)