Note: Through the daily use of some of the commands to organize and add!!
Complete commands can be found in:linux command Daquan
1.CP Command
The CP command is used to copy one or more source files or directories to a specified destination file or directory.
2.Mount (Mount) command
On Linux systems, you can use the Mount command to mount a disc image file, a removable hard disk, a USB flash drive, and a Windows network share and a UNIX NFS network share.
3,the CentOS shutdown and restart command detailed
CentOS Restart command:
1, reboot
2. shutdown-r now reboot (root user)
3, Shutdown-r 10 over 10 minutes automatic restart (root user use)
4, Shutdown-r 20:35 restart at 20:35 time (root user use)
If you set the restart through the shutdown command, you can cancel the restart with the Shutdown-c command.
CentOS Shutdown Command:
1, halt immediately shut down the machine
2, Poweroff immediately shut down the machine
3, Shutdown-h now immediately shut down (root user use)
4, shutdown-h 10 10 minutes after the automatic shutdown
If you set the shutdown through the shutdown command, you can cancel the restart with the Shutdown-c command.
Linux Command collation