Thursday, October 17, 2019

cd - command usage

cd - change directory

1. Go to one directory backwards
cd ..

2. Go to Home directory
cd ~

3. Go to last directory
cd -

4. Go to a particular directory
cd /etc

Featured Post

Will the data from Oracle Database be lost after formatting the system in which it is installed?

So Someone asked me a question,  Will the data from Oracle Database be lost after formatting the system in which it is installed? Since the ...

Popular Posts