Barney T. Administrators Share Posted August 5, 2006 A fairly comprehensive list of common Linux commands: http://www.pixelbeat.org/cmdline.html Barney Link to post Share on other sites
Tiftof Share Posted August 5, 2006 Great little list :) I'm getting into linux and I love how easily and fast you can do some stuff in a terminal. Going to print this list, read it and keep it as a reference. thanks Link to post Share on other sites
Z3r0 Share Posted August 5, 2006 this is a good one: shutdown now :p (sorry, bad day with linux) Link to post Share on other sites
Tiftof Share Posted August 5, 2006 I was just going through my favorites in firefox and found another great tutorial about common commands: http://gd.tuwien.ac.at/linuxcommand.org/le...g_the_shell.php But this is guide is more about basic commands you need everyday. Could help another newbie like me :) Link to post Share on other sites
Hurmoth Share Posted August 6, 2006 Excellent! This is a huge help... thanks :) Link to post Share on other sites
aggrophobik Share Posted August 27, 2006 Helpful for a n00b like myself, thanks. Link to post Share on other sites
moloko Share Posted November 9, 2006 Just started class and writing scripts. thanks. Link to post Share on other sites
Swiftie Share Posted November 11, 2006 Both links are superb. Learning so much. ;) Link to post Share on other sites
Agnes Leroy Share Posted December 19, 2006 Thanks man..this will help learners like me. Link to post Share on other sites
miinamd Share Posted December 27, 2006 Another Link which I use http://www.oreillynet.com/linux/cmd/ Link to post Share on other sites
MysticGr Share Posted March 23, 2007 This might be helpful too: http://www.my-guides.net/en/content/view/29/26/ ;) Link to post Share on other sites
akiratheoni Share Posted November 15, 2007 Nice guide, i book marked it. Link to post Share on other sites
Krpano Share Posted November 15, 2007 Great links...all of them. All bookmarked for future need. Thx guys. Link to post Share on other sites
dead.cell Share Posted December 12, 2007 Great bunch of lists guys! Thanks. :D Link to post Share on other sites
Nn'theraq'pss Share Posted January 3, 2008 Kill a process by it's name: kill `ps -ef | grep process_name | grep -v grep | awk '{print $2}'` Link to post Share on other sites
mvs subramanyam Share Posted December 1, 2008 very nice links thanks a lot my friend :D Link to post Share on other sites
rson451 Share Posted December 4, 2008 Kill a process by it's name:kill `ps -ef | grep process_name | grep -v grep | awk '{print $2}'` or just: killall process_name Link to post Share on other sites
Cyber-Knight Share Posted December 4, 2009 Perfect lists, perfect documentation. printed a copy and sticked it to the table. many thanks everybody :) Link to post Share on other sites
Recommended Posts