study notes 2
— command line file
1, create and delete files
Create a file touch xxxx
touch -t 20151225 create a file and specify time properties
rm xxx delete the file
rm -rf forced to delete files
2. Create a directory and delete the directory
mkdir -p xxx/yyy recursively create directories;
rmdir xxx delete […]
Recent Comments