1

I have a way to list all the accounts in Mac via terminal using the dscacheutil command. Is there any way to get to know if a particular account is a mobile account or not from the terminal?

bmike
  • 235,889
Shanti K
  • 141

1 Answers1

0

Finally i figured out that there is a way to list down all the local accounts. And this includes the mobile accounts of the network users. This command gives the above info:

dscl /Local/Default -list Users
bmike
  • 235,889
Shanti K
  • 141
  • I get Too few parameters for list operation after calling this. – Mateusz Szlosek Feb 19 '15 at 13:20
  • @MateuszSzlosek: What parameters do you need? – Shanti K Feb 21 '15 at 05:56
  • 1
    @MateuszSzlosek You're correct - the syntax is missing a path to list. I've edited the post to request a list of users. Not sure that's what the OP needed though since the title says "list only mobile". Other options exist at http://apple.stackexchange.com/q/29874/5472 – bmike Aug 09 '16 at 10:59