0% found this document useful (0 votes)
35 views1 page

Linux Command

The document lists various Linux commands along with their functions. Key commands include 'cp' for copying files, 'chmod' for changing file permissions, and 'ls' for displaying directory contents. Additional commands for file management and text processing are also mentioned.

Uploaded by

Mervidelle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

Linux Command

The document lists various Linux commands along with their functions. Key commands include 'cp' for copying files, 'chmod' for changing file permissions, and 'ls' for displaying directory contents. Additional commands for file management and text processing are also mentioned.

Uploaded by

Mervidelle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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