{"id":1195,"date":"2021-08-04T12:44:45","date_gmt":"2021-08-04T12:44:45","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=1195"},"modified":"2021-08-04T12:44:45","modified_gmt":"2021-08-04T12:44:45","slug":"how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/","title":{"rendered":"How to Use sudo to Assign Root Access to a User on a Linux Server"},"content":{"rendered":"<h2>Using sudo to Assign Root Access to a User on a Linux Server<\/h2>\n<p>Attimes you&#8217;re needed to supply Root access for a specific account having limited privileges on a server. you need to follow the below steps to assign Root Access to a specific user using sudo.<\/p>\n<p><strong>Step 1 :<\/strong>\u00a0Login to the server as root.<\/p>\n<p><strong>Step 2 :<\/strong>\u00a0Run the following command :<\/p>\n<blockquote><p><code>root@host\u00a0[~]# visudo<\/code><\/p><\/blockquote>\n<p><strong>Step 3 :<\/strong>\u00a0The screen displayed would be of the\u00a0<strong>sudoers<\/strong>\u00a0file in the\u00a0<strong>vi editor<\/strong>. You must include the belwow line into this file to assign complete root privileges to an account (in our case it is accountname).:<\/p>\n<blockquote><p><code>accountname ALL=(ALL) ALL<\/code><\/p><\/blockquote>\n<p><strong>Step 4 :<\/strong>\u00a0If you do not intend to offer the complete access but be able to run a particular list of commands, you may create a command alias in your\u00a0<strong>sudoers file<\/strong>, for example:<\/p>\n<blockquote><p><code>User_Alias ADMINS = accountname<br \/>\nCmnd_Alias HTTPD = \/etc\/init.d\/httpd<br \/>\nADMINS ALL = HTTPD<\/code><\/p><\/blockquote>\n<p>With this, you must be able tocreate a group of users whom you&#8217;ll be able to then assign command aliases to. you simply need to make sure that the users are separated using a comma (,).<\/p>\n<p>The Cmnd_Alias would show you a list of different commands that the users of a specific Alias can run. You may then select the user alias and assign the command alias.<\/p>\n<p>The above would raise the user to enter his\/er password every time sudo is run. Although if don\u2019t wish the system to raise a password every time, you&#8217;ll replace ADMINS ALL = HTTPD within the last line with the following:<\/p>\n<blockquote><p>ADMINS ALL = NOPASSWD: HTTPD<\/p><\/blockquote>\n<p>Incase you wish any help with this, please contact our <a href=\"https:\/\/ownwebservers.com\/contact-us\/\">support department<\/a> via. 24\u00d77 Live Chat out there at <a href=\"https:\/\/ownwebservers.com\/\">www.ownwebservers.com<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Using sudo to Assign Root Access to a User on a Linux Server Attimes you&#8217;re needed to supply Root access for a specific account having limited privileges on a server. you need to follow the below steps to assign Root Access to a specific user using sudo. Step 1 :\u00a0Login to the server as root. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-1195","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use sudo to Assign Root Access to a User on a Linux Server - OWS KB<\/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:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use sudo to Assign Root Access to a User on a Linux Server - OWS KB\" \/>\n<meta property=\"og:description\" content=\"Using sudo to Assign Root Access to a User on a Linux Server Attimes you&#8217;re needed to supply Root access for a specific account having limited privileges on a server. you need to follow the below steps to assign Root Access to a specific user using sudo. Step 1 :\u00a0Login to the server as root. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/OWN-WEB-SERVERS-107052961577434\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-04T12:44:45+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OwnWebservers\" \/>\n<meta name=\"twitter:site\" content=\"@OwnWebservers\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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:\\\/\\\/ownwebservers.com\\\/kb\\\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#\\\/schema\\\/person\\\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"headline\":\"How to Use sudo to Assign Root Access to a User on a Linux Server\",\"datePublished\":\"2021-08-04T12:44:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\\\/\"},\"wordCount\":280,\"publisher\":{\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\\\/\",\"url\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\\\/\",\"name\":\"How to Use sudo to Assign Root Access to a User on a Linux Server - OWS KB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#website\"},\"datePublished\":\"2021-08-04T12:44:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use sudo to Assign Root Access to a User on a Linux Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/\",\"name\":\"OWS KB\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#organization\",\"name\":\"Own Web Servers\",\"url\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/OWS-Logo-with-punchline-front-scaled.png\",\"contentUrl\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/OWS-Logo-with-punchline-front-scaled.png\",\"width\":2560,\"height\":994,\"caption\":\"Own Web Servers\"},\"image\":{\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/OWN-WEB-SERVERS-107052961577434\",\"https:\\\/\\\/x.com\\\/OwnWebservers\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ownwebservers.com\\\/kb\\\/#\\\/schema\\\/person\\\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/ownwebservers.com\\\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use sudo to Assign Root Access to a User on a Linux Server - OWS KB","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:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Use sudo to Assign Root Access to a User on a Linux Server - OWS KB","og_description":"Using sudo to Assign Root Access to a User on a Linux Server Attimes you&#8217;re needed to supply Root access for a specific account having limited privileges on a server. you need to follow the below steps to assign Root Access to a specific user using sudo. Step 1 :\u00a0Login to the server as root. [&hellip;]","og_url":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/","og_site_name":"OWS KB","article_publisher":"https:\/\/www.facebook.com\/OWN-WEB-SERVERS-107052961577434","article_published_time":"2021-08-04T12:44:45+00:00","author":"admin","twitter_card":"summary_large_image","twitter_creator":"@OwnWebservers","twitter_site":"@OwnWebservers","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/#article","isPartOf":{"@id":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/"},"author":{"name":"admin","@id":"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2"},"headline":"How to Use sudo to Assign Root Access to a User on a Linux Server","datePublished":"2021-08-04T12:44:45+00:00","mainEntityOfPage":{"@id":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/"},"wordCount":280,"publisher":{"@id":"https:\/\/ownwebservers.com\/kb\/#organization"},"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/","url":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/","name":"How to Use sudo to Assign Root Access to a User on a Linux Server - OWS KB","isPartOf":{"@id":"https:\/\/ownwebservers.com\/kb\/#website"},"datePublished":"2021-08-04T12:44:45+00:00","breadcrumb":{"@id":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ownwebservers.com\/kb\/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ownwebservers.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Use sudo to Assign Root Access to a User on a Linux Server"}]},{"@type":"WebSite","@id":"https:\/\/ownwebservers.com\/kb\/#website","url":"https:\/\/ownwebservers.com\/kb\/","name":"OWS KB","description":"","publisher":{"@id":"https:\/\/ownwebservers.com\/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ownwebservers.com\/kb\/#organization","name":"Own Web Servers","url":"https:\/\/ownwebservers.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ownwebservers.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2026\/07\/OWS-Logo-with-punchline-front-scaled.png","contentUrl":"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2026\/07\/OWS-Logo-with-punchline-front-scaled.png","width":2560,"height":994,"caption":"Own Web Servers"},"image":{"@id":"https:\/\/ownwebservers.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/OWN-WEB-SERVERS-107052961577434","https:\/\/x.com\/OwnWebservers"]},{"@type":"Person","@id":"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/ownwebservers.com\/kb"]}]}},"_links":{"self":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1195","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/comments?post=1195"}],"version-history":[{"count":1,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1195\/revisions"}],"predecessor-version":[{"id":1196,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1195\/revisions\/1196"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=1195"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=1195"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=1195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}