我正在尝试安装 reaver 但每次我写的时候sudo -s我都会收到这条消息
"sudo" is not recognized as an internal or external command, operable program or batch file.
Run Code Online (Sandbox Code Playgroud)
我究竟做错了什么?
我正在输入安装 xampp 的命令,但访问被拒绝。如何解决?
$ cd ~/Downloads
Downloads$ sudo su
Downloads# sudo chmode 777
sudo: chmode: command not found
Downloads# sudo chmode 777xampp-linux-x86-5.6.30.1-installer.run
sudo: chmode: command not found
Downloads# sudo chmode 777 xampp-linux-x86-5.6.30.1-installer.run
sudo: chmode: command not found
Downloads# ./ xampp-linux-x86-5.6.30.1-installer.run
bash: ./: is a directory
Downloads# ./xampp-linux-x86-5.6.30.1-installer.run
bash: ./xampp-linux-x86-5.6.30.1-installer.run: Permission denied
Run Code Online (Sandbox Code Playgroud) 我在 raspberry 上安装 wifiphisher 时遇到问题
root@raspberrypi:/home/pi# git clone
https://github.com/wifiphisher/wifiphisher.git fatal: destination path
'wifiphisher' already exists and is not an empty directory.
root@raspberrypi:/home/pi# Cd wifiphisher bash: Cd: command not found
Run Code Online (Sandbox Code Playgroud)
我是树莓派和 wifiphisher 的新手。我有树莓派 3
我的机器上有 abash 脚本,我的客户端需要通过远程连接使用这个脚本。我不希望他们访问我的源代码,所以我必须给他们一个工具,即一个 html 页面,通过它他们只能执行我的脚本而不能查看或修改脚本。
我怎样才能做到这一点?