Funny Linux Commands - With Actual Outputs

admin on July 13th, 2008 | File Under Linux ariticles, Recommended -

Funny Linux command-lines with real output…

% cat “food in cans”
cat: can’t open food in cans

% nice man woman
No manual entry for woman.

% “How would you rate Quayle’s incompetence?
Unmatched “.

% Unmatched “.
Unmatched “.

Read more

No Comments Tags: ,

Tip-redirecting with sudo command

admin on July 10th, 2008 | File Under Linux Command Tips, Linux Server Tips, Linux Tips -

If you directly use sudo command to redirect  ,you will probably get error,eg:

sudo route -n> /etc/linuxine

you will get error: Read More »

1 Comment Tags: , ,

Tips-Useful commands

admin on November 12th, 2007 | File Under Uncategorized -

1. Creating a tar.gz file:

tar -czpf folder_name.tar.gz folder_name

this command create folder_name to folder_name.tar.gz 。 Read More »

No Comments Tags: