0% found this document useful (0 votes)
26 views

Bash Commands

Uploaded by

abdalla522001
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Bash Commands

Uploaded by

abdalla522001
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

ls Core List directory contents.

cd Core Change the current directory.


pwd Core Print the current working directory.
mkdir Core Create new directories.
rm Core Remove files or directories.
cp Core Copy files or directories.
mv Core Move or rename files or directories.
touch Core Create an empty file or update the timestamp.
echo Core Print text or variables to the terminal.
cat Core Concatenate and display file contents.
chmod Core Change file permissions.
chown Core Change file ownership.
find Core Search for files and directories.
grep Core Search for patterns within files.
head Core Display the first few lines of a file.
tail Core Display the last few lines of a file.
df Core Display disk space usage.
du Core Display directory or file size.
ps Core List currently running processes.
top Core Display a real-time view of system processes.

You might also like