OcttKB/Wiki-OcttKB/tiddlers/Normal/Linux_Snippets.tid

10 lines
263 B
Plaintext
Raw Normal View History

2023-06-11 22:14:59 +02:00
created: 20230216221308797
creator: Octt
modified: 20230216221436177
modifier: Octt
tags:
title: Linux/Snippets
; [[How to mount a local directory without root|https://unix.stackexchange.com/a/602503]]
: `bindfs --no-allow-other /source/directory /mount/point`