Linked by Brian Snipes on Sat 10th Apr 2004 07:28 UTC
Recently I got the opportunity to setup a new lab for a small school. The server runs Linux and the workstations run WindowsXP. There are 3 levels of access on the workstations (admin, teacher, and student) and security on the workstations is based on Windows policies applied at logon.
Permalink for comment
To read all comments associated with this story, please click here.
Easy, with the program unix2dos:
$ unix2dos inputfile outputfile
The counterpart dos2unix also exists and might be helpful for other tasks.