{"id":665,"date":"2024-11-28T08:47:46","date_gmt":"2024-11-28T08:47:46","guid":{"rendered":"https:\/\/www.xopsschool.com\/tutorials\/?p=665"},"modified":"2024-11-28T08:47:46","modified_gmt":"2024-11-28T08:47:46","slug":"top-30-linux-commands-for-users","status":"publish","type":"post","link":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/","title":{"rendered":"Top 30 Linux Commands for Users"},"content":{"rendered":"\n<ol class=\"wp-block-list\">\n<li><strong>free :<\/strong> &nbsp;Display memory usage statistics.<\/li>\n<\/ol>\n\n\n\n<p><strong>2. uname :<\/strong> print system information <\/p>\n\n\n\n<p><strong>3. df :<\/strong> Report file system disk space usage.<\/p>\n\n\n\n<p><strong>4. du <\/strong>: Estimate file and directory space usage.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"391\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png\" alt=\"\" class=\"wp-image-666\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png 700w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free-300x168.png 300w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p><strong>5. alias :<\/strong> it allows users to designate a name to a single command or even a string of commands. So programmers can give a short name before executing it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"327\" height=\"301\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/alias.png\" alt=\"\" class=\"wp-image-667\" style=\"width:701px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/alias.png 327w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/alias-300x276.png 300w\" sizes=\"auto, (max-width: 327px) 100vw, 327px\" \/><\/figure>\n\n\n\n<p><strong>6. whoami :<\/strong> Displays the current user name.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"570\" height=\"128\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/whoami.png\" alt=\"\" class=\"wp-image-769\" style=\"width:700px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/whoami.png 570w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/whoami-300x67.png 300w\" sizes=\"auto, (max-width: 570px) 100vw, 570px\" \/><\/figure>\n\n\n\n<p><strong>7. nano :<\/strong> Opens a simple text editor in the terminal.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"609\" height=\"147\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/nano.png\" alt=\"\" class=\"wp-image-770\" style=\"width:700px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/nano.png 609w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/nano-300x72.png 300w\" sizes=\"auto, (max-width: 609px) 100vw, 609px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"557\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/nano-result--1024x557.png\" alt=\"\" class=\"wp-image-771\" style=\"width:695px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/nano-result--1024x557.png 1024w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/nano-result--300x163.png 300w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/nano-result--768x417.png 768w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/nano-result-.png 1323w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>8. vi :<\/strong> Opens a powerful text editor (Vim).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"479\" height=\"90\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/vim.png\" alt=\"\" class=\"wp-image-772\" style=\"width:688px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/vim.png 479w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/vim-300x56.png 300w\" sizes=\"auto, (max-width: 479px) 100vw, 479px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"396\" height=\"94\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/vi.png\" alt=\"\" class=\"wp-image-773\" style=\"width:690px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/vi.png 396w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/vi-300x71.png 300w\" sizes=\"auto, (max-width: 396px) 100vw, 396px\" \/><\/figure>\n\n\n\n<p><strong>9. man :<\/strong> Displays the manual for a command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>man ls<\/code><\/pre>\n\n\n\n<p><strong>10. uname :<\/strong>  Prints system information.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>uname -a<\/code><\/pre>\n\n\n\n<p><strong>11. uptime:<\/strong> Shows how long the system has been running.<\/p>\n\n\n\n<p><strong>12. ps:<\/strong> Displays information about running processes.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ps aux<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"540\" src=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/ps-1024x540.png\" alt=\"\" class=\"wp-image-774\" style=\"width:736px;height:auto\" srcset=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/ps-1024x540.png 1024w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/ps-300x158.png 300w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/ps-768x405.png 768w, https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/ps.png 1349w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>13. top :<\/strong> Displays and updates sorted information about processes.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>top<\/code><\/pre>\n\n\n\n<p><strong>14. more :<\/strong> Displays file content one page at a time.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>more file.txt<\/code><\/pre>\n\n\n\n<p><strong>15. less :<\/strong> Similar to <code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">more<\/mark><\/code>, but with backward navigation.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>less file.txt<\/code><\/pre>\n\n\n\n<p><strong>16. wc :<\/strong> Counts words, lines, or characters in a file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wc -l file.txt<\/code><\/pre>\n\n\n\n<p><strong>17. hostname :<\/strong> Displays the system hostname.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>hostname<\/code><\/pre>\n\n\n\n<p><strong>18. sort : <\/strong>Sorts lines in a file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sort file.txt<\/code><\/pre>\n\n\n\n<p><strong>19. uniq :<\/strong> Removes duplicate lines.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sort file.txt | uniq<\/code><\/pre>\n\n\n\n<p>20. <strong>whereis :<\/strong> Linux is generally used to see the exact location of any command typed after this.<\/p>\n\n\n\n<p><strong>21. unalias\u00a0:<\/strong> To remove a defined alias, use the\u00a0<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-dark-green-color\"><strong><code>unalias<\/code><\/strong>\u00a0<\/mark>command.<\/p>\n\n\n\n<p><strong>22. exit : <\/strong>To exit the current terminal session.<\/p>\n\n\n\n<p><strong>23. clear : <\/strong>Use the\u00a0<strong><code><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-dark-purple-color\">clear<\/mark><\/code><\/strong>\u00a0command to clear the contents of the terminal quickly<\/p>\n\n\n\n<p><strong>24. passwd :<\/strong> Use the\u00a0<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-orange-color\">passwd<\/mark> command\u00a0to alter your password from the terminal. <\/p>\n\n\n\n<p><strong>25. apt and yum : <\/strong>Package managers\u00a0help install, delete, and manage software packages on Linux systems.<\/p>\n\n\n\n<p>1.<strong> For Ubuntu<\/strong>,\u00a0use the APT package manager:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install &lt;package name><\/code><\/pre>\n\n\n\n<p>2. <strong>For CentOS<\/strong>, use\u00a0yum:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yum install &lt;package name><\/code><\/pre>\n\n\n\n<p><strong>26. file :<\/strong> The\u00a0<a href=\"https:\/\/phoenixnap.com\/kb\/linux-file-command\" target=\"_blank\" rel=\"noreferrer noopener\">file command<\/a>\u00a0provides information about a file, printing the file type and the contents type.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>file &lt;filename><\/code><\/pre>\n\n\n\n<p><strong>27.<\/strong> <strong>useradd :<\/strong> The\u00a0<strong><code>useradd<\/code><\/strong>\u00a0command\u00a0creates a new user on a Linux system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo useradd &lt;username><\/code><\/pre>\n\n\n\n<p><strong>28. userdel :<\/strong> Use the\u00a0<strong><code>userdel<\/code><\/strong>\u00a0(<strong>user<\/strong>\u00a0<strong>del<\/strong>ete) command to remove a user from the system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo userdel &lt;username><\/code><\/pre>\n\n\n\n<p><strong>29. chmod\u00a0: <\/strong>Use the\u00a0<strong><code>chmod<\/code><\/strong>\u00a0(<strong>change\u00a0mode<\/strong>) command to change file and directory permissions. The command requires setting the permission code and the file or directory to which the permissions apply.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>chmod 777 file.txt<\/code><\/pre>\n\n\n\n<p><strong>30. chown : <\/strong>The\u00a0<a href=\"https:\/\/phoenixnap.com\/kb\/linux-chown-command-with-examples\" target=\"_blank\" rel=\"noreferrer noopener\">chown command<\/a>\u00a0(<strong>ch<\/strong>ange\u00a0<strong>own<\/strong>ership) changes the ownership of a file or directory, To transfer ownership.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>for example\n\nsudo chown john:developers example.txt\r\n\n1. john:developers: Specifies the new owner (john) and the new group (developers).\n2. example.txt: The file whose ownership you want to change.<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>2. uname : print system information 3. df : Report file system disk space usage. 4. du : Estimate file and directory space usage. 5. alias : it allows users to designate a name to a single command or even a string of commands. So programmers can give a short name before executing it. 6. &#8230; <a title=\"Top 30 Linux Commands for Users\" class=\"read-more\" href=\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/\" aria-label=\"Read more about Top 30 Linux Commands for Users\">Read more<\/a><\/p>\n","protected":false},"author":200020,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-665","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Top 30 Linux Commands for Users - XOps Tutorials!!!<\/title>\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.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top 30 Linux Commands for Users - XOps Tutorials!!!\" \/>\n<meta property=\"og:description\" content=\"2. uname : print system information 3. df : Report file system disk space usage. 4. du : Estimate file and directory space usage. 5. alias : it allows users to designate a name to a single command or even a string of commands. So programmers can give a short name before executing it. 6. ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/\" \/>\n<meta property=\"og:site_name\" content=\"XOps Tutorials!!!\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-28T08:47:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png\" \/>\n<meta name=\"author\" content=\"Pritesh Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pritesh Kumar\" \/>\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.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/\"},\"author\":{\"name\":\"Pritesh Kumar\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\"},\"headline\":\"Top 30 Linux Commands for Users\",\"datePublished\":\"2024-11-28T08:47:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/\"},\"wordCount\":322,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/\",\"name\":\"Top 30 Linux Commands for Users - XOps Tutorials!!!\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png\",\"datePublished\":\"2024-11-28T08:47:46+00:00\",\"author\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#primaryimage\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png\",\"contentUrl\":\"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png\",\"width\":700,\"height\":391},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.xopsschool.com\/tutorials\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Top 30 Linux Commands for Users\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/\",\"name\":\"XOps Tutorials!!!\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\",\"name\":\"Pritesh Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g\",\"caption\":\"Pritesh Kumar\"},\"description\":\"Devops Engineer at Cotocus pvt.ltd\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/author\/priteshcotocus\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top 30 Linux Commands for Users - XOps Tutorials!!!","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.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/","og_locale":"en_US","og_type":"article","og_title":"Top 30 Linux Commands for Users - XOps Tutorials!!!","og_description":"2. uname : print system information 3. df : Report file system disk space usage. 4. du : Estimate file and directory space usage. 5. alias : it allows users to designate a name to a single command or even a string of commands. So programmers can give a short name before executing it. 6. ... Read more","og_url":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/","og_site_name":"XOps Tutorials!!!","article_published_time":"2024-11-28T08:47:46+00:00","og_image":[{"url":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png","type":"","width":"","height":""}],"author":"Pritesh Kumar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pritesh Kumar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#article","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/"},"author":{"name":"Pritesh Kumar","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1"},"headline":"Top 30 Linux Commands for Users","datePublished":"2024-11-28T08:47:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/"},"wordCount":322,"commentCount":0,"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#primaryimage"},"thumbnailUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/","url":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/","name":"Top 30 Linux Commands for Users - XOps Tutorials!!!","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#primaryimage"},"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#primaryimage"},"thumbnailUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png","datePublished":"2024-11-28T08:47:46+00:00","author":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1"},"breadcrumb":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#primaryimage","url":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png","contentUrl":"https:\/\/www.xopsschool.com\/tutorials\/wp-content\/uploads\/2024\/11\/free.png","width":700,"height":391},{"@type":"BreadcrumbList","@id":"https:\/\/www.xopsschool.com\/tutorials\/top-30-linux-commands-for-users\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xopsschool.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"Top 30 Linux Commands for Users"}]},{"@type":"WebSite","@id":"https:\/\/www.xopsschool.com\/tutorials\/#website","url":"https:\/\/www.xopsschool.com\/tutorials\/","name":"XOps Tutorials!!!","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1","name":"Pritesh Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g","caption":"Pritesh Kumar"},"description":"Devops Engineer at Cotocus pvt.ltd","url":"https:\/\/www.xopsschool.com\/tutorials\/author\/priteshcotocus\/"}]}},"_links":{"self":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/users\/200020"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/comments?post=665"}],"version-history":[{"count":2,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/665\/revisions"}],"predecessor-version":[{"id":776,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/665\/revisions\/776"}],"wp:attachment":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/media?parent=665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/categories?post=665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/tags?post=665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}