Always wipe your devices/drives before selling them. The McCain campaign found this out the hardway.
Some people may never find out what they've released.
Steve Bellovin’s Retirement Talk
12 hours ago
For students of Math/Sec 270 at John Jay College
Windows DOS | Linux/Cygwin |
---|---|
dir | ls |
cd | pwd |
cd [path] | (same) |
cls | clear |
copy [old] [new] | cp [new] [old] |
del [file] | rm [file] |
move [old] [new] | mv [old] [new] |
tree | tree (Linux only) ls -R |
mkdir [dir] | (same) |
rmdir [dir] | (same) |
help [cmd] | man [cmd] |
type [file] | cat [file] |
date /t | (same without /t) |
time /t | date |
netstat -an | (same Linux only) |
netstat -rn | (same Linux only) |
ipconfig /all | ifconfig -a (Linux only) |