{"id":16131,"date":"2024-10-30T07:32:03","date_gmt":"2024-10-30T07:32:03","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=16131"},"modified":"2024-10-30T10:41:18","modified_gmt":"2024-10-30T10:41:18","password":"","slug":"getting-started-with-linux-aliases-simplify-your-commands","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/","title":{"rendered":"Getting Started with Linux Aliases: Simplify Your Commands"},"content":{"rendered":"\n<p>Aliases in Linux are shortcuts for longer commands, enabling quicker and more efficient command-line navigation. <\/p>\n\n\n\n<p>Whether you frequently type a complex command or want to customize your command-line experience, aliases are a powerful tool for any Linux user or administrator.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What are Aliases?<\/h2>\n\n\n\n<p>In Linux, an alias is a custom shortcut for a command or set of commands. <\/p>\n\n\n\n<p>By creating an alias, you can turn a lengthy or complex command into a shorter, more manageable one. Aliases are often used to create simplified commands, avoid repetitive typing, or even create safer command variations.<\/p>\n\n\n\n<p>For example, the <code>ls -alh<\/code> command (to list all files in a directory with details) can be shortened to <code>ll<\/code> by creating an alias.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Use Aliases?<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Increase Efficiency<\/strong>: Quickly run commands without typing the full syntax every time.<\/li>\n\n\n\n<li><strong>Avoid Repetitive Typing<\/strong>: Commonly used commands are shortened to save time.<\/li>\n\n\n\n<li><strong>Prevent Mistakes<\/strong>: Set up safer versions of potentially harmful commands, such as <code>rm<\/code> (remove).<\/li>\n\n\n\n<li><strong>Customize Your Environment<\/strong>: Personalize your command-line experience.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Creating Aliases<\/h2>\n\n\n\n<p>Aliases can be temporary (for the current session) or permanent (available each time you open a terminal).<\/p>\n\n\n\n<p><strong>Temporary Aliases<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To create a temporary alias, use the following syntax in the terminal:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>alias &#91;alias_name]='command'<\/code><\/pre>\n\n\n\n<p>For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias ll='ls -alh'<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the above example, typing <code>ll<\/code> will execute <code>ls -alh<\/code>. Temporary aliases will last only for the current terminal session.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"459\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-1024x459.png\" alt=\"\" class=\"wp-image-16148\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-1024x459.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-300x135.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-768x345.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630.png 1032w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Permanent Aliases<\/strong><\/p>\n\n\n\n<p>To make an alias permanent, add it to a shell configuration file like <code>.bashrc<\/code> (for Bash users) or <code>.zshrc<\/code> (for Zsh users). The file is usually found in the home directory of the user.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open your shell configuration file in a text editor:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>vi ~\/.bashrc \n \nor \n\nvi ~\/.zshrc #for Zsh users<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add your alias at the end of the file:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>alias ll='ls -alh'<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"934\" height=\"130\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-634.png\" alt=\"\" class=\"wp-image-16153\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-634.png 934w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-634-300x42.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-634-768x107.png 768w\" sizes=\"auto, (max-width: 934px) 100vw, 934px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Save and close the file.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To activate the alias immediately, source the configuration file:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>source ~\/.bashrc \n or\nsource ~\/.zshrc #for Zsh users<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"867\" height=\"352\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-635.png\" alt=\"\" class=\"wp-image-16154\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-635.png 867w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-635-300x122.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-635-768x312.png 768w\" sizes=\"auto, (max-width: 867px) 100vw, 867px\" \/><\/figure>\n\n\n\n<p>Now, the alias will persist across terminal sessions.<\/p>\n\n\n\n<p>In case you add an alias with wrong syntax, you will get an error when you run <strong>source ~\/.bashrc<\/strong>  to reload the configuration file. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Commonly Used Aliases<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You literally set up alias for any commands that you mostly use. <\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>These could server login commands like <strong>ssh -p yourServerPost root@yourServer IP<\/strong> or any other commands that you run<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Below are some examples<\/li>\n<\/ul>\n\n\n\n<p><strong>Below are some examples<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias ll='ls -alh' # Long list with human-readable sizes<br>alias la='ls -A' # List all except . and ..<br>alias l='ls -CF' # List in columns, append \/ to directories<\/code><\/pre>\n\n\n\n<p><strong>Navigation Shortcuts<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias ..='cd ..'<br>alias \u2026='cd ..\/..'<br>alias \u2026.='cd ..\/..\/..'<\/code><\/pre>\n\n\n\n<p><strong>Safer Commands<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias rm='rm -i' # Prompt before deleting<br>alias cp='cp -i' # Prompt before overwriting files<br>alias mv='mv -i' # Prompt before moving files<\/code><\/pre>\n\n\n\n<p><strong>Updating and Upgrading (for Debian\/Ubuntu users)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias update='sudo apt update &amp;&amp; sudo apt upgrade -y'<\/code><\/pre>\n\n\n\n<p><strong>System Information<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias meminfo='free -m -h' # Check memory usage in MB\/GB<br>alias cpuinfo='lscpu' # Display CPU info<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Removing Aliases<\/h2>\n\n\n\n<p>To delete a temporary alias during the session:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>unalias alias_name<\/code><\/pre>\n\n\n\n<p>For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>unalias ll<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"587\" height=\"168\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-636.png\" alt=\"\" class=\"wp-image-16155\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-636.png 587w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-636-300x86.png 300w\" sizes=\"auto, (max-width: 587px) 100vw, 587px\" \/><\/figure>\n\n\n\n<p>To remove a permanent alias, delete it from your shell configuration file and reload the file:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open <code>~\/.bashrc<\/code> or <code>~\/.zshrc<\/code> in a text editor.<\/li>\n\n\n\n<li>Delete the alias line.<\/li>\n\n\n\n<li>Save and exit, then reload the file using the command below<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>source ~\/.bashrc # or ~\/.zshrc<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Listing Aliases<\/h2>\n\n\n\n<p>To view all current aliases:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"824\" height=\"232\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-637.png\" alt=\"\" class=\"wp-image-16156\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-637.png 824w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-637-300x84.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-637-768x216.png 768w\" sizes=\"auto, (max-width: 824px) 100vw, 824px\" \/><\/figure>\n\n\n\n<p>Or for a specific alias:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias alias_name<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Royal tip on creation of Aliases<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Use Descriptive Names<\/strong>: Use short but meaningful names to remember your aliases easily.<\/li>\n\n\n\n<li><strong>Be Careful with Overrides<\/strong>: Some aliases can override default commands; ensure this is intentional.<\/li>\n\n\n\n<li><strong>Document Your Aliases<\/strong>: Keep a list of your aliases, especially if you share configurations across systems.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Author&#8217;s Final word <\/h2>\n\n\n\n<p>Aliases in Linux are a great way to streamline command-line work and improve efficiency. <\/p>\n\n\n\n<p>They allow customization, save time, and can even add an extra layer of safety for potentially destructive commands. Start by setting up a few helpful aliases, and as you grow more comfortable, explore advanced techniques to maximize productivity.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Aliases in Linux are shortcuts for longer commands, enabling quicker and more efficient command-line navigation. Whether you frequently type a complex command or want to customize your command-line experience, aliases are a powerful tool for any Linux user or administrator. What are Aliases? In Linux, an alias is a custom shortcut for a command or [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[1820,1824,1879,2128],"doc_tag":[],"class_list":["post-16131","docs","type-docs","status-publish","hentry","doc_category-cloud-servers-in-kenya","doc_category-dedicated-servers","doc_category-servers","doc_category-vps-servers"],"year_month":"2026-07","word_count":663,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Eugene","author_nicename":"eugene","author_url":"https:\/\/truehost.com\/support\/author\/eugene\/"},"doc_category_info":[{"term_name":"Cloud servers in Kenya","term_url":"https:\/\/truehost.com\/support\/docs-category\/cloud-servers-in-kenya\/"},{"term_name":"dedicated servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/dedicated-servers\/"},{"term_name":"Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/servers\/"},{"term_name":"VPS-Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/vps-servers\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Getting Started with Linux Aliases: Simplify Your Commands -<\/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:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started with Linux Aliases: Simplify Your Commands -\" \/>\n<meta property=\"og:description\" content=\"Aliases in Linux are shortcuts for longer commands, enabling quicker and more efficient command-line navigation. Whether you frequently type a complex command or want to customize your command-line experience, aliases are a powerful tool for any Linux user or administrator. What are Aliases? In Linux, an alias is a custom shortcut for a command or [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-30T10:41:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-1024x459.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/getting-started-with-linux-aliases-simplify-your-commands\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/getting-started-with-linux-aliases-simplify-your-commands\\\/\",\"name\":\"Getting Started with Linux Aliases: Simplify Your Commands -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/getting-started-with-linux-aliases-simplify-your-commands\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/getting-started-with-linux-aliases-simplify-your-commands\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-630-1024x459.png\",\"datePublished\":\"2024-10-30T07:32:03+00:00\",\"dateModified\":\"2024-10-30T10:41:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/getting-started-with-linux-aliases-simplify-your-commands\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/getting-started-with-linux-aliases-simplify-your-commands\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/getting-started-with-linux-aliases-simplify-your-commands\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-630-1024x459.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-630-1024x459.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/getting-started-with-linux-aliases-simplify-your-commands\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started with Linux Aliases: Simplify Your Commands\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Started with Linux Aliases: Simplify Your 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:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started with Linux Aliases: Simplify Your Commands -","og_description":"Aliases in Linux are shortcuts for longer commands, enabling quicker and more efficient command-line navigation. Whether you frequently type a complex command or want to customize your command-line experience, aliases are a powerful tool for any Linux user or administrator. What are Aliases? In Linux, an alias is a custom shortcut for a command or [&hellip;]","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/","article_modified_time":"2024-10-30T10:41:18+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-1024x459.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/","name":"Getting Started with Linux Aliases: Simplify Your Commands -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-1024x459.png","datePublished":"2024-10-30T07:32:03+00:00","dateModified":"2024-10-30T10:41:18+00:00","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-1024x459.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-630-1024x459.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/getting-started-with-linux-aliases-simplify-your-commands\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"Getting Started with Linux Aliases: Simplify Your Commands"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=16131"}],"version-history":[{"count":13,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16131\/revisions"}],"predecessor-version":[{"id":16161,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16131\/revisions\/16161"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=16131"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=16131"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=16131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}