Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

another basic 6


ghost's Avatar
0 0

Okay,

I found the files right? is the format: $chmod+execute file? $ rm file $ rm file

but for chmod Idk if I have to 777 or.. arg, I been reading and I have an idea but I need a push.. is there spaces or..

SwiftNomad

Thank you in advanced


ghost's Avatar
0 0

From the challenge info…

  1. chmod the file to all+execute (phrasing here is important)
  2. delete that file (easy)
  3. and the other file that tracks people (how can you know exactly what this file is called?)

The format is (unrealistically):

$ command <arguments>

Note the space.

Good luck!


ghost's Avatar
0 0

I hate dubble posting but I am still having probs on this.

Do you do it one at a time or.. arg.


ghost's Avatar
0 0

hi

you have to put all the command and then click the button.

$ chmod (all)+(executable) /directory/file.XXX $ (remove cmd *nix) /directory/file.XXX $ (remove cmd *nix) /directory/trackfile.XXX

Clik and smile!!!

Of cours you have to find first the directory to see the files in it. Remember the space between $ and the command. The chmod don't need numbers in this mission. Just google for *nix chmod command all+executable!!!!