Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Windows 7: bash: sudo: command not found #328

Open
@chefhoobajoob

Description

@chefhoobajoob

I'm trying to run mongo containers on my Windows 7, and ran into an issue whose proposed resolution requires running these commands on the host system:

$ echo never | sudo tee /sys/kernel/mm/transparent_hugepage/enabled
$ echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag

But doing so from the toolbox quickstart terminal gives me these results:

$ echo never | sudo tee /sys/kernel/mm/transparent_hugepage/enabled
bash: sudo: command not found

Indeed, sudo is nowhere to be found on the virtualbox machine.

How can I achieve the resolution recommended in this issue on Windows 7?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions