- add chage, write, talk and chfn to list of commands that complete on user
This commit is contained in:
parent
81187bdaab
commit
57dfffdc5b
@ -1,6 +1,6 @@
|
||||
# bash_completion - some programmable completion functions for bash 2.05a
|
||||
#
|
||||
# $Id: bash_completion,v 1.200 2002/03/15 20:02:06 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.201 2002/03/15 20:02:48 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -71,7 +71,7 @@ complete -f -X '!*.fig' xfig
|
||||
# start of section containing compspecs that can be handled within bash
|
||||
|
||||
# user commands see only users
|
||||
complete -u finger su usermod userdel passwd
|
||||
complete -u finger su usermod userdel passwd chage write talk chfn
|
||||
|
||||
# group commands see only groups
|
||||
complete -g groupmod groupdel
|
||||
|
Loading…
x
Reference in New Issue
Block a user