Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arna-Maity committed Jun 15, 2020
1 parent 9fb45c9 commit 2c835e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Reference: [The LKM programming Guide](https://www.tldp.org/LDP/lkmpg/2.6/lkmpg.
6. /proc File System Module.
7. /proc using Standard File System.
8. Managing procfs with seq_file.
9. IOCTL (Input/Output ConTroL).

### Tracing syscalls while executing a program:
`strace <prg-name> <args>`

### Some useful StackOverflow Threads:
1. [proc_root](https://stackoverflow.com/questions/2531730/linux-kernel-module-creating-proc-file-proc-root-undeclared-error)
Expand Down

0 comments on commit 2c835e6

Please sign in to comment.