Red Hat your 1st commands Part-1
17 January, 2021
0 Comments
In the event that you are a beginner with Red Hat, you need some commands to help you to explore the system files and to move between directories
1. pwd –
print working directory

2. ls -l
list all shown file and directories with -I to display some details

3. ls -al
same as ls -l combined with a to display the hidden files

4. cd (dir)
change to another (directory)

5. cd
to go back to the home directory

6. cd ..
to

Go back to a previous directory