System administration: Difference between revisions

Jump to navigation Jump to search
→‎Links: move database related content
Line 334: Line 334:
$ /sbin/mount.ecryptfs_private
$ /sbin/mount.ecryptfs_private
</syntaxhighlight>
</syntaxhighlight>
== Remove some columns from an output ==
<source lang="bash">
ls -l | awk '{print $3 " " $9}'
</source>

Navigation menu