Tagged Questions
1
vote
1answer
82 views
How do I manually modify an inode?
I am using Ubuntu Linux and, just for fun, I want to create a hardlink to a directory (as seen here). Because I'm just doing this for fun, I'm not looking for any sort of pre-developed ...
2
votes
1answer
79 views
“Recently used” directories and files in bash
In Firefox under Ubuntu, when I try to save some webpages to my local computer by Ctrl+S, there will be a window popping out for me to select the destination, where I can choose "Recently Used" ...
0
votes
4answers
2k views
How to permanently change the file/directory permission [closed]
How do I change the permission of file/directories such that I am able to create, edit, delete files/directories anywhere in my system? Currently I am using Ubuntu 12.04.
I tried
sudo chmod 777 -r ...
0
votes
2answers
849 views
How can I rename all files in the current directory having a particular extension to another extension? [duplicate]
Possible Duplicate:
Renaming multiple files (changing extension)
Suppose that in my current/working directory I have five files:
file1.xvg
file2.xvg
file3.xvg
file1.eps
file2.eps
Is ...
5
votes
3answers
13k views
“Input/output error” when accessing a directory
I want to list and remove the content of a directory on a removable hard drive. But I have experienced "Input/output error":
$ rm pic -R
rm: cannot remove `pic/60.jpg': Input/output error
rm: cannot ...
1
vote
1answer
372 views
How does apache determine what directory to show from public_html?
I am using Ubuntu 12.04 and have configured apache to serve from ~/public_html. I am trying to serve some directory contents over http on LAN.
When I did the following:
ln -s ...
2
votes
1answer
7k views
How to move a file to /usr/local in Ubuntu?
I am working in the most recent Ubuntu in a 64 bit machine. I am currently on the
Gnome command prompt and I am trying to move a file under the Downloads directory to /usr/local. However, it gives me ...
1
vote
0answers
350 views
Move files to specific directories [closed]
This question is the same as http://askubuntu.com/questions/47155/reorder-files-inside-folder:
I have about 30K songs in mp3. I already organized/tagged them with Musicbrainz Picard. But Picard made ...
4
votes
2answers
1k views
Is there a way to empty the trash/wastebasket from the command line?
This would be great especially considering the latest version of Ubuntu is very slow when displaying directories on my PC...