1) Compile the applicationProgram
Make-F makefile_5_2 clean
Make-F makefile_5_2
2) about shared directories
This folder is displayed under/mnt/HGFS of the Linux virtual machine.
3) run the CD command to enter the folder.
CD/mnt/HGFS/
4) copy the CP command
CP-ri a/B/* A1/B1/indicates whether to overwrite
\ CP-RF a/B/* A1/B1/DO NOT prompt Direct Overwrite
5) Linux Shutdown
Shutdown-H now
6) Create the directory mkdir
Mkdir HPP
7) view the file time
Stat HPP
8) start the program./CCS in Linux
Program exit, first use PS-Ef | grep XXX to view its PID, and then use kill PID to return ---------- force exit kill-9 PID
9) ll check the file read and write permissions. chmod 777 XXX grants the file the highest permission
10) The dos2unix command is used to convert text files in DOS format to Unix format. Sometimes a conversion is required to upload Windows files to Linux.
Format: dos2unix File