bug#13738: Add --all option to 'users' command

2019-02-10 Thread Bob Proulx
anatoly techtonik wrote: > Bob Proulx wrote: > > > Human users have UIDs starting at 1000, > > > > That assumption is incorrect. Many systems start users off at 100. > > Many others start users at 500. There isn't any univerial standard. > > It is a local system configuration option. > > How to

bug#13738: Add --all option to 'users' command

2019-02-10 Thread anatoly techtonik
On Tue, Feb 19, 2013 at 12:01 AM Bob Proulx wrote: > > anatoly techtonik wrote: > > Bob Proulx wrote: > > > anatoly techtonik wrote: > > > > The 'users' command shows users who are currently online. It will be > > > > nice > > > > to have --all option to show all users. > > > > > > Do you mean

bug#13738: Add --all option to 'users' command

2019-01-17 Thread Assaf Gordon
tags 13738 wontfix close 13738 stop (triaging old bugs) Hello, On 2013-02-18 2:01 p.m., Bob Proulx wrote: anatoly techtonik wrote: Bob Proulx wrote: anatoly techtonik wrote: The 'users' command shows users who are currently online. It will be nice to have --all option to show all users.

bug#13738: Add --all option to 'users' command

2013-02-18 Thread Bob Proulx
anatoly techtonik wrote: Bob Proulx wrote: anatoly techtonik wrote: The 'users' command shows users who are currently online. It will be nice to have --all option to show all users. Do you mean the equivelent to this? $ getent passwd | awk -F: '{print$1}' Yes. And also - the

bug#13738: Add --all option to 'users' command

2013-02-17 Thread anatoly techtonik
The 'users' command shows users who are currently online. It will be nice to have --all option to show all users. -- anatoly t.

bug#13738: Add --all option to 'users' command

2013-02-17 Thread Bob Proulx
tag 13738 + moreinfo thanks anatoly techtonik wrote: The 'users' command shows users who are currently online. It will be nice to have --all option to show all users. Do you mean the equivelent to this? $ getent passwd | awk -F: '{print$1}' Bob

bug#13738: Add --all option to 'users' command

2013-02-17 Thread anatoly techtonik
On Mon, Feb 18, 2013 at 8:48 AM, Bob Proulx b...@proulx.com wrote: tag 13738 + moreinfo thanks anatoly techtonik wrote: The 'users' command shows users who are currently online. It will be nice to have --all option to show all users. Do you mean the equivelent to this? $ getent