From 1b49f11766aea08d3586a76dc378eba96190519c Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Fri, 25 Nov 2022 08:10:56 -0500 Subject: [PATCH] Update faq.md --- en/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/faq.md b/en/faq.md index 7580388..f5d3d43 100644 --- a/en/faq.md +++ b/en/faq.md @@ -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