Answers for "sudo"

C#
2

how does sudo command work

x = your new software
y = your password
sudo x
(Here a bunch of text will run on its own. Dont worry.)
y
Posted by: Guest on August-10-2020
0

sudo

Bad example, here is a good example: sudo nmap -sV -sC -T4 xxx.xxx.xx.xx
(any IP you want to scan)
Posted by: Guest on March-20-2021
-1

sudo

sudo is a program for Unix-like computer operating systems that allows users to run programs with the security privileges of another user, by default the superuser, and you must have access in the /etc/sudoers files owned by root
Posted by: Guest on April-22-2021
-1

sudo

sudo menas to have admin privaliges, like 

sudo python --version
Posted by: Guest on November-18-2020

C# Answers by Framework

Browse Popular Code Answers by Language