简体   繁体   English

你如何制作bin目录

[英]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 -假设你的意思是你想终端创建一个目录,在基于 Linux 的系统中,然后打开你的终端并输入以下内容 -

mkdir your_directory_name

as simple as this.就这么简单。 You have options with mkdir .您可以选择mkdir

You should really check out the man page for the mkdir (or any command for that matter).您真的应该查看 mkdir 的手册页(或任何与此相关的命令)。 All you have to do is man mkdir .您所要做的就是man mkdir

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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