Barney T. Administrators Posted August 5, 2006 Administrators Share Posted August 5, 2006 A fairly comprehensive list of common Linux commands: http://www.pixelbeat.org/cmdline.html Barney Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/ Share on other sites More sharing options...
Tiftof Posted August 5, 2006 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 comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-587758949 Share on other sites More sharing options...
someware Posted August 5, 2006 Share Posted August 5, 2006 this is a good one: shutdown now :p (sorry, bad day with linux) Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-587759029 Share on other sites More sharing options...
Tiftof Posted August 5, 2006 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 comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-587759127 Share on other sites More sharing options...
Hurmoth Posted August 6, 2006 Share Posted August 6, 2006 Excellent! This is a huge help... thanks :) Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-587763326 Share on other sites More sharing options...
aggrophobik Posted August 27, 2006 Share Posted August 27, 2006 Helpful for a n00b like myself, thanks. Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-587823445 Share on other sites More sharing options...
moloko Posted November 9, 2006 Share Posted November 9, 2006 Just started class and writing scripts. thanks. Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588031502 Share on other sites More sharing options...
Swiftie Posted November 11, 2006 Share Posted November 11, 2006 Both links are superb. Learning so much. ;) Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588035344 Share on other sites More sharing options...
Agnes Leroy Posted December 19, 2006 Share Posted December 19, 2006 Thanks man..this will help learners like me. Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588148738 Share on other sites More sharing options...
kau Posted December 20, 2006 Share Posted December 20, 2006 this is good! neat and clean Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588151321 Share on other sites More sharing options...
miinamd Posted December 27, 2006 Share Posted December 27, 2006 Another Link which I use http://www.oreillynet.com/linux/cmd/ Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588169671 Share on other sites More sharing options...
MysticGr Posted March 23, 2007 Share Posted March 23, 2007 This might be helpful too: http://www.my-guides.net/en/content/view/29/26/ ;) Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588418120 Share on other sites More sharing options...
Loxx Posted October 23, 2007 Share Posted October 23, 2007 cheers for the links folks :) Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588940214 Share on other sites More sharing options...
akiratheoni Posted November 15, 2007 Share Posted November 15, 2007 Nice guide, i book marked it. Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588993880 Share on other sites More sharing options...
Krpano Posted November 15, 2007 Share Posted November 15, 2007 Great links...all of them. All bookmarked for future need. Thx guys. Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-588994921 Share on other sites More sharing options...
dead.cell Posted December 12, 2007 Share Posted December 12, 2007 Great bunch of lists guys! Thanks. :D Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-589055263 Share on other sites More sharing options...
roadgeek9 Posted December 13, 2007 Share Posted December 13, 2007 Very useful list. Thanks! Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-589056328 Share on other sites More sharing options...
J_Smith Posted December 13, 2007 Share Posted December 13, 2007 Thanks Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-589056734 Share on other sites More sharing options...
Nn'theraq'pss Posted January 3, 2008 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 comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-589106110 Share on other sites More sharing options...
mvs subramanyam Posted December 1, 2008 Share Posted December 1, 2008 very nice links thanks a lot my friend :D Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-590207614 Share on other sites More sharing options...
rson451 Posted December 4, 2008 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 comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-590224772 Share on other sites More sharing options...
Cyber-Knight Posted December 4, 2009 Share Posted December 4, 2009 Perfect lists, perfect documentation. printed a copy and sticked it to the table. many thanks everybody :) Link to comment https://www.neowin.net/forum/topic/484208-list-of-common-linux-commands/#findComment-591930768 Share on other sites More sharing options...
Recommended Posts