Editing Basic commands to get around the Synology Box using the CLI

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 2: Line 2:


==File Management==
==File Management==
===To edit a text file (using vi)===
For info on how to use vi see [[Linux VI Editor|Basic commands for Linux vi Editor]]
{| border="0" cellpadding="0" style="text-align:left"
|-
|<pre>vi /location_of_file/file_name</pre>
|-
|}
===To go to a directory===
===To go to a directory===
{| border="0" cellpadding="0" style="text-align:left"
{| border="0" cellpadding="0" style="text-align:left"
Line 28: Line 20:
|-
|-
|<pre>dir</pre>
|<pre>dir</pre>
|-
|}
===Count the number of files in the current Directory and its sub-directories===
{| border="0" cellpadding="0" style="text-align:left"
|-
|<pre>find . -type f | wc -l</pre>
|-
|-
|}
|}
Line 161: Line 146:
|-
|-
|<pre>top</pre>
|<pre>top</pre>
|-
|}
===Report disk space usage===
{| border="0" cellpadding="0" style="text-align:left"
|-
|<pre>df</pre>
|-
|-
|}
|}
Line 174: Line 152:
{| border="0" cellpadding="0" style="text-align:left"
{| border="0" cellpadding="0" style="text-align:left"
|-
|-
|<pre>ps</pre>
|<pre>ps –ef</pre>
|-
|-
|}
|}


===Show currently open ports and their status===
==Show currently open ports and their status==
{| border="0" cellpadding="0" style="text-align:left"
{| border="0" cellpadding="0" style="text-align:left"
|-
|-
Line 185: Line 163:
|}
|}


===Change Logged in user===
===Change Loged in user===
If you are logged in as root you can open a new shell as if you just logged in as another user, substitute xxx with the user name. To return to root session use "exit"
If you are logged in as root you can open a new shell as if you just logged in as another user, substitute xxx with the user name. To return to root session use "exit"


Line 277: Line 255:
{| border="0" cellpadding="0" style="text-align:left"
{| border="0" cellpadding="0" style="text-align:left"
|-
|-
|<pre>/usr/syno/etc/rc.d/S80samba.sh restart</pre>
|<pre>/usr/syno/etc/rc.d/S80Samba.sh restart</pre>
|-
|-
|}
|}
Line 315: Line 293:
|-
|-
|<pre>cat /proc/filesystems</pre>
|<pre>cat /proc/filesystems</pre>
|-
|}
===Comprehensive information on the file system format===
{| border="0" cellpadding="0" style="text-align:left"
|-
|<pre>tune2fs -l /dev/hda3</pre>
|-
|-
|}
|}
Line 365: Line 336:
|-
|-
|}
|}
[[Category:SynologyWiki]]
[[Category:ToBeExported]]
Please note that all contributions to wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wiki:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)