Unix to DOS commands table
Tuesday May 23rd 2006, 12:35 pm
Filed under: Linux
To …  UNIX DOS
display list of files ls

ls -l

dir/w dir

dir
display contents of file cat type
display file with pauses more type filename | more
copy file cp copy
find string in file grep, fgrep find
compare files diff comp
rename file mv rename OR ren
delete file rm erase OR del
delete directory rmdir  rmdir OR rd
change file protection chmod attrib
create directory mkdir  mkdir OR md
change working directory cd chdir OR cd
get help man help
display date and time date date, time
display free disk space df chkdsk
print file to the default printer  lp “file name” print
display print queue lpstat “printer name” print


Quoth the Torvalds
Friday May 19th 2006, 11:29 am
Filed under: Development, Linux
I long ago decided I will never go to meetings again because I think face to face meetings are the biggest waste of time you can ever have. I think most people who work at offices must share my opinion on meetings. Nothing ever gets done. When things get done, you usually have someone come into your office to talk about it. But a lot of the time the real work gets done by people sitting, especially in programming, alone in front of their computers doing what they do best.

Linus Torvalds
CNN World Business Article on Open Source
2006-05-19



bins of bins
Monday December 19th 2005, 7:06 pm
Filed under: Linux

Why are there so many places (usually */?bin) to store executable programs in the linux filesystem? What are these bins intended for? Here is what I have found:

/usr/bin - generally accessible programs
/bin - programs needed early in the boot process
/usr/sbin - programs reserved for the system administrator
/sbin - programs reserved for the system administrator and needed for booting



Linux wit
Wednesday December 14th 2005, 10:34 am
Filed under: Linux

Like all other Linux related development, the work to write this manual was done on a volunteer basis: I did it because I thought it might be fun and because I felt it should be done. However, like all volunteer work, there is a limit to how much time, knowledge and experience people have. This means that the manual is not necessarily as good as it would be if a wizard had been paid handsomely to write it and had spent millennia to perfect it. Be warned.

excerpt from “The Linux System Administrators Guide - Intro”

Comments Off