This site is currently on indefinite hiatus. For fresh, new Linux & productivity content, head on over to nathanrhale.com/linux/ and subscribe to the Linux-only feed.

CLI Fun, Tutorials

Introducing Linux in 10 Commands

August 7th, 2007 | No comments yet...what do you think?

This guide from Librenix introduces the Linux CLI with 10 useful basic commands including pwd, ls, file, and the ever popular grep. Even as an intermediate CLI user, I found this guide very helpful. One cool tip:

…a handy command is supplied with Linux named ‘file’. For example, I have a file named ’sample.c’ in my code directory. I can learn a bit about that file by entering the following command:

[rayy@barton0 code]$ file sample.c
sample.c: C++ program text

Full Story: MiniLesson: An introduction to Linux in ten commands

Share and Enjoy:
  • Digg
  • del.icio.us
  • Furl
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis
  • YahooMyWeb

Comments are closed.