rooting 1
alright a bit of a sploiler but consider how you can break up commands.
cd ../../../../blah/blah/blah
could also be done with cd .. cd .. cd .. cd .. cd blah cd blah cd blah i know it. i need to get passwd file. to get it i should use 'cat' to get passwd directory i should write cd ../../etc/ but if i need the pass file, i use cat ../../etc/passwd but nothing work
alt_Apocalypse wrote: [quote]alright a bit of a sploiler but consider how you can break up commands.
cd ../../../../blah/blah/blah
could also be done with cd .. cd .. cd .. cd .. cd blah cd blah cd blah i know it. i need to get passwd file. to get it i should use 'cat' to get passwd directory i should write cd ../../etc/ but if i need the pass file, i use cat ../../etc/passwd but nothing work[/quote]
your reading comprehension needs work. what character do you see in your lines that isnt in mine? Ohhhh the '/' character DONT USE IT