Tagged Questions
1
vote
1answer
267 views
Can't delete symbolic links, permission denied
I try to delete all symbolic links pointing to Python3.2 with
sudo ls -l . | grep '../Library/Frameworks/Python.framework/Versions/3.2' | awk '{print $9}' | xargs rm
This just gives
rm: 2to3: ...
1
vote
4answers
1k views
Remove directory in ftp
This is probably very simple, but I really can't get it to work. I have an old directory with a symlink in it. I need to delete the directory, but it says it is not empty when I try:
rm -f dirname
...
0
votes
1answer
322 views
OSX : rmdir “permission denied” but directory removed
This is a question from a newbie trying to learn UNIX commands.
I was trying to test the rmdir command by removing a test directory located in my Downloads directory. I have read and write rights on ...
2
votes
5answers
1k views
Unable to delete directory
On my OS X host, I am having trouble deleting the directory "foo".
mymac:.Trashes joe$ ls
foo
mymac:.Trashes joe$ ls foo/
Ảnh011.jpg Ảnh012.jpg Ảnh013.jpg
mymac:.Trashes joe$ ls -l foo/
ls: ...