How do I unchown a directory after I: chown -R /etc ???

2008-09-30 Thread Mike Price
How do I unchown a directory after I: chown -R /etc ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

What file on FreeBSD acts like autoexec.bat?

2008-09-28 Thread Mike Price
What file on FreeBSD acts like autoexec.bat? Also please leave the full path% ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD SSH XP Tunneling

2008-09-28 Thread Mike Price
I am looking for a FreeBSD SSH command-line command that will forward all TCP/UDP traffic through port: 53. Then I need a plink or Cygwin MS-DOS command to tunnel all my XP traffic. please help... ___ freebsd-hackers@freebsd.org mailing list http://list

Problem Protecting Directories Securly

2008-09-27 Thread Mike Price
My buddy helped me install Apache Webserver but there is somthing wrong when I try to password protect my directories? I already created '.htaccess' & 'htpasswd' and but I still cannot password protect the directory... I know there is a command to do this 'htpasswd -c .htpasswd' fred but it dosn't

SSH Tunneling All TCP Traffic

2008-09-27 Thread Mike Price
I need to tunnel all of my TCP SSH-2 traffic from my local box to my remote box that I will have an account on. I heard this can be done in one command? ssh -f [EMAIL PROTECTED] -L :lab.com:53 -N SOCKS: SSH2: 53 What am I doing wrong? ___ f