21 lines
189 B
Bash
21 lines
189 B
Bash
export HOME="/"
|
|
cd
|
|
cd ../../../../../././././../../../././../../../
|
|
pwd
|
|
|
|
export HOME=//
|
|
cd
|
|
pwd
|
|
|
|
export HOME=//bin/..////////////bin/../
|
|
cd
|
|
pwd
|
|
|
|
export HOME=///
|
|
cd
|
|
pwd
|
|
|
|
export HOME=/
|
|
cd
|
|
pwd
|