{"id":310,"date":"2019-11-13T22:17:51","date_gmt":"2019-11-13T16:17:51","guid":{"rendered":"https:\/\/bdwebit.com\/blog\/?p=310"},"modified":"2026-02-22T15:12:58","modified_gmt":"2026-02-22T09:12:58","slug":"how-to-add-a-user-and-grant-root-privileges-on-ubuntu","status":"publish","type":"post","link":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/","title":{"rendered":"How To Add a User and Grant Root Privileges on Ubuntu 16.04 \/ 18.04"},"content":{"rendered":"<p>Adding a user and granting that user root privileges is one of the many tasks of a system admin. \u00a0\u00a0Once a user has been added and granted root privileges they\u2019ll be able to login to your Ubuntu 16.04 \/ <a href=\"https:\/\/bdwebit.com\/linux-vps\" target=\"_blank\" rel=\"noopener noreferrer\">Ubuntu 18.04<\/a> and perform vital functions for the upkeep of the system. Afterward, they\u2019ll be able to use <b>sudo <\/b>before commands to perform elevated tasks. \u00a0In this quick tutorial, we\u2019ll show you how to add a new user and grant root permissions.<span id=\"more-20663\"><\/span><\/p>\n<h4><b>Pre flight<\/b><\/h4>\n<ul>\n<li>These instructions are intended specifically for adding a user on Ubuntu 16.04 \/ Ubuntu 18.04 LTS.<\/li>\n<li>We\u2019ll be working from a Liquid Web Core Managed <a href=\"https:\/\/bdwebit.com\/linux-vps\">Ubuntu 16.04<\/a> \/ Ubuntu 18.04 LTS server, and I\u2019ll be logged in as root.<\/li>\n<\/ul>\n<h2><b>Step 1: Add the Username<\/b><\/h2>\n<p>In my example, I\u2019ll be adding my cat\u2019s name, Tom, using the <b>adduser <\/b>command. Replace tom with your desired username. During this time, the system will also ask of me details from my user. \u00a0Feel free to skip these details by pressing enter and eventually it asks us to confirm that the info is correct, leading us to a new user added.<\/p>\n<p><code>adduser ubuntu<br \/>\n<\/code><\/p>\n<p><b>Example Output:<\/b><br \/>\n<code>Adding user `ubuntu' ...<br \/>\nAdding new group `ubuntu' (1001) ...<br \/>\nAdding new user `ubuntu' (1001) with group `ubuntu' ...<br \/>\nCreating home directory `\/home\/ubuntu' ...<br \/>\nCopying files from `\/etc\/skel' ...<br \/>\nEnter new UNIX password:<br \/>\nRetype new UNIX password:<br \/>\npasswd: password updated successfully<br \/>\nChanging the user information for ubuntu<br \/>\nEnter the new value, or press ENTER for the default<br \/>\nFull Name []: Ubuntu<br \/>\nRoom Number []:<br \/>\nWork Phone []:<br \/>\nHome Phone []:<br \/>\nOther []:<br \/>\nIs the information correct? [Y\/n] Y<\/code><\/p>\n<h2><b>Step 2: Grant Root Privileges to the User<\/b><\/h2>\n<p><code>visudo<\/code><\/p>\n<p>The command below leads us to the <b>\/etc\/sudoers.tmp<\/b> file where we can view the following code:<code># User privilege specification<br \/>\nroot\u00a0\u00a0\u00a0 ALL=(ALL:ALL) ALL<\/code><\/p>\n<p>After the root user line, you\u2019ll add in your new user with the same format for us to grant admin privledges.<\/p>\n<p><code>ubuntu ALL=(ALL:ALL)ALL<\/code><\/p>\n<p>Once you\u2019ve added the permission, save and exit the file by using <b>:wq<\/b> and<b> enter<\/b>.<\/p>\n<h2><b>Step 3: Verify User Has Priviledges<\/b><\/h2>\n<p>If you\u2019ve followed the instructions correctly then this user will be able to run commands like, update, using the <b>sudo<\/b>:<\/p>\n<p><code>su - ubuntu<\/code><\/p>\n<p><code>sudo apt-get update<\/code><\/p>\n<p>Want to do admin tasks through a control panel? Check out our servers that come with <a href=\"https:\/\/bdwebit.com\/linux-vps\" target=\"_blank\" rel=\"noopener noreferrer\">cPanel servers<\/a>. or you can choose our <a href=\"https:\/\/bdwebit.com\/shared-hosting\">Shared Hosting<\/a> which comes with cpanel. We offer free migrations and 24\/7 support making it effortless to switch to <a href=\"https:\/\/bdwebit.com\/\">BDWEB IT<\/a>!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adding a user and granting that user root privileges is one of the many tasks of a system admin. \u00a0\u00a0Once a user has been added and granted root privileges they\u2019ll be able to login to your Ubuntu 16.04 \/ Ubuntu 18.04 and perform vital functions for the upkeep of the system. Afterward, they\u2019ll be able &#8230; <a title=\"How To Add a User and Grant Root Privileges on Ubuntu 16.04 \/ 18.04\" class=\"read-more\" href=\"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/\" aria-label=\"Read more about How To Add a User and Grant Root Privileges on Ubuntu 16.04 \/ 18.04\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":4121,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[62,59,58,61,60,63],"class_list":["post-310","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-add-user-on-ubuntu-server","tag-grant-root-privileges","tag-ubuntu","tag-ubuntu-16-04","tag-ubuntu-18-04","tag-ubuntu-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Add a User and Grant Root Privileges on Ubuntu<\/title>\n<meta name=\"description\" content=\"Following 3 steps: Step 1: Add the Username , Step 2: Grant Root Privileges to the User, Step 3: Verify User Has Priviledges\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Add a User and Grant Root Privileges on Ubuntu\" \/>\n<meta property=\"og:description\" content=\"Following 3 steps: Step 1: Add the Username , Step 2: Grant Root Privileges to the User, Step 3: Verify User Has Priviledges\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"BDWEBIT Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-13T16:17:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-22T09:12:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/11\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Abraham M.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abraham M.\" \/>\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:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/\"},\"author\":{\"name\":\"Abraham M.\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/person\\\/b2625f2366684a57abaee622470db4be\"},\"headline\":\"How To Add a User and Grant Root Privileges on Ubuntu 16.04 \\\/ 18.04\",\"datePublished\":\"2019-11-13T16:17:51+00:00\",\"dateModified\":\"2026-02-22T09:12:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/\"},\"wordCount\":331,\"publisher\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg\",\"keywords\":[\"add user on ubuntu server\",\"Grant Root Privileges\",\"ubuntu\",\"ubuntu 16.04\",\"ubuntu 18.04\",\"ubuntu server\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/\",\"name\":\"How To Add a User and Grant Root Privileges on Ubuntu\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg\",\"datePublished\":\"2019-11-13T16:17:51+00:00\",\"dateModified\":\"2026-02-22T09:12:58+00:00\",\"description\":\"Following 3 steps: Step 1: Add the Username , Step 2: Grant Root Privileges to the User, Step 3: Verify User Has Priviledges\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg\",\"width\":1200,\"height\":628,\"caption\":\"How To Add a User and Grant Root Privileges on Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Add a User and Grant Root Privileges on Ubuntu 16.04 \\\/ 18.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\",\"name\":\"BDWEBIT Blog\",\"description\":\"Innovation and Excellence in IT\",\"publisher\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\",\"name\":\"BDWEB IT\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/logo.png\",\"width\":300,\"height\":80,\"caption\":\"BDWEB IT\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/person\\\/b2625f2366684a57abaee622470db4be\",\"name\":\"Abraham M.\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/cc1ad22b0cb49820831cd9977a782f98.jpg?ver=1782113477\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/cc1ad22b0cb49820831cd9977a782f98.jpg?ver=1782113477\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/cc1ad22b0cb49820831cd9977a782f98.jpg?ver=1782113477\",\"caption\":\"Abraham M.\"},\"sameAs\":[\"https:\\\/\\\/www.bdwebit.com\"],\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/author\\\/bdwebit\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Add a User and Grant Root Privileges on Ubuntu","description":"Following 3 steps: Step 1: Add the Username , Step 2: Grant Root Privileges to the User, Step 3: Verify User Has Priviledges","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:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How To Add a User and Grant Root Privileges on Ubuntu","og_description":"Following 3 steps: Step 1: Add the Username , Step 2: Grant Root Privileges to the User, Step 3: Verify User Has Priviledges","og_url":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/","og_site_name":"BDWEBIT Blog","article_published_time":"2019-11-13T16:17:51+00:00","article_modified_time":"2026-02-22T09:12:58+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/11\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg","type":"image\/jpeg"}],"author":"Abraham M.","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Abraham M.","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/#article","isPartOf":{"@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/"},"author":{"name":"Abraham M.","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/person\/b2625f2366684a57abaee622470db4be"},"headline":"How To Add a User and Grant Root Privileges on Ubuntu 16.04 \/ 18.04","datePublished":"2019-11-13T16:17:51+00:00","dateModified":"2026-02-22T09:12:58+00:00","mainEntityOfPage":{"@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/"},"wordCount":331,"publisher":{"@id":"https:\/\/bdwebit.com\/blog\/#organization"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/11\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg","keywords":["add user on ubuntu server","Grant Root Privileges","ubuntu","ubuntu 16.04","ubuntu 18.04","ubuntu server"],"articleSection":["Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/","url":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/","name":"How To Add a User and Grant Root Privileges on Ubuntu","isPartOf":{"@id":"https:\/\/bdwebit.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/11\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg","datePublished":"2019-11-13T16:17:51+00:00","dateModified":"2026-02-22T09:12:58+00:00","description":"Following 3 steps: Step 1: Add the Username , Step 2: Grant Root Privileges to the User, Step 3: Verify User Has Priviledges","breadcrumb":{"@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/#primaryimage","url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/11\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/11\/How-To-Add-a-User-and-Grant-Root-Privileges-on-Ubuntu.jpg","width":1200,"height":628,"caption":"How To Add a User and Grant Root Privileges on Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/bdwebit.com\/blog\/how-to-add-a-user-and-grant-root-privileges-on-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bdwebit.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Add a User and Grant Root Privileges on Ubuntu 16.04 \/ 18.04"}]},{"@type":"WebSite","@id":"https:\/\/bdwebit.com\/blog\/#website","url":"https:\/\/bdwebit.com\/blog\/","name":"BDWEBIT Blog","description":"Innovation and Excellence in IT","publisher":{"@id":"https:\/\/bdwebit.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bdwebit.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bdwebit.com\/blog\/#organization","name":"BDWEB IT","url":"https:\/\/bdwebit.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/08\/logo.png","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/08\/logo.png","width":300,"height":80,"caption":"BDWEB IT"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/person\/b2625f2366684a57abaee622470db4be","name":"Abraham M.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/cc1ad22b0cb49820831cd9977a782f98.jpg?ver=1782113477","url":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/cc1ad22b0cb49820831cd9977a782f98.jpg?ver=1782113477","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/cc1ad22b0cb49820831cd9977a782f98.jpg?ver=1782113477","caption":"Abraham M."},"sameAs":["https:\/\/www.bdwebit.com"],"url":"https:\/\/bdwebit.com\/blog\/author\/bdwebit\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/310","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/comments?post=310"}],"version-history":[{"count":2,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/310\/revisions"}],"predecessor-version":[{"id":4123,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/310\/revisions\/4123"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/media\/4121"}],"wp:attachment":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/media?parent=310"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/categories?post=310"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/tags?post=310"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}