Monday, 27 February 2012

How to Share Folder in Backtrack 5 R1 to Make Accessible in Windows


1. Open your terminal (CTRL+ALT+T) and then run this command to create a new directory "share".

mkdir /var/www/share 

2. Change mode for the share folder into 755.

chmod -R 755 /var/www/share/ 

3. Change the ownership of that folder into www-data.

chown -R www-data:www-data /var/www/share/

5. Okay, everything we've set up correctly until this step. The next step is activate the apache server by running the service apache2 start command :

root@bt:~# service apache2 start 
* Starting web server apache2

if you didn't have apache2 installed, run
 apt-get install apache2 command

                                                              - - - - - VIDEO - - - - -


Guys plz comment and share and like .... thanks
Related post : 
Popular Posts : 

No comments:

Post a Comment