linux for blondes

... the home of the world's ch1x0rs ...

Technology is all around us, and so it should be. Today we rely on tech in everything we do. Linux is no longer reserved for the basement of a few geeks - it is a world wide phenomenon which everyone needs to know about. Linuxforblondes.com is a blog/website which discusses the important details of both linux and anything vaguely related. True to the title, the website has a blonde streak and and so we like to feature anything that sparkles or can be ordered in pink/purple!

Lists, for people with OCD-like tendancies - (Sat, 27 Feb 2010 17:49:41 +0000)

 

This is probably the best place to start with anything computer-wize - how to write a list. The ls command lists the files in the current directory. 

 

Stage 1: open up a terminal

Stage 2: type     ls

Stage 3: press return (This is really as easy as things get around here)

Stage 4: watch as pretty lists appear as if by magic (unless you are in an empty directory when you will be disappointed)

 

Useful added extra options:

ls -a lists all, ie includes hidden files

ls -l lists extra lists ie it tells you about the file

ls -F shows the type of file with a \ for a directory, * for an executabe file, @ for a symbloic link (I have no idea what that is, but I can now identify it in a list)

ls -alF tells you everything (but I wont understand it)