[snip]
Can any 1 tell me whats the up level commands are well u might know what
i
mean i know windows servers uses this type of way to go back a level
such as
..\root-folder\ but whats Linux  ? on my linux server how could i go
back a
level to go to another folder ? i already tried using ..\ but it want
use it
so i have no clue
[/snip]

cd ..  (up one level)
cd ../ (same)
cd ../..  (two levels)
cd ../../ (same)

HTH

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to