Update faq.md

pull/62/head
Paul Philippov 2022-11-25 08:10:56 -05:00 committed by GitHub
parent c1b4d62feb
commit 1b49f11766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ If you need to know what's in the command, search for `ipctool` in `/etc/profile
This could work if you are lucky, you gained access into Linux shell
on stock firmware, and it does support NFS mounting:
```
fw=$(mktemp)
fw=$(mktemp -t)
nfs=$(dirname $fw)/nfs
mkdir -p $nfs
mount -t nfs -o tcp,nolock 192.168.1.123:/path/to/nfs/share $nfs