Linux is run mostly by commands because linux is an operating system that run by kernel. so basically the commands are executed in Linux terminal or shell. it is one of the command line interface or black screen called console.
commands:
1. ls
ls mean lists the files in active directory that what files are in that folder that all will be listed
2. pwd
pwd means print working directory when you type this command in the linux terminal it will print the current folder or current directory location in the terminal, so you can find in which folder you are working.
example:
$: pwd
No comments:
Post a Comment