github.com/ncdc/docker@v0.10.1-0.20160129113957-6c6729ef5b74/pkg/system/path_unix.go (about)

     1  // +build !windows
     2  
     3  package system
     4  
     5  // DefaultPathEnv is unix style list of directories to search for
     6  // executables. Each directory is separated from the next by a colon
     7  // ':' character .
     8  const DefaultPathEnv = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"