Skip to content

Commit

Permalink
Deploying to master from @ SerenityOS/serenity@ec6e707 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
BuggieBot committed Mar 13, 2024
1 parent af676a9 commit 4d20315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified icons/16x16/filetype-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion man8/mount.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,10 @@ <h2 id="files"><a style="margin-right: 15px" href="#files">#</a>Files</h2>
</ul>
<h2 id="examples"><a style="margin-right: 15px" href="#examples">#</a>Examples</h2>
<div class="sourceCode" id="cb2"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co"># mount devpts /dev/pts -t devpts -o noexec,nosuid</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="co"># mount /home/anon/myfile.txt /tmp/foo -o bind</span></span></code></pre></div>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="co"># mount /home/anon/myfile.txt /tmp/foo -o bind</span></span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a><span class="co"># mount a regular file using a temporary loop device</span></span>
<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a><span class="ex">$</span> mount /home/anon/myfilesystem.bin /mnt</span></code></pre></div>
<h2 id="see-also"><a style="margin-right: 15px" href="#see-also">#</a>See also</h2>
<ul>
<li><a href="/man2/mount.html"><code>mount</code>(2)</a></li>
Expand Down

0 comments on commit 4d20315

Please sign in to comment.