Next
Previous
Contents
pwdPrints the current directory
cd nameChange to a new directory
cdReturn to your home directory
There are three special directories: / refers to the root
directory, which is the top of the directory tree. A single period (.)
refers to the current directory, while two periods (..) refers to the
directory above the current one.
Next
Previous
Contents
');
document.write('');
// document.write('');
document.write('');
document.write('');
if (document.cookie.indexOf('fcseenpop') == -1) {
pop_domain = document.domain.substring(document.domain.indexOf('.'));
expiry_date = new Date(new Date().getTime() + 86400000).toGMTString(); // 24 hours
document.write('');
document.cookie = 'fcseenpop=1; path=/; domain=' + pop_domain + '; expires=' + expiry_date;
}
}
}
// -->