cp command
Copies files
mv command
ln origname linkname
Create a hard link to non-directory file
ln -s origname linkname
Create symbolic link to a file or directory file
Classes of Wildcard in Linux
’?’ wild card
Stand in for a single character
‘*’ wild card
Match any character, set of characters, or none at all.
’[value]’
Match any character in the set of brackets
b[ao][lw]l will match for
bowl
ball
but not bull
mkdir command
create new directory
rmdir command
rmdir -p command
rm -r command
touch command
cp command
mv command
less command
Displays file contents or commands output one page at a time
tar -r command
Untar a tar archive file