john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Htpasswd remove user.sh

!/bin/bash

2009-07 john pfeiffer script using htpasswd to remove a user

from the file "User.password"

arg_count=$# if [ $arg_count -ne 1 ] then echo "Usage:- $0 username" exit fi

htpasswd -D /webadmin/User.password $1


  • « Linux script email formatted text report of backups ntfs share
  • Htpasswd remove user script caller.sh »

Published

Feb 6, 2010

Category

linux

~31 words

Tags

  • htpasswd 7
  • remove 16
  • scripts 63
  • user.sh 4