{"id":17715,"date":"2026-03-29T08:00:00","date_gmt":"2026-03-29T08:00:00","guid":{"rendered":"https:\/\/evoseedbox.com\/wiki\/linux-basics-seedbox-commands-ko\/"},"modified":"2026-03-29T08:00:00","modified_gmt":"2026-03-29T08:00:00","password":"","slug":"linux-basics-seedbox-commands-ko","status":"publish","type":"docs","link":"https:\/\/evoseedbox.com\/ko\/wiki\/linux-basics-seedbox-commands-ko\/","title":{"rendered":"Linux Basics for Seedbox Users: Essential Commands"},"content":{"rendered":"<h2>Why Learn Linux Commands?<\/h2>\n<p>Your seedbox runs Linux. While the web dashboard handles most tasks, knowing basic Linux commands via SSH gives you direct control for troubleshooting, automation, and file management.<\/p>\n<h2>Connecting via SSH<\/h2>\n<pre><code>ssh username@your-seedbox-ip<\/code><\/pre>\n<h2>File Management<\/h2>\n<pre><code># List files with detailsnls -lann# Navigate to a folderncd ~\/downloads\/nn# Show current directorynpwdnn# Copy a filencp file.txt \/destination\/nn# Move\/rename a filenmv oldname.txt newname.txtnn# Delete a filenrm file.txtnn# Delete a folder and contentsnrm -rf foldername\/nn# Create a foldernmkdir newfoldernn# Find a filenfind ~ -name \"*.mkv\" -type f<\/code><\/pre>\n<h2>Disk Space<\/h2>\n<pre><code># Total disk usagendf -hnn# Folder sizendu -sh ~\/downloads\/nn# Top 10 largest foldersndu -h ~\/downloads\/ | sort -rh | head -10<\/code><\/pre>\n<h2>Process Management<\/h2>\n<pre><code># Running processesntopnhtop  # Better version (if installed)nn# Find a specific processnps aux | grep rtorrentnn# Kill a processnkill PID<\/code><\/pre>\n<h2>Compression<\/h2>\n<pre><code># Create tar.gz archiventar -czf archive.tar.gz foldername\/nn# Extract tar.gzntar -xzf archive.tar.gznn# Extract zipnunzip file.zipnn# Extract rarnunrar x file.rar<\/code><\/pre>\n<h2>Permissions<\/h2>\n<pre><code># Make a script executablenchmod +x script.shnn# Change ownershipnchown user:group file.txtnn# View permissionsnls -la file.txt<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Why Learn Linux Commands? Your seedbox runs Linux. While the web dashboard handles most tasks, knowing basic Linux commands via SSH gives [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[],"doc_tag":[],"class_list":["post-17715","docs","type-docs","status-publish","hentry"],"year_month":"2026-04","word_count":173,"total_views":"6","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"Tim Michels","author_nicename":"admin","author_url":"https:\/\/evoseedbox.com\/ko\/author\/admin\/"},"doc_category_info":[],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/docs\/17715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/comments?post=17715"}],"version-history":[{"count":0,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/docs\/17715\/revisions"}],"wp:attachment":[{"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/media?parent=17715"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/doc_category?post=17715"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/evoseedbox.com\/ko\/wp-json\/wp\/v2\/doc_tag?post=17715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}