Skip to content

Commit 49fd7eb

Browse files
authored
Merge pull request #4867 from drvoss/patch-1
Update index.md
2 parents e1a4db2 + 258845d commit 49fd7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/sudo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The `inline` configuration option runs the elevated process in the current windo
6767

6868
The `sudo` command offers a way to quickly elevate a command as administrator from your current unelevated command line context and is familiar to some users coming from other operating systems. The `runas` command offers a way to run programs as any user, including administrator if you so choose. At this point in time, the `sudo` command on Windows does not support running programs as other users. Other key differences between `sudo` and `runas` include:
6969

70-
- `runas` allows you to run programs as other users, including but not limited to as administrator. This funtionality is on the roadmap for the sudo command, but does not yet exist.
70+
- `runas` allows you to run programs as other users, including but not limited to as administrator. This functionality is on the roadmap for the sudo command, but does not yet exist.
7171

7272
- `sudo` allows you to quickly elevate a process (as administrator):
7373
- You can choose to do so in a new window, which resembles the `runas` administrator flow.

0 commit comments

Comments
 (0)