Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在终端中创建 bin 目录
假设您的意思是要从终端创建一个目录,并在基于 Linux 的系统中,然后打开您的终端并输入以下内容 -
mkdir your_directory_name
就这么简单。您可以选择mkdir.
mkdir
您真的应该查看 mkdir 的手册页(或与此相关的任何命令)。你所要做的就是man mkdir。
man mkdir