I know I can create a folder's shortcut by pressing Ctrl and shift, but I wonder how to do it in a command line.
You can create a symbolik link file in the Desktop folder with a ln command like this:
Desktop
ln
ln -s ~/home/user/some/folder ~/Desktop/some_folder