Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

grant superuser permission to sudo user ubuntu

adduser sudo_user_name
//grant privileges
visudo
under line 
root ALL=(ALL:ALL) ALL 
add this line
sudo_user_name ALL=(ALL:ALL) ALL
sudo apt-get update
Comment

PREVIOUS NEXT
Code Example
Shell :: bash ls command not found 
Shell :: install playstore anbox 
Shell :: terminal command as parameter 
Shell :: how to install httrack in kali linux 
Shell :: Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx. 
Shell :: sudo tee 
Shell :: enable rdp windows 10 powershell 
Shell :: how to count files in a directory linux 
Shell :: how to set execute permission in linux 
Shell :: istio grafana 
Shell :: sed digits 
Shell :: install dotenv module windows 
Shell :: flutter plugin installed but in flutter doctor it shows not installed 
Shell :: bash float operation 
Shell :: ubuntu download file from url 
Shell :: upgrade docker compose windows 
Shell :: dpkg install deb with dependencies 
Shell :: emacs copy paste 
Shell :: error permission to .git denied to deploy key 
Shell :: how to revert to a specific commit in origin 
Shell :: combine two document together lnux 
Shell :: install pycharm in ubuntu 
Shell :: updating vscode on ubuntu 
Shell :: youtube-dl uninstall mac 
Shell :: adding alias to for echo 
Shell :: how to set default editor in git 
Shell :: git remote set url 
Shell :: uninstall gem 
Shell :: eslint init 
Shell :: phpall version extension installation command on centos 7 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =