Simpla Linux Commands II
Simpla Linux Commands II
clear
clears your screen if this is possible. It looks in the environment for the terminal type and then in the terminfo database to figure out how to clear the screen.
cp
copy files and directories Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.Mandatory arguments to long options are mandatory for short options too.
ls
List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuSUX nor --sort. Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. Mandatory arguments to long options are mandatory for short options too.
mv
mkdir rm
make directories
Create the DIRECTORY(ies), if they do not already exist. This manual page documents de GNU version of rm. Rm remove each specified file. By default, it does not remove directories.
rm-r touch
change file timestamps Update the access and modification times of each FILE to the current time.