Socket
Socket
Sign inDemoInstall

mknod

Package Overview
Dependencies
140
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mknod

Node bindings for mknod


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

mknod

Node bindings for mknod

npm install mknod

Usage

var mknod = require('mknod')

mknod('some-path', modeInteger, deviceInteger, function (err) {
  if (err) throw err
  console.log('mknod worked!')
})

API

mknod(path, mode, dev, [callback])

Runs the mknod syscall with the given parameters. See man 2 mknod for more info.

License

MIT

FAQs

Last updated on 30 Aug 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc