This tutorial will explain how to show desktop from command line in ubuntu.You can use xdotool to do this.
xdotool lets you programatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST extension and other Xlib functions.
Continue reading →

