1 Considerations for Learning Linux
- Strictly case -sensitive (commands, files, options)
- All content in Linux is saved as a file , including hardware
- Hard disk file is/dev/sd[a-p]
- CD-ROM files are/dev/sr0 etc.
- Linux does not differentiate between file types by extension , but by file permissions , which is different from windows. But the habit is to name the file type. do not write and can run normally , but it is difficult to identify management. So most of the files in win can't be run on Linux
- All Linux storage devices must be mounted before users can use them, including hard disks, USB drives, and discs
- Programs under Windows cannot be installed and run directly in Linux
2 Server Management and maintenance recommendations
- The role of Linux directories
?
- Server Considerations
- Remote server does not allow shutdown , only reboot
- The service should be turned off when restarting, protecting the hardware
- do not run high load commands at peak server access
- do not kick yourself out of the server when configuring the firewall remotely
- Specify a reasonable password specification and update it regularly
- Reasonable allocation of permissions
- Regularly back up important data and logs
Getting Started with Linux (2) _ Tips for Beginners