在 Windows 应用程序上的 Ubuntu 上的 Bash 上,我只有
root@localhost:~# ls -a
.bash_history .bashrc .profile
Run Code Online (Sandbox Code Playgroud)
如何访问所有 Windows 文件夹,如文档、下载等?
在新的 Windows 10 Insider build 14316 上,我无法在 Windows 应用程序上的 Ubunbu 上的新 Bash 上使用 Ctrl + V(粘贴快捷方式)。有没有其他人遇到过这个问题?任何解决方案?
我编辑了应用程序的属性以启用控件快捷方式和插入。另外,我尝试过 Ctrl + Shift + V 和 Shift + Insert ,但都不起作用。
bash copy-paste windows-10 windows-insider windows-subsystem-for-linux
在 Windows 10 上的 Windows 应用程序上的 Ubuntu 上的新 Bash 上,我尝试ls
从起始目录运行以查看子目录,但没有出现任何内容。我真的不知道目录结构,所以我不确定下一步如何进行。我在这里做错了什么?我确定这完全是我的菜鸟,但我不知道还能做什么。
在 Windows (10) 应用程序上的 Ubuntu 上的新 Bash 上,我尝试将目录颜色从蓝色更改为更明显的颜色,但由于某种原因无法更改某些文件/目录颜色。如何更改所有目录/文件颜色?我的 .bashrc 文件当前设置为文件和目录颜色的颜色提示为绿色和其他亮色。设置是:
LS_COLORS=$LS_COLORS:'di=1;31:fi=0;31;bd=0;32:fi=0;33:cd=0;96';
export LS_COLORS
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[0;31m\]\u@\h\[\033[0,31m\]:\[\033[0;31m\]\w\[\033[0,31m\]\$ '
Run Code Online (Sandbox Code Playgroud)
某些文件和文件夹已更改了与我的 .bashrc 文件相对应的颜色,但其他文件和文件夹由于某种原因没有更改。
bash ×4
windows-10 ×3
windows-subsystem-for-linux ×3
ubuntu ×2
colors ×1
command-line ×1
copy-paste ×1
linux ×1
shell ×1