Skip to content

Commit bd2402f

Browse files
authored
Update src/content/docs/workers/runtime-apis/nodejs/fs.mdx
1 parent e16b219 commit bd2402f

File tree

1 file changed

+3
-2
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+3
-2
lines changed

src/content/docs/workers/runtime-apis/nodejs/fs.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ writeFileSync('/tmp/abc.txt', 'Hello, world!');
2222

2323
The Workers Virtual File System (VFS) is a memory-based file system that allows
2424
you to read modules included in your Worker bundle as read-only files, access a
25-
temporary directory for writing temporary files, or access common character
26-
devices like `/dev/null`, `/dev/random`, `/dev/full`, and `/dev/zero`.
25+
directory for writing temporary files, or access common
26+
[character devices](https://linux-kernel-labs.github.io/refs/heads/master/labs/device_drivers.html) like
27+
`/dev/null`, `/dev/random`, `/dev/full`, and `/dev/zero`.
2728

2829
The directory structure initially looks like:
2930

0 commit comments

Comments
 (0)