Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shaswata Das 5c6fe3db62
Create README.md
4 years ago
..
cgi commiting as it is 4 years ago
g commiting as it is 4 years ago
scan commiting as it is 4 years ago
sysvipc commiting as it is 4 years ago
van commiting as it is 4 years ago
adb commiting as it is 4 years ago
changes commiting as it is 4 years ago
client commiting as it is 4 years ago
down commiting as it is 4 years ago
dus commiting as it is 4 years ago
findcp commiting as it is 4 years ago
findtar commiting as it is 4 years ago
muck commiting as it is 4 years ago
muck.man commiting as it is 4 years ago
myrup commiting as it is 4 years ago
nih commiting as it is 4 years ago
readme commiting as it is 4 years ago
relink commiting as it is 4 years ago
rename commiting as it is 4 years ago
rmfrom commiting as it is 4 years ago
server commiting as it is 4 years ago
shmkill commiting as it is 4 years ago
travesty commiting as it is 4 years ago
unuc commiting as it is 4 years ago
uudecode commiting as it is 4 years ago
who commiting as it is 4 years ago
wrapsuid commiting as it is 4 years ago

readme

Although supplied with the perl package, the perl scripts in this eg

directory and its subdirectories are placed in the public domain, and
you may do anything with them that you wish.

This stuff is supplied on an as-is basis--little attempt has been made to make
any of it portable. It's mostly here to give you an idea of what perl code
looks like, and what tricks and idioms are used.

System administrators responsible for many computers will enjoy the items
down in the g directory very much. The scan directory contains the beginnings
of a system to check on and report various kinds of anomalies.

If you machine doesn't support #!, the first thing you'll want to do is
replace the #! with a couple of lines that look like this:

eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;

being sure to include any flags that were on the #! line. A supplied script
called "nih" will translate perl scripts in place for you:

nih g/g??