OPERATING SYSTEMSOS Linux

System Foundations: Operating System Command Similarities

File and Directory Operations
a. ls or dir / Display list of files and directory
b. cd dir-name / Go into a directory
c. cd .. / Go up one directory (one directory back)
d. pwd or echo %CD% / Print the Working Directory (current working dir)
e. mkdir dir-name / Create a directory
f. rm -rf or rmdir dir-name / Delete a directory

source

by Paul W. Poteete

linux foundation

Leave a Reply

Your email address will not be published. Required fields are marked *