Getting started to Linux is easy. However, for new comers from windows can fetch little problems. We’ve prepared this complete beginner set specially for new comers. However, gradually, we’ve touched important factors like process management, System Monitoring, Remote access etc.
Introduction to Linux
In this part, we introduce the Linux platform. We start with the OS and the Kernel. The kernel is not an operating system, but the core of an operating system. We discuss the installation. Next we discuss the terminal to get into the commands.
- What is Linux ?
- About Linux Kernel
- Windows vs Linux OS
- Linux vs Unix OS
- Distributions of Linux
- How to Install Ubuntu
- Terminal and Shells in Linux
- The BASH in Linux
- What is a Directory in Linux ?
- Linux Filesystem Hierarchy Standard
- Absolute and Relative Paths
- Linux Home Directory
- pwd Command
- cd Command
- ls Command
- mkdir Command
- rmdir Command
- chown Command
- Setting File Permissions
- df command
- du command
- Introduction to Users in Linux
- Managing users in Linux
- Assigning Permissions for users
- Managing User Groups in Linux
- What is inode in File System
- touch Command
- Copying Files using cp Command
- Moving or Renaming files using mv Command
- ln Command
- rm Command
- cat Command
- tac Command
- head Command
- tail Command
- tee Command
- more Command
- less Command
- grep tool
- Finding files using find tool
- which tool
- locate tool
- tar Tool
- gzip Tool
- zip Tool
- unzip Tool
- bzip2 / bunzip2 Tool
- How Linux Manages its Application Processes
- ps Command
- kill Command
- killall Command
- pkill Command
- xKill Command
- nohup Command
- & suffix in Linux
- Environment Variables
- Basic syntax of Bash Scripts
- File Permissions and Access level
- Octal File Permissions
- Advanced File Permissions
- Changing owners using chown
- Changing Permissions using chmod
- Linking files in linus using ln
- How network is managed in Linux
- List of Tools for Networking in Linux
- ifconfig Command
- ip Command
- telnet Command
- traceroute Command
- tracepath Command
- ping Command
- netstat Command
- ss Command
- dig Command
- nslookup Tool
- route command
- whois Tool
- curl Tool
- wget Tool
- Connecting remote server using ftp
- Connecting remote system using ssh
- ftp server deployment
- ssh server deployment
- Connecting remote server using samba
- samba sever deployment
- The linux top tool
- The linux htop tool
- The linux nano editor