Monday, October 14, 2019

List out 10 commands which you now in unix/linux ?

cd /directoryname         - change directory
ls -ltr - list files
pwd - present working directory
touch - create an  empty file
mkdir - create a new directory
rmdir - remove an empty directory
rm -rf - remove file forecefully and recursevily
chmod - change file/ directory persmissions
chown - change owner of the file or directory

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