Pages

Monday, January 3, 2011

basic-6

You should know about some basic unix commands. The assignment here is, 
  • you have to find the log file and the other file which tracks user activities
  • then you have to change the chmod of the log file (first command)
  • then you should delete both files (last two command) 
those two files are not in the same folder the basic6/index.php present but in an inner folder. so look around for those files. then simply form the commands. enter them in the text boxes finish the level. but one thing to remember is, every command should start with a '$' symbol and there should be a space between the '$' symbol and the command.

Ans:
$ chmod a+x logs/logs.txt
$ rm logs/logs.txt
$ rm logs/track_users.php

www.hellboundhackers.org

No comments:

Post a Comment