An open API service indexing awesome lists of open source software.

https://github.com/paulcoding810/hidefile

OS Linux kernel (>4.0) driver to hide file
https://github.com/paulcoding810/hidefile

Last synced: 3 months ago
JSON representation

OS Linux kernel (>4.0) driver to hide file

Awesome Lists containing this project

README

        

# Operating Systems
## Project 2: Linux driver to hide file
### How to:
* Run:
`make all`
* Load driver:
`make in`
* Hide a file:
`sudo ./hidecli {path}`
* Unload driver:
`make out`
* Clean:
`make clean`
* Module Info:
`make info`