{"id":11089,"date":"2024-03-23T11:54:54","date_gmt":"2024-03-23T11:54:54","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=11089"},"modified":"2024-03-30T10:59:29","modified_gmt":"2024-03-30T10:59:29","slug":"how-to-add-and-delete-users-in-debian-12","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/","title":{"rendered":"How to Add and Delete Users in Debian 12"},"content":{"rendered":"<p>A user in any operating system, including <a href=\"https:\/\/www.debian.org\/\">Debian 12<\/a>, is an individual account. These users have personalized system settings according to their needs.<\/p>\n<p>For managing system security, it is important to add or remove users from your Debian system.<\/p>\n<p>You can allow the users to log in and perform tasks using your system by adding users. On the other hand, you can remove users who are no longer required.<\/p>\n<p>This guided post explains how one can add and\/or remove users in the Debian 12 system.<\/p>\n<h2><strong>How to Add and Delete Users in Debian 12?<\/strong><\/h2>\n<p>Through this guided post, you will learn:<\/p>\n<ul>\n<li>How to Add Users in Debian 12?<\/li>\n<li>How to Delete Users in Debian 12?<\/li>\n<\/ul>\n<h3><strong>How to Add Users in Debian 12?<\/strong><\/h3>\n<p>The Debian 12 can be utilized to add users with just a simple process.<\/p>\n<p><strong>Step 1: Add User via Terminal <\/strong><\/p>\n<p>From the Debian Activities, launch the terminal window and run the below-mentioned command to add a new user (i.e. user-1). During the adding process, you will be prompted with a few questions, respond to them accordingly:<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n<pre>sudo adduser user-1<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-11090\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-1.png\" alt=\"sudo adduser user-1\" width=\"1088\" height=\"516\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-1.png 1088w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-1-300x142.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-1-1024x486.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-1-768x364.png 768w\" sizes=\"(max-width: 1088px) 100vw, 1088px\" \/><\/pre>\n<p>At the end of the process, you will see that the new user has been added to your Debian 12 system<\/p>\n<p><strong>Step 2: Grant Superuser Privileges<\/strong><\/p>\n<p>Through the command, you can add the \u201cuser-1\u201d to the <strong>sudo<\/strong> group to grant the superuser privileges on your Debian system:<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n<pre>sudo usermod -aG sudo user-1<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre><img decoding=\"async\" class=\"alignnone wp-image-11091\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-2.png\" alt=\"sudo usermod -aG sudo user-1\" width=\"851\" height=\"53\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-2.png 851w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-2-300x19.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-2-768x48.png 768w\" sizes=\"(max-width: 851px) 100vw, 851px\" \/><\/pre>\n<p>Now, the \u201cuser-1\u201d will have sudo privileges on the system.<\/p>\n<p><strong>Step 3: Verify the Added User<\/strong><\/p>\n<p>To inspect the list of all users along with their details, execute the command:<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n<pre>sudo cat \/etc\/passwd<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre><img decoding=\"async\" class=\"alignnone wp-image-11092\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-3.png\" alt=\"sudo cat \/etc\/passwd\" width=\"979\" height=\"316\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-3.png 979w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-3-300x97.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-3-768x248.png 768w\" sizes=\"(max-width: 979px) 100vw, 979px\" \/> <img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11093\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-4.png\" alt=\"sudo cat \/etc\/passwd\" width=\"992\" height=\"225\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-4.png 992w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-4-300x68.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-4-768x174.png 768w\" sizes=\"(max-width: 992px) 100vw, 992px\" \/><\/pre>\n<p>Here, you can verify the new user (i.e. user-1) at the end of the provided list.<\/p>\n<h3><strong>How to Delete Users in Debian 12?<\/strong><\/h3>\n<p>Debian 12 provides a simple command, as given below, to delete users from your system.<\/p>\n<p><strong>Step 1: Remove User Completely<\/strong><\/p>\n<p>You can use the Debian terminal to delete the user and remove their home directory from your system:<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n<pre>sudo deluser user-1 --remove-home<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11094\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-5.png\" alt=\"sudo deluser user-1 --remove-home\" width=\"974\" height=\"182\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-5.png 974w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-5-300x56.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-5-768x144.png 768w\" sizes=\"(max-width: 974px) 100vw, 974px\" \/><\/pre>\n<p>This command has completely removed the \u201cuser-1\u201d and its associated files including the home directory.<\/p>\n<p><strong>Step 2: Confirm User After Removal <\/strong><\/p>\n<p>Once you have deleted the user-1 from your Debian system, you can confirm it using the command:<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n<pre>sudo cat \/etc\/passwd | grep \"user-1\"<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11095\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-6.png\" alt=\"sudo cat \/etc\/passwd | grep &quot;user-1&quot;\" width=\"968\" height=\"58\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-6.png 968w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-6-300x18.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-6-768x46.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/word-image-11089-6-960x58.png 960w\" sizes=\"(max-width: 968px) 100vw, 968px\" \/><\/pre>\n<p>If the command does not return information about &#8220;user-1&#8221;, it indicates that the user has been completely removed from your Debian system.<\/p>\n<h2><strong>Conclusion<\/strong><\/h2>\n<p>Debian 12 provides simple methods to add and delete users from your system. You can add a new user via &#8220;sudo adduser user_name&#8221;, while to remove them, utilize the command &#8220;sudo deluser user_name &#8211;remove-home&#8221;. In this article, you utilized simple commands to add and remove the user from the Debian 12 system.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>A user in any operating system, including Debian 12, is an individual account. These users have personalized system settings according to their needs. For managing system security, it is important to add or remove users from your Debian system. You can allow the users to log in and perform tasks using your system by adding [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":11183,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[295,297,296],"class_list":["post-11089","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-add-user","tag-debian-12","tag-delete-user"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Add and Delete Users in Debian 12 - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"This guided post explains how one can add and\/or remove users in the Debian 12 system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Add and Delete Users in Debian 12 - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"This guided post explains how one can add and\/or remove users in the Debian 12 system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-23T11:54:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-30T10:59:29+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"601\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Add and Delete Users in Debian 12\",\"datePublished\":\"2024-03-23T11:54:54+00:00\",\"dateModified\":\"2024-03-30T10:59:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/\"},\"wordCount\":425,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg\",\"keywords\":[\"Add User\",\"Debian 12\",\"Delete User\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/\",\"name\":\"How to Add and Delete Users in Debian 12 - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg\",\"datePublished\":\"2024-03-23T11:54:54+00:00\",\"dateModified\":\"2024-03-30T10:59:29+00:00\",\"description\":\"This guided post explains how one can add and\/or remove users in the Debian 12 system.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg\",\"width\":1020,\"height\":601,\"caption\":\"How to Add and Delete Users in Debian 12\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Add and Delete Users in Debian 12\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Add and Delete Users in Debian 12 - Greenwebpage Community","description":"This guided post explains how one can add and\/or remove users in the Debian 12 system.","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:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/","og_locale":"en_US","og_type":"article","og_title":"How to Add and Delete Users in Debian 12 - Greenwebpage Community","og_description":"This guided post explains how one can add and\/or remove users in the Debian 12 system.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-03-23T11:54:54+00:00","article_modified_time":"2024-03-30T10:59:29+00:00","og_image":[{"width":1020,"height":601,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Add and Delete Users in Debian 12","datePublished":"2024-03-23T11:54:54+00:00","dateModified":"2024-03-30T10:59:29+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/"},"wordCount":425,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg","keywords":["Add User","Debian 12","Delete User"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/","url":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/","name":"How to Add and Delete Users in Debian 12 - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg","datePublished":"2024-03-23T11:54:54+00:00","dateModified":"2024-03-30T10:59:29+00:00","description":"This guided post explains how one can add and\/or remove users in the Debian 12 system.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/03\/How-to-Add-and-Delete-Users-in-Debian-12.jpg","width":1020,"height":601,"caption":"How to Add and Delete Users in Debian 12"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-add-and-delete-users-in-debian-12\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Add and Delete Users in Debian 12"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=11089"}],"version-history":[{"count":2,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11089\/revisions"}],"predecessor-version":[{"id":11212,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11089\/revisions\/11212"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/11183"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=11089"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=11089"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=11089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}