{"id":56305,"date":"2020-06-03T15:31:54","date_gmt":"2020-06-03T19:31:54","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=56305"},"modified":"2026-03-11T11:33:18","modified_gmt":"2026-03-11T15:33:18","slug":"send-files-to-trash-with-gio-trash","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/","title":{"rendered":"How to Send Files to the Trash Can in Linux with Gio Trash"},"content":{"rendered":"<p>When you <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/running-out-of-disk-space-on-vps\/\">run out of disk space<\/a> or want to remove unnecessary files to <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/ways-to-harden-your-vps-hosting\/\">increase server security<\/a>, you may end up deleting a lot of files in a short period of time. If you\u2019re in the Linux terminal \/ <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/what-is-shell-access\/\">SSH<\/a>, you\u2019ll likely use the <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/rm-command\/\">rm command<\/a>. But this permanently deletes files (excluding data recovery methods) and can result in you having to <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/cpanel-backups\/\">restore from backup files<\/a> if you delete the wrong file(s). The solution may already be on your machine.<\/p>\n\n\n\n<p>The <code>gio<\/code><code> trash<\/code> command will <strong>send files to your trash can<\/strong> for later review. It\u2019s pre-installed on many Linux operating systems (OSs) and the successor to <code>gvfsd<\/code><code>-trash<\/code>.<\/p>\n\n\n\n<p>It\u2019s important to remember that <code>gio trash<\/code> sends files to <code>~\/.local\/share\/Trash\/files<\/code> instead of <code>~\/.trash<\/code>, used on <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/backup-and-restore\/restore-trash\/\">cPanel managed<\/a> servers.<\/p>\n\n\n\n<p>The <code>.local\/share\/Trash<\/code> directory includes three directories:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>info<\/code> stores deleted files\u2019 original location and deletion time<\/li>\n\n\n\n<li><code>files<\/code> stores deleted files until it\u2019s emptied<\/li>\n\n\n\n<li><code>expunged<\/code> may temporarily hold recently emptied trash<\/li>\n<\/ul>\n\n\n\n<p>Below we cover how to <a href=\"#trash\">send files to the trash can<\/a> and <a href=\"#delete\">permanently delete files<\/a> with <code>gio<\/code>.<\/p>\n\n\n\n<p class=\"alert alert-info\">Try our <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud Server Hosting<\/a> today and upgrade your disk space anytime without downtime.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"trash\">Send Files to Trash with gio trash<\/h2>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">Open your terminal<\/a>.<\/li>\n\n\n\n<li>Move files to <code>.trash<\/code>: <br><pre>gio trash [FILE1] [FILE2]<\/pre><\/li>\n\n\n\n<li>View the trash in <code>.local\/share\/Trash\/files<\/code>: <br><pre>gio list trash:\/\/<\/pre> <br>Or <br><pre>ls ~\/.local\/share\/Trash\/files<\/pre><\/li>\n\n\n\n<li>Empty the trash can: <br><pre>gio trash --empty<\/pre><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"man\">man gio | grep trash<\/h3>\n\n\n\n<p>Below is the <code>man <\/code><code>gio<\/code> trash information:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">man gio | grep trash<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">trash [OPTION...] [LOCATION...]\nSends files or directories to the \"Trashcan\". This can be a different folder depending on where the file is located, and not all file systems support this concept. In the common case that the file lives inside a users home directory, the trash folder is $XDG_DATA_HOME\/Trash.\n\nNote that moving files to the trash does not free up space on the file system until the \"Trashcan\" is emptied. If you are interested in deleting a file irreversibly, see the remove command.\n\nInspecting and emptying the \"Trashcan\" is normally supported by graphical file managers such as nautilus, but you can also see the trash with the command: gio list trash:\/\/.\n\nOptions\n-f, --force\nIgnore non-existent and non-deletable files.\n\n--empty\nEmpty the trash.<\/pre>\n\n\n\n<p>Use <code>gio help trash<\/code> for short a short summary.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"delete\">Delete Files Permanently with gio remove<\/h2>\n\n\n\n<p>You can also permanently remove files with the <code>gio<\/code><code> remove<\/code> command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">gio remove [FILE1] [FILE2]<\/pre>\n\n\n\n<p>Use the <code>-f<\/code> option to ignore non-existent and non-deletable files:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">gio remove -f [FILE1] [FILE2] [FILE3]<\/pre>\n\n\n\n<p>The trash and delete options are also available in popular GUI applications.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"544\" height=\"214\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png\" class=\"optimized-lcp-image\" alt=\"Confirm the delete File Manager\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png 544w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40-300x118.png 300w\"><figcaption class=\"wp-element-caption\">cPanel users have the File Manager to <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/delete-trash\/\">move files to ~\/.trash<\/a> or <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/delete-trash\/\">delete files<\/a>.<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"390\" height=\"390\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/06\/linux-mint-trash-file.png\" alt=\"\" class=\"wp-image-56306\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/06\/linux-mint-trash-file.png 390w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/06\/linux-mint-trash-file-300x300.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/06\/linux-mint-trash-file-150x150.png 150w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><figcaption class=\"wp-element-caption\">Linux desktop file managers (e.g. <a href=\"https:\/\/docs.xfce.org\/xfce\/thunar\/start\">Thunar<\/a> and <a href=\"https:\/\/github.com\/linuxmint\/nemo\">Nemo<\/a>) have options if you right-click files or select <em>Edit<\/em> from the top  menu.<\/figcaption><\/figure>\n\n\n\n<p>What lesser known Linux commands do you know? Let us know in our <a href=\"https:\/\/www.inmotionhosting.com\/support\/questions\/\">Community Support Center<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you run out of disk space or want to remove unnecessary files to increase server security, you may end up deleting a lot of files in a short period of time. If you&#8217;re in the Linux terminal \/ SSH, you&#8217;ll likely use the rm command. But this permanently deletes files (excluding data recovery methods)<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4308],"tags":[],"class_list":["post-56305","post","type-post","status-publish","format-standard","hentry","category-linux"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Send Files to the Trash Can in Linux with gio trash | InMotion<\/title>\n<meta name=\"description\" content=\"Learn how to send files to the trash can, view trash, and empty trash from the Linux terminal with the pre-installed gio trash CLI commands.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Send Files to the Trash Can in Linux with gio trash | InMotion\" \/>\n<meta property=\"og:description\" content=\"Learn how to send files to the trash can, view trash, and empty trash from the Linux terminal with the pre-installed gio trash CLI commands.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-03T19:31:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-11T15:33:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png\" \/>\n\t<meta property=\"og:image:width\" content=\"544\" \/>\n\t<meta property=\"og:image:height\" content=\"214\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Send Files to the Trash Can in Linux with Gio Trash\",\"datePublished\":\"2020-06-03T19:31:54+00:00\",\"dateModified\":\"2026-03-11T15:33:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/\"},\"wordCount\":317,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png\",\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/\",\"name\":\"Send Files to the Trash Can in Linux with gio trash | InMotion\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png\",\"datePublished\":\"2020-06-03T19:31:54+00:00\",\"dateModified\":\"2026-03-11T15:33:18+00:00\",\"description\":\"Learn how to send files to the trash can, view trash, and empty trash from the Linux terminal with the pre-installed gio trash CLI commands.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png\",\"width\":544,\"height\":214,\"caption\":\"Click here to view the larger image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Send Files to the Trash Can in Linux with Gio Trash\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Send Files to the Trash Can in Linux with gio trash | InMotion","description":"Learn how to send files to the trash can, view trash, and empty trash from the Linux terminal with the pre-installed gio trash CLI commands.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/","og_locale":"en_US","og_type":"article","og_title":"Send Files to the Trash Can in Linux with gio trash | InMotion","og_description":"Learn how to send files to the trash can, view trash, and empty trash from the Linux terminal with the pre-installed gio trash CLI commands.","og_url":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-06-03T19:31:54+00:00","article_modified_time":"2026-03-11T15:33:18+00:00","og_image":[{"width":544,"height":214,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png","type":"image\/png"}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Send Files to the Trash Can in Linux with Gio Trash","datePublished":"2020-06-03T19:31:54+00:00","dateModified":"2026-03-11T15:33:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/"},"wordCount":317,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png","articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/","url":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/","name":"Send Files to the Trash Can in Linux with gio trash | InMotion","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png","datePublished":"2020-06-03T19:31:54+00:00","dateModified":"2026-03-11T15:33:18+00:00","description":"Learn how to send files to the trash can, view trash, and empty trash from the Linux terminal with the pre-installed gio trash CLI commands.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/02\/cpanel_plfix_PL_fix_Selection_40.png","width":544,"height":214,"caption":"Click here to view the larger image"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/send-files-to-trash-with-gio-trash\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Send Files to the Trash Can in Linux with Gio Trash"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4308,"name":"Linux","slug":"linux","link":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/56305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=56305"}],"version-history":[{"count":11,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/56305\/revisions"}],"predecessor-version":[{"id":131697,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/56305\/revisions\/131697"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=56305"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=56305"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=56305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}