Jump to content

Search the Community

Showing results for tags 'sudo'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • General Discussion
    • Artificial Intelligence
    • DevOps Forum News
  • DevOps & SRE
    • DevOps & SRE General Discussion
    • Databases, Data Engineering & Data Science
    • Development & Programming
    • CI/CD, GitOps, Orchestration & Scheduling
    • Docker, Containers, Microservices, Serverless & Virtualization
    • Infrastructure-as-Code
    • Kubernetes
    • Linux
    • Logging, Monitoring & Observability
    • Red Hat OpenShift
    • Security
  • Cloud Providers
    • Amazon Web Services
    • Google Cloud Platform
    • Microsoft Azure

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


LinkedIn Profile URL


About Me


Cloud Platforms


Cloud Experience


Development Experience


Current Role


Skills


Certifications


Favourite Tools


Interests

Found 2 results

  1. The sudo or “superuser do” utility is your Linux system’s prominent feature that lets you perform operations with administrative privileges. For instance, you’re an ordinary system user and want to execute a program requiring root user permissions. This is what sudo helps you achieve by which you can perform administrative tasks without direct access to the root account. The sudo utility is essential for security, accountability, and system access control. System administrators can configure sudo to provide different permissions(read, write, and execute) to various users. Hence, you also must be fully aware of sudo and its use cases. So this short guide is all about ways to use sudo in Linux. How to Use sudo in Linux Let’s start with the basic command like apt update in which you need a sudoer access to perform the update task: sudo apt update If you want to check the what type of command a current user can run then please run the below command: sudo -l A Quick Summary Sudo in Linux is a powerful utility for performing tasks as a root user, so it is a crucial command to remember. This short guide demonstrates how you can run any command using sudo that merely requires you to enter the password to execute successfully. Moreover, you can input a password one time, and it would last for the whole terminal session. View the full article
  2. The post How to Create Sudo User in openSUSE Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The sudo command allows a user to administer a Linux system with the security privileges of another user, by default, the superuser or root. In this guide, we will walk you through the process The post How to Create Sudo User in openSUSE Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
  • Forum Statistics

    42.3k
    Total Topics
    42.2k
    Total Posts
×
×
  • Create New...