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

Linux Basic Command

The document lists basic Linux commands including commands to restart or shut down a PC, copy, move, or rename files, change directories, create or remove files and folders, and view file or folder lists.

Uploaded by

Dot Dot
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)
13 views1 page

Linux Basic Command

The document lists basic Linux commands including commands to restart or shut down a PC, copy, move, or rename files, change directories, create or remove files and folders, and view file or folder lists.

Uploaded by

Dot Dot
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 Basic Command

Command Command Description Command Example


Name
Init 6 Pc Restart Init 6
Init 0 Pc Shutdown Init 0
cp Copy File Cd file.txt /home/mamun/Desktop
mv Move File Mv file.txt /home/mamun/Document
mv Rename File Mv file.txt mamun.txt
cd Change directory Cd /home/mamun/Desktop/study
pwd Print Working Directory
touch Create File touch cpp.sh
mkdir Create folder mkdir mamun
rm Remove File rm cpp.sh
rmdir Remove empty Folder rmdir mamun
rm -rf Remove any file or folder rm –rf mamun
cat Print file cat file.txt
ls Show file or folder list ls

You might also like