zoukankan
html css js c++ java
ubuntu回收站文件无法删除
这种问题一般是与权限有关,比如以root身份删除了,我的解决方法是:
用
sudo nautilus
打开root文件管理器
进入到
/home/username
文件夹下,ctrl+H显示隐藏文件夹,
./local/share/Trash
就是对应用户的回收站文件夹
chown -R username filename
将文件的拥有者改变为新的一个用户,-R 处理指定目录以及其子目录下的所有文件
之后切换到普通用户的管理界面就可以删除了
查看全文
相关阅读:
UVA120Stacks of Flapjacks
[.NET] 基于windows mobile 5.0 开发环境配置说明
C#实现UDP打洞
webBrowser对跳转后的页面的处理
Windows Mobile程序环境配置以及Windows Mobile与PC进行UDP通信总结
C#【Fox即时通讯核心】 开发记录之三(知识储备:TCP UDP打洞)
jqplot统计图工具简单例子
订单编号
windows mobile 5.0 PocketPC模拟器上网的设置 【正确】
今明2年主要目标20112012
原文地址:https://www.cnblogs.com/ax7399/p/4912317.html
最新文章
教室课程88~
Three Blocks Palindrome (hard version) CodeForces 1335E2
AntiSudoku CodeForces 1335D 多解
Sorted Adjacent Differences CodeForces 1339B
Xenia and Colorful Gems CodeForces 1337D[binary search +data structures implementation+ math sortings]
Perfect Triples CodeForces 1339E
Edge Weight Assignment CodeForces 1339D
Linova and Kingdom CodeForces 1337C [dfs and similar greedy sortings trees]
Two Teams Composing CodeForces 1335C
Construct the String CodeForces 1335B
热门文章
快读快写
poj1611(简答并查集)
poj2236
poj1703
hdu1159
hdu1257
UVA10420 List of Conquests
数据结构之并查集
poj1182(并查集)
poj1988
Copyright © 2011-2022 走看看