简体   繁体   English

什么是〜/。 我应该在哪里做?

[英]What is ~/. and where should I make?

I'm beginner. 我是初学者。

I'm trying to use xmonad and reading this . 我正在尝试使用xmonad并阅读本文 It is written that "Make a directory called ~/.xmonad". 上面写着“创建一个名为〜/ .xmonad的目录”。

I have questions. 我有问题

What is "~/."? 什么是“〜/。”? Is this a part of the file name? 这是文件名的一部分吗?

Where should I make this directory? 我应该在哪里建立这个目录?

In Unix (and Linux) shells, ~ is the user's home folder (like $HOME ). 在Unix(和Linux)shell中, ~是用户的主文件夹(如$HOME )。 You are being directed to create a hidden folder (folders that start with a . aren't displayed in ls by default) named .xmonad in the user's home folder. 你被引导到创建一个隐藏的文件夹(文件夹以a开头.在不显示ls默认)命名.xmonad在用户的主文件夹。

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

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