BASIC OF LINUX OPERATING SYSTEMGETTING TOKNOW THE BASIC IS kEY TO MASTERING LINUX PROGRAMMING.
THESECMASTER
Linux is an OS just like Windows and Mac OS X, but this one is an operating system’s kernel. What do you mean by that? Linux is different from other popular operating systems as it is an open-source clone of the erstwhile UNIX. Some of the popular ones include Red Hat, Linux Ubuntu, and Linux Mint. Debian and Fedora. Linux is mainly used in building internet servers, and almost 90% of the internet is based on Linux itself.
1. Moving Around Directories2. Understanding The Linux File System 2.1. Current Working Directory 2.2. Listing The Contents Of A Directory 3. Changing The Current Working Directory 3.1. Absolute Pathnames 3.2. Relative Pathnames 3.3. Options And Arguments In Is Command 4. A Brief Look At The Longer Format 4.1. Field -> Meaning 5. Manipulation Of Files And Directories 5.1. mkdir 5.2 cp 5.3. mv 5.4. rm 5.5. Creating Links