WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bash and "groups" command please help  (Read 1358 times)

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
bash and "groups" command please help
« on: July 01, 2013, 07:38:33 AM »
Hi: I have TLC 3.8.4 and 4.7.7 running. The terminal CL responds to:
$ groups
with:
bash: groups: command not found
tc@box:~$

bash is installed. $ help groups
also does not work.

$ help echo
works although it is also a bash command.
$ which and whereis also

How can I make the "groups" command work?

Thank you for your help
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline theYinYeti

  • Full Member
  • ***
  • Posts: 177
    • YetI web site
Re: bash and "groups" command please help
« Reply #1 on: July 01, 2013, 07:50:44 AM »
Use “busybox id -Gn” instead ;-)