Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created September 25, 2014 16:11
Embed
What would you like to do?
Command line to update Bash (CVE-2014-6271)
# Ubuntu using apt-get
sudo apt-get install --only-upgrade bash
# CentOS, Red Hat etc using yum
sudo yum update bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment