Skip to content

Instantly share code, notes, and snippets.

@akm
Created May 11, 2009 01:49
Show Gist options
  • Save akm/109835 to your computer and use it in GitHub Desktop.
Save akm/109835 to your computer and use it in GitHub Desktop.
.bash_profile
# http://kazmax.zpp.jp/lin/etc_passwd.html
alias users_list="cut -d: -f1 /etc/passwd | sort"
alias groups_list="cat /etc/group | sort"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment