我想知道有什么sudo apt-get update作用?
它更新什么?
在 Ubuntu 12.04 和更新版本中,默认情况下在 policykit 中禁用了休眠。如何启用此功能?
我想显示:
所有用户和
所有组
在我的系统中使用命令行。
users和groups命令分别显示当前登录的用户和用户所属的组。
如何通过命令行显示所有用户和所有组的列表?
我不小心运行了以下命令
sudo chown [username] -hR /
Run Code Online (Sandbox Code Playgroud)
现在sudo su得到错误:
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
Run Code Online (Sandbox Code Playgroud)
如何解决这个问题?
如何使用命令行从输入的文本中获取语音输出?
还可以使用简单的命令更改语速、音调、音量等。
我一直在偷看 ubuntu 存储库,我看到四个文件夹,multiverse、universe、restricted 和 main。它们代表什么?
我可以(应该)把我的(bash)脚本放在哪里,以便它可以(永远)被终端或直接命令使用:Alt+ F2?
我知道有/usr/bin和/sbin&/bin目录,但我什么时候应该在它们之间使用?
我应该把我的脚本放在哪里?
我的眼睛很痛,所以我想我应该检查一下屏幕刷新率(显示器频率),但我找不到。
它在哪里?(在 Ubuntu 12 中)
最近我发现 command:command没有手动输入,但帮助显示如下:
$ help command
command: command [-pVv] command [arg ...]
Execute a simple command or display information about commands.
Runs COMMAND with ARGS suppressing shell function lookup, or display
information about the specified COMMANDs. Can be used to invoke commands
on disk when a function with the same name exists.
Options:
-p use a default value for PATH that is guaranteed to find all of
the standard utilities
-v print a description of COMMAND similar to the …Run Code Online (Sandbox Code Playgroud)