Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] output of "sudo time ls"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Sat Jan 10, 2015 4:43 pm    Post subject: [solved] output of "sudo time ls" Reply with quote

accidently I switched sudo and the following command and was wondering about the output, here's an example:
Code:
$ sudo time ls
Desktop  devel  Downloads  hetzner  mbox  my  n22_trinity_uml_config  p  tmp  virtual  workspace
0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 8320maxresident)k
0inputs+0outputs (0major+104minor)pagefaults 0swaps


Last edited by toralf on Sat Jan 10, 2015 9:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Sat Jan 10, 2015 6:12 pm    Post subject: Reply with quote

Post the output of
Code:
sudo which time
please. ;)

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Sat Jan 10, 2015 7:50 pm    Post subject: Reply with quote

John R. Graham wrote:
Post the output of
Code:
sudo which time
please. ;)

- John
Code:
tfoerste@t44 ~/devel/linux $ sudo which time
/usr/bin/time
Well, that might explain it :-)
Code:
$ /usr/bin/time ls
~.       crypto         include  kernel       mm              samples     tools
arch     Documentation  init     lib          Module.symvers  scripts     usr
block    drivers        ipc      linux        net             security    virt
COPYING  firmware       Kbuild   MAINTAINERS  README          sound       vmlinux
CREDITS  fs             Kconfig  Makefile     REPORTING-BUGS  System.map  vmlinux.o
0.00user 0.00system 0:00.00elapsed 75%CPU (0avgtext+0avgdata 7760maxresident)k
0inputs+0outputs (0major+101minor)pagefaults 0swaps
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Sat Jan 10, 2015 8:51 pm    Post subject: Reply with quote

And, of course, as you probably already know,
Code:
equery belongs /usr/bin/time
will tell you which package it came from. ;)

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Sat Jan 10, 2015 9:59 pm    Post subject: Reply with quote

John R. Graham wrote:
And, of course, as you probably already know,
Code:
equery belongs /usr/bin/time
will tell you which package it came from. ;)

- John
Thx John, /me should read "man time" before
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum