william@linux-rb3c:~> su
Password:
linux-rb3c:/home/william # cd/home/william/share/trash
bash: cd/home/william/share/trash: No such file or directory
linux-rb3c:/home/william # cd/home/william/.local/share/trash
bash: cd/home/william/.local/share/trash: No such file or directory
linux-rb3c:/home/william # cd /home/william/.local/share/Trash/
linux-rb3c:/home/william/.local/share/Trash # rm -1
rm: invalid option – ‘1’
Try `rm --help’ for more information.
linux-rb3c:/home/william/.local/share/Trash #
@william, what you did here:
>
> william@linux-rb3c:~> su
> Password:
> …
> linux-rb3c:/home/william # cd /home/william/.local/share/Trash/
> linux-rb3c:/home/william/.local/share/Trash # rm -1
> rm: invalid option – ‘1’
> Try `rm --help’ for more information.
> linux-rb3c:/home/william/.local/share/Trash #
>
was absolutely right, so repeat it - some lines being removed they have
NO sense, so you don’t need to type them again.
Now make sure that you are in the right directory by typing:
Code:
ls
The output should be
Code:
1
if you can’t see this file, make sure that you have typed exactly the
same commands as before!
No remove the file with:
wgcrowder;1933232 Wrote:
> the name of the folder is 1
>
>
> william@linux-rb3c:~> su
> Password:
> linux-rb3c:/home/william # cd/home/william/share/trash
> bash: cd/home/william/share/trash: No such file or directory
> linux-rb3c:/home/william # cd/home/william/.local/share/trash
> bash: cd/home/william/.local/share/trash: No such file or directory
> linux-rb3c:/home/william # cd /home/william/.local/share/Trash/
> linux-rb3c:/home/william/.local/share/Trash # rm -1
> rm: invalid option – ‘1’
> Try `rm --help’ for more information.
> linux-rb3c:/home/william/.local/share/Trash #
There are a lot of spaces missing in what you type!!!
Take care. When you would have copied/pasted the commands this would
not have been possible.
Also I would recommend all involved very strongly to use the CODE tags
around this sort of coding (like ram88 does) to make evry character
readable.