Home
Random
Log in
Settings
About Han Wiki
Disclaimers
Han Wiki
Search
System administration: Difference between revisions
Page
Discussion
System administration
Special:MobileDiff/942
← Older edit
Newer edit →
System administration
(view source)
Revision as of 10:37, 2 August 2016
392 bytes removed
,
2 August 2016
→Resources
← Older edit
Newer edit →
Revision as of 10:35, 2 August 2016
view source
Mhan
(
talk
|
contribs
)
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits
→Enable SSH public key authentication with an encrypted home folder
← Older edit
Revision as of 10:37, 2 August 2016
view source
Mhan
(
talk
|
contribs
)
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits
→Resources
Newer edit →
Line 158:
Line 158:
$ sudo vipw
$ sudo vipw
</source>
</source>
== Resources ==
=== Check disk space usage ===
You can check the file space usage with the command <span class="package">du</span>.
<syntaxhighlight lang="bash">
$ du -h
</syntaxhighlight>
=== Check disk space left ===
<span class="package">df</span> is for checking the amount of disk space used and available on file systems.
<syntaxhighlight lang="bash">
$ df -h
</syntaxhighlight>
= Debian/Ubuntu-specific =
= Debian/Ubuntu-specific =
Mhan
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits