The first day at Uki.
- Linux is an open-source operating system.
- The term Open-source refers to something people can modify, share, and also publish.
- Linux operating system, Apache webserver application, Libre office, Mozilla firefox are some examples for open source. Via Wiki
- commands commonly used in Linux (in short forms) Via doc
- ls-Used to show the contents of the file.
- pwd -Used to show the current path in the directory.
- ls -l -Used to show full information about the file.
- mkdir - Used to create a new folder.
- mv - Used to move the file.
- rmdir -Used to remove the folder.
- grep -Used to find a particular word in the file.
Here we use Terminal in ubuntu (like as cmd in windows) to edit, create, remove, move, modify, view, etc.
To view the contents of the folder.
move a file from a source to a destination.
I'm in the learning process.....
Hope it is a beginning....
Comments
Post a Comment