Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Exit bash script if not running as root

[[ $EUID -ne 0 ]] && echo "This script must be run as root." && exit 1
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu cmd firewall give access to port 
Shell :: Connecting to WSL2 server via local network 
Shell :: rancher install docker 
Shell :: run command on startup neovim 
Shell :: stop tracking files git 
Shell :: run sh from terminal mac 
Shell :: bash return last n characters from every line 
Shell :: how to change git author 
Shell :: linux command for file size 
Shell :: update metsploit kali linux 
Shell :: tar extract gz 
Shell :: check space left in ubuntu terminal 
Shell :: clean remove npm with cache 
Shell :: awk get last field 
Shell :: how to determine the file type in ubuntu 
Shell :: kill wine process 
Shell :: install flask ubuntu 20.04 
Shell :: code commit on github 
Shell :: save output of command to variable bash 
Shell :: delay bash 
Shell :: git amend last commit message 
Shell :: echo -e flag 
Shell :: offline heic to jpg converter on linux 
Shell :: pip install package to specific directory 
Shell :: react router install 
Shell :: see file size linux 
Shell :: pytorch for jetson nano 
Shell :: git fatal pack has bad object at offset 
Shell :: curl ssl verify false cli 
Shell :: manjaro nodejs 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =