{"id":22385,"date":"2020-12-05T16:06:09","date_gmt":"2020-12-05T08:06:09","guid":{"rendered":"https:\/\/web.mwwsb.com.my\/pjci\/?post_type=kb&#038;p=22385"},"modified":"2022-09-07T20:03:31","modified_gmt":"2022-09-07T12:03:31","slug":"7-extremely-useful-linux-commands","status":"publish","type":"kb","link":"https:\/\/www.casbay.com\/guide\/kb\/7-extremely-useful-linux-commands","title":{"rendered":"7 Useful Linux Commands"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"22385\" class=\"elementor elementor-22385\" data-elementor-post-type=\"kb\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1c10117 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1c10117\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-52b8107\" data-id=\"52b8107\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-031a2fc elementor-widget elementor-widget-heading\" data-id=\"031a2fc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">7 Useful Linux Commands\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21a12b4 elementor-widget elementor-widget-text-editor\" data-id=\"21a12b4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>By reading this guide article, you will learn about 7 Useful Linux Commands.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92e97cc elementor-widget elementor-widget-image\" data-id=\"92e97cc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"636\" src=\"https:\/\/www.casbay.com\/guide\/wp-content\/uploads\/2021\/02\/linux-feature-image-e1607476470691.jpg\" class=\"attachment-large size-large wp-image-32295\" alt=\"7 Useful Linux Commands\" srcset=\"https:\/\/www.casbay.com\/guide\/wp-content\/uploads\/2021\/02\/linux-feature-image-e1607476470691.jpg 1024w, https:\/\/www.casbay.com\/guide\/wp-content\/uploads\/2021\/02\/linux-feature-image-e1607476470691-300x186.jpg 300w, https:\/\/www.casbay.com\/guide\/wp-content\/uploads\/2021\/02\/linux-feature-image-e1607476470691-768x477.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f1ac2c elementor-widget elementor-widget-heading\" data-id=\"4f1ac2c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">1) ls : list the contents<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97f9f36 elementor-widget elementor-widget-text-editor\" data-id=\"97f9f36\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The\u00a0<strong>ls<\/strong>\u00a0command means to\u00a0<strong>list the directory contents<\/strong>. Using it with\u00a0<strong>-F<\/strong>\u00a0will give a list of the directories contents, and denote items that are other directories with a trailing\u00a0<strong>\/<\/strong>.<\/p><p><code>ls -F<\/code><\/p><p>On my server returns:<\/p><p><code>allthethings.txt important.doc Indominus\/ Misc\/ probs.xls Red Wings\/ Spreadsheets\/ Work\/<\/code><\/p><p>In the above case,\u00a0<strong>allthethings.txt<\/strong>,\u00a0<strong>garbage.file<\/strong>,\u00a0<strong>important.doc<\/strong>, and\u00a0<strong>probs.xls<\/strong>are files, and\u00a0<strong>Indominus<\/strong>,\u00a0<strong>Misc<\/strong>,\u00a0<strong>Red Wings<\/strong>,\u00a0<strong>Spreadsheets<\/strong>, and\u00a0<strong>Work<\/strong>, each with the trailing\u00a0<strong>\/<\/strong>, are directories!<\/p><p>There are many other options, or switches, such as\u00a0<strong>-F<\/strong>\u00a0that can be used with\u00a0<strong>ls<\/strong>\u00a0for improved results. For example:<\/p><p><code>ls -lFa<\/code><\/p><p>Returns:<\/p><p><code>dr-xr-x---. 10 root root 4096 Apr 17 12:01 .<br \/>drwxr-xr-x. 19 root root 4096 Apr 14 12:45 ..<br \/>-rw-r--r-- 1 root root 0 Apr 17 12:00 allthethings.txt<br \/>-rw------- 1 root root 483 Apr 14 12:45 .bash_history<br \/>-rw-r--r--. 1 root root 18 Dec 28 2013 .bash_logout<br \/>-rw-r--r--. 1 root root 176 Dec 28 2013 .bash_profile<br \/>-rw-r--r--. 1 root root 361 Jan 1 01:24 .bashrc<br \/>drwxr-xr-x 3 root root 4096 Jan 1 01:25 .cache\/<br \/>drwxr-xr-x 3 root root 4096 Jan 1 01:25 .config\/<br \/>-rw-r--r--. 1 root root 100 Dec 28 2013 .cshrc<br \/>-rw-r--r-- 1 root root 0 Apr 17 12:01 garbage.file<br \/>-rw-r--r-- 1 root root 0 Apr 17 11:58 important.doc<br \/>drwxr-xr-x 2 root root 4096 Apr 17 11:59 Indominus\/<br \/>drwxr-xr-x 2 root root 4096 Apr 17 11:57 Misc\/<br \/>-rw------- 1 root root 42 Apr 14 12:44 .my.cnf<br \/>-rw-r--r-- 1 root root 0 Apr 17 12:00 probs.xls<br \/>drwxr-xr-x 2 root root 4096 Apr 17 11:57 Red Wings\/<br \/>-rw------- 1 root root 1024 Jan 1 01:22 .rnd<br \/>drwxr-xr-x 2 root root 4096 Apr 17 11:56 Spreadsheets\/<br \/>drw------- 2 root root 4096 Apr 14 12:42 .ssh\/<br \/>-rw-r--r--. 1 root root 129 Dec 28 2013 .tcshrc<br \/>drwxr-xr-x 2 root root 4096 Apr 17 11:57 Work\/<\/code><\/p><p>In the above case two switches are added:\u00a0<strong>-l<\/strong>\u00a0and\u00a0<strong>-a<\/strong>. The\u00a0<strong>-l<\/strong>\u00a0uses the\u00a0<strong>l<\/strong>ong listing format, and the\u00a0<strong>-a<\/strong>\u00a0switch lists\u00a0<strong>a<\/strong>ll of the files, including hidden files.<\/p><p>Each column contains an important bit of information:<\/p><p><strong>Column | Information | Example<\/strong><\/p><ul><li>1 | Permissions | drwxr-xr-x<\/li><li>2 | # of Hard Links | 2<\/li><li>3 | User That Owns File or Directory | root<\/li><li>4 | Group for File or Directory | root<\/li><li>5 | File Size | 4096<\/li><li>6 | Timestamp | Apr 17 11:59<\/li><li>7 | Filename | Indominus\/<\/li><\/ul>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-112de5a elementor-widget elementor-widget-heading\" data-id=\"112de5a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">2) pwd : current directory<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53abfc4 elementor-widget elementor-widget-text-editor\" data-id=\"53abfc4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"mkb-anchor mkb-clearfix mkb-back-to-top-inline\"><p>Before deleting anything, it\u2019s always helpful to know what directory you\u2019re in; the\u00a0<strong>pwd<\/strong>\u00a0command will tell you and stands for\u00a0<strong>present working directory<\/strong>:<\/p><\/div><p><code>pwd<\/code><\/p><p>Returns the full pathname:<\/p><p><code>\/home\/dinosaursareawesome<\/code><\/p><p>Checking the present working directory can prevent errors when you\u2019re using commands that will remove files or directories\u2026 in fact, it can save you from a lot of stress and headache!<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04fa64 elementor-widget elementor-widget-heading\" data-id=\"a04fa64\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">3) cd : change directory<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c23ea95 elementor-widget elementor-widget-text-editor\" data-id=\"c23ea95\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The\u00a0<strong>cd<\/strong>\u00a0command stands for\u00a0<strong>change directory<\/strong>\u00a0and is used extremely frequently.<\/p><p>For example, if you\u2019re currently in your home directory\u00a0<strong>\/home\/dinosaursareawesome<\/strong>:<\/p><p><code>pwd<\/code><\/p><p><code>\/home\/dinosaursareawesome<\/code><\/p><p>but want to change to another directory within that directory\u2026 say\u2026 <strong>Velociraptor<\/strong>:<\/p><p><code>ls -laF<\/code><\/p><p><code>drwxr-xr-x 3 root root 4096 Apr 17 16:44 .\/<br \/>drwxr-xr-x. 4 root root 4096 Apr 17 16:25 ..\/<br \/>drwxr-xr-x 2 root root 4096 Apr 17 16:44 Velociraptor\/<\/code><\/p><p>Then you can use the following command to change to\u00a0<strong>Velociraptor<\/strong>:<\/p><p><code>cd Velociraptor\/<\/code><\/p><p>And then verify that you made it to the right directory:<\/p><p><code>pwd<\/code><\/p><p><code>\/home\/dinosaursareawesome\/Velociraptor<\/code><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b48940 elementor-widget elementor-widget-heading\" data-id=\"7b48940\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">4) touch : create file<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6e4454 elementor-widget elementor-widget-text-editor\" data-id=\"a6e4454\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The\u00a0<strong>touch<\/strong>\u00a0command is generally used to change file timestamps, but it can also be used for creating a new file.<\/p><p>Let\u2019s look at changing a time stamp first. In the case below, I have a file named\u00a0<strong>Foxtrot<\/strong>\u00a0in the current directory, that was created on\u00a0<strong>Apr 14 12:46<\/strong>:<\/p><p><code>ls -laF<\/code><\/p><p><code>drwxr-xr-x 2 root root 4096 Apr 17 16:54 .\/<br \/>drwxr-xr-x 3 root root 4096 Apr 17 16:44 ..\/<br \/>-rw-r--r-- 1 root root 5262 Apr 14 12:46 Foxtrot<\/code><\/p><p>Now, let\u2019s say I wanted to update that timestamp,\u00a0<strong>Apr 14 12:46<\/strong>\u00a0to the current timestamp, but without changing the file. Simply\u00a0<strong>touch<\/strong>\u00a0the file:<\/p><p><code>touch Foxtrot<\/code><\/p><p>And then check the new timestamp and you\u2019ll see it has been updated to the current time, which for me is Apr 17 17:01:<\/p><p><code>ls -laF<\/code><\/p><p><code>drwxr-xr-x 2 root root 4096 Apr 17 16:54 .\/<br \/>drwxr-xr-x 3 root root 4096 Apr 17 16:44 ..\/<br \/>-rw-r--r-- 1 root root 5262 Apr 17 17:01 Foxtrot<\/code><\/p><p>The second use of the command is to create a file. Let\u2019s say I wanted to create the file\u00a0<strong>Golf<\/strong>\u00a0in my present working directory:<\/p><p><code>touch Golf<\/code><\/p><p>Now look for your new file:<\/p><p><code>ls -laF<\/code><\/p><p><code>drwxr-xr-x 2 root root 4096 Apr 17 17:04 .<br \/>drwxr-xr-x 3 root root 4096 Apr 17 16:44 ..<br \/>-rw-r--r-- 1 root root 5262 Apr 17 17:01 Foxtrot<br \/>-rw-r--r-- 1 root root 0 Apr 17 17:04 Golf<\/code><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1abfa15 elementor-widget elementor-widget-heading\" data-id=\"1abfa15\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">5) history : show all commands that have been recently used<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa84391 elementor-widget elementor-widget-text-editor\" data-id=\"fa84391\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The\u00a0<strong>history<\/strong>\u00a0command will print a history of all the previously executed commands by the current user. For example:<\/p><p><code>history<\/code><\/p><p><code>95 20150417 - 17:01:48 - touch Foxtrot<br \/>96 20150417 - 17:01:50 - ls -laF<br \/>97 20150417 - 17:04:06 - touch Golf<br \/>98 20150417 - 17:04:07 - ls -la<\/code><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca24330 elementor-widget elementor-widget-heading\" data-id=\"ca24330\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">6) uname : show details about the OS<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84f7d05 elementor-widget elementor-widget-text-editor\" data-id=\"84f7d05\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The\u00a0<strong>uname<\/strong>\u00a0command is most commonly used to determine which OS you\u2019re running, its version, and the kernel version. With the -a switch, it will show: 1. kernel name, 2. network node hostname, 3. kernel release, 4. kernel version, 5. machine hardware name, processor type or \u201cunknown\u201d, 6. hardware platform or \u201cunknown\u201d, and 7. the operating system.<\/p><p><code>uname -a<\/code><\/p><p><code>Linux centos7core.thebestfakedomainnameintheworld.com 3.10.0-123.13.2.el7.x86_64 #1 SMP Thu Dec 18 14:09:13 UTC 2014 x86_64 x86_64 x86_64 GNU\/Linux<\/code><\/p><ul><li>Kernel Name: Linux<\/li><li>Network Node Hostname: centos7core.thebestfakedomainnameintheworld.com<\/li><li>Kernel Release: 3.10.0-123.13.2.el7.x86_64<\/li><li>Kernel Version: #1 SMP Thu Dec 18 14:09:13 UTC 2014<\/li><li>Machine Hardware Name: x86_64<\/li><li>Processor Type: x86_64<\/li><li>Hardware Platform: x86_64<\/li><li>Operating System: GNU\/Linux<\/li><\/ul>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e7e544 elementor-widget elementor-widget-heading\" data-id=\"9e7e544\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-large\">7) man : help pages<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f52f1ff elementor-widget elementor-widget-text-editor\" data-id=\"f52f1ff\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The man command opens manual pages for individual commands; basically, it\u2019s your access to quick information on any command. For example, if you wanted to read the manual page for ls, then you would run:<\/p><p><code>man ls<\/code><\/p><p>That\u2019s it!<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-984ad41 elementor-widget elementor-widget-text-editor\" data-id=\"984ad41\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Read the next article-&gt; <a href=\"https:\/\/www.casbay.com\/guide\/kb\/5-commands-to-check-linux-memory-usage\/\"><em>5 Commands to check Linux Memory Usage<\/em>.<\/a><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>7 Useful Linux Commands By reading this guide article, you will learn about 7 Useful Linux Commands. 1) ls : list the contents The\u00a0ls\u00a0command means to\u00a0list the directory contents. Using it with\u00a0-F\u00a0will give a list of the directories contents, and denote items that are other directories with a trailing\u00a0\/. ls -F On my server returns: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}}},"kbtopic":[109],"kbtag":[106,105],"mkb_version":[],"_links":{"self":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/22385"}],"collection":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb"}],"about":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/types\/kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/comments?post=22385"}],"version-history":[{"count":17,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/22385\/revisions"}],"predecessor-version":[{"id":38111,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/22385\/revisions\/38111"}],"wp:attachment":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/media?parent=22385"}],"wp:term":[{"taxonomy":"kbtopic","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kbtopic?post=22385"},{"taxonomy":"kbtag","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kbtag?post=22385"},{"taxonomy":"mkb_version","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/mkb_version?post=22385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}