小编K.W*_*ter的帖子

如何卸载非 sudo sshfs 创建的目录

我使用没有 sudo 的 sshfs 创建一个目录,如

sshfs user@172.19.76.226:/media/user/harddrive /temp/user/harddrive
Run Code Online (Sandbox Code Playgroud)

但是当我想卸载/temp/user/harddrive目录时

umount /temp/user/harddrive
Run Code Online (Sandbox Code Playgroud)

它提示:

umount: /temp/user/harddrive: Permission denied
Run Code Online (Sandbox Code Playgroud)

那么如何卸载这个目录呢?

command-line umount sudo

24
推荐指数
2
解决办法
3万
查看次数

如何将具有相同配置的多台机器添加到 ~/.ssh/config?

说,我~/.ssh/config有几行:

Host machine1
      User user
      HostName machine1
      ProxyCommand  ssh server nc %h %p 2> /dev/null
Run Code Online (Sandbox Code Playgroud)

这工作正常,但问题是我有很多machinesmachine1, machine2, machine3, ...那么如何在不手动复制相同类型的行的情况下设置所有这些行

ssh command-line

7
推荐指数
2
解决办法
1488
查看次数

使用运行文件安装 CUDA 时如何接受 ELUA?

我有一个非常简单的问题:有没有人知道如何接受带有运行文件的 CUDA 安装的“最终用户协议”?尝试了不同的键,用谷歌搜索但没有发现任何相关...

????????????????????????????????????????????????????????????????????????????????
?  End User License Agreement                                                  ?
?  --------------------------                                                  ?
?                                                                              ?
?                                                                              ?
?  Preface                                                                     ?
?  -------                                                                     ?
?                                                                              ?
?  The Software License Agreement in Chapter 1 and the Supplement              ?
?  in Chapter 2 contain license terms and conditions that govern               ?
?  the use of NVIDIA software. By accepting this agreement, you                ?
?  agree to comply with all the terms and conditions applicable                ?
?  to the product(s) included herein.                                          ? …
Run Code Online (Sandbox Code Playgroud)

command-line cuda software-installation

6
推荐指数
1
解决办法
1767
查看次数

标签 统计

command-line ×3

cuda ×1

software-installation ×1

ssh ×1

sudo ×1

umount ×1