即使我是管理员,权限也被拒绝?

即使我是管理员,权限也被拒绝?

我搜索了又搜索,但似乎找不到这个,所以如果它最终是重复的,我深表歉意。我正在运行 Ubuntu 18.04,并且在我的文件中不断遇到一个问题,即我没有权限打开或删除文件。我是管理员和 root,但我无法删除自己帐户下不必要的程序。有什么办法可以解决这个问题,或者至少可以解决这个问题?我尝试从 bash 中删除这些程序,但 apt 只是说它找不到文件。提前致谢

根据要求,以下是我运行的内容和要求的输出:

在我意识到 apt 对此没用之后,我尝试使用 nautilus

annie@dalek:/media/annie/56681DD6681DB629/Documents and Settings/{myname}/Downloads$ nautilus remove LoggerPro3_15.exe

这导致了一些错误

(nautilus:27752): Gtk-CRITICAL **: 20:10:50.315: gtk_widget_show: assertion 'GTK_IS_WIDGET (widget)' failed

** (nautilus:27752): CRITICAL **: 20:10:50.315: setup_side_pane_width: assertion 'priv->sidebar != NULL' failed

** (nautilus:27752): WARNING **: 20:10:50.628: Unable to get contents of the bookmarks file: Error opening file /root/.gtk-bookmarks: No such file or directory

** (nautilus:27752): WARNING **: 20:10:50.629: Unable to get contents of the bookmarks file: Error opening file /root/.gtk-bookmarks: No such file or directory

我不知道为什么它找不到该文件..

以下是 ls -la 的输出

total 1291297
drwxrwxrwx 1 annie annie      4096 Jan 26 01:31 .
drwxrwxrwx 1 annie annie      8192 Jan 28 18:49 ..
-rwxrwxrwx 1 annie annie       282 Jan 26 01:31 desktop.ini
-rwxrwxrwx 2 annie annie 467208096 Oct  9 17:35 LoggerPro3_14_1.exe
-rwxrwxrwx 2 annie annie 479687376 Jun  2  2019 LoggerPro3_15.exe
-rwxrwxrwx 2 annie annie   1573568 Jan 13 21:04 SteamSetup.exe
-rwxrwxrwx 2 annie annie 363042960 Dec 29 13:06 TINspireCXCASStudentSoftware-5.1.0.177.exe
-rwxrwxrwx 2 annie annie  10748145 Dec 29 13:05 TI-Nspire_CX_SS_Guidebook_EN.pdf

相关内容