简体   繁体   中英

How do you make a bin directory

如何在终端中创建 bin 目录

Assuming that you mean you want to create a directory FROM the terminal, and in a Linux based system, then open your terminal and type in the following -

mkdir your_directory_name

as simple as this. You have options with mkdir .

You should really check out the man page for the mkdir (or any command for that matter). All you have to do is man mkdir .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM