10 most Linux termax centos redhat basic commands for Beginners

Linux  Termax Centos Redhat basic commands  you should know as a Beginner

linux command


Today I will tell you the easiest way and most useful basic Linux commands. Open The Terminal by pressing CTRL + ALT + T, SHIFT + CTRL + N or by Clicking Application → Favourites → Terminal

How to check in which Directory or Folder you are

pwd           (Printing current working Directory)

ls               (List containing File and Folder)

ls -l            (List with File and Folder Details)

ls -lah        (List with File and Folder Structure)

cd              (Used for navigation)

cd ..           (Back to the previous Directory)

cd /             (Back to root Directory)

rm              (Remove File)

rmdir          (Remove Directory)

rm -r           (Remove the empty file/folder)

mkdir          (Make New Directory)

cp                (copy)

mv               (move file/folder)

touch           (make new file)

nano            (Text Editor) 

vim              (Text Editor)

cat                (Concatenate)

locate           (To find Files)

grep              (To find text)

df                  (Disk usage)

df -m             (Disk usage in Mb)

du                  (Disk usage of Directory)

diff                (Difference in 2 file)

chmod           (Change Read, Write and Execute Permission 4,2,1)

chown           (Change the Owner)

wget              (To Download file)

top                 (Task manager)

uname            (System os)

uname -l         (Os details)

history            (All command you executed)


This are the some most basic commands used for Linux centos kali.


CEH V12 vs CEH V11 Difference

 The EC-Council update launched on 7th September 2022 from its predecessor version 11 Certified Ethical Hacker Version 12 (CEH v12) is now a...