sudos

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Chown

func Chown(path string, uid int, gid int, recursive bool) error

Chown does the same as os.Chown() but it will be executed as sub process with root rights (sudo)

func MkdirAll

func MkdirAll(path string, mod int) error

MkdirAll does the same as os.MkdirAll() but it will be executed as sub process with root rights (sudo)

func RemoveAll

func RemoveAll(path string) error

RemoveAll does the same as os.RemoveAll() but it will be executed as sub process with root rights (sudo)

func WriteFileAsRoot

func WriteFileAsRoot(path string, content []byte) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL