Linux suspend application?
Posted: Thu Nov 03, 2011 9:04 pm
I'm trying to figure out which application makes xubuntu go to sleep, because it's clearly the best.
usleep() is a function. It could be what my system uses.
I wish the comments said
Code: Select all
aio_suspend (3) - wait for asynchronous I/O operation or timeout
pasuspender (1) - Temporarily suspend PulseAudio
pm-action (8) - Suspend or Hibernate your computer
pm-hibernate (8) - Suspend or Hibernate your computer
pm-is-supported (1) - Test whether suspend or hibernate is supported.
pm-suspend (8) - Suspend or Hibernate your computer
pm-suspend-hybrid (8) - Suspend or Hibernate your computer
rt_sigsuspend (2) - wait for a signal
sigsuspend (2) - wait for a signal
usleep (3) - suspend execution for microsecond intervals
I wish the comments said
Code: Select all
xxxxx - THIS IS WHAT YOUR COMPUTER USES TO SUSPEND!