You are on page 1of 1

Linux Command

cp – to copy files
chmod – change permission of a file
chown – change the owner of the file or directory
less – display small portion of a large file.
file – to determine the file type
cat – to view the context of a file
test –
more –
ln – to link file to another

rm – remove command for a file


rmdir – remove/delete directory
ls – show the content of the current directory
cd – changing current directory
pwd – to print the current working directory
mkdir – creating new directory

wc – word count in the file


grep – search specific word in a file

You might also like