{"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 Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\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:published_time\" content=\"2021-08-04T12:44:45+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\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=\"1 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"OWS KB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"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\/#webpage\",\"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\",\"dateModified\":\"2021-08-04T12:44:45+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"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,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@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\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ownwebservers.com\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_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}]}}