Linux创建隐藏文件或文件夹
Linux279
description
在linux中创建隐藏的文件或者文件夹,在名称前面加.即可
command
mkdir .hello
parameter
mkdir : 创建一个目录
mkdir .hello
mkdir : 创建一个目录
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.