A component of a Unix filesystem which contains other items, to organise the filesystem
6
votes
2answers
879 views
Setting up a shared media drive
I want to have a shared media drive be transparently usable to all users, whilst also sticking to FHS and Ubuntu standards. The former takes priority if necessary. I currently mount it at /media/Stuff ...
0
votes
4answers
2k views
Play video files in a local Lan folder with KDE
I'm trying to play video files in a LAN network folder from within dolphin.
These are Samba folders which I can access, delete files and write and copy from.
The same video files play perfectly with ...
5
votes
2answers
248 views
How can I detect and delete all lost configuration folders?
Over the time there is an increasing number of hidden .configuration folders in my home folder.
Many of these come from applications I only installed for testing or from applications that I don't use ...
8
votes
2answers
1k views
What is the double slash (//) directory?
I mistakenly typed cd // instead of cd /. To my surprise, current directory showed up as //.
What is that directory? Why does it exist?
apple@snipped $ pwd
/home/apple
apple@snipped $ cd /
...
3
votes
2answers
1k views
Ubuntu chroot “No such file or directory”
I have a web application where I create some folders on my server and put executables there. Then I try to run them with chroot but I get a message that access is denied there.
I tried chmod -R 777 ...
0
votes
1answer
188 views
Online folder ordering different than my PC?
The folders are shown online (by web browser) sorted by Capital letter first then by lower case. This is not the case with Nautilus 2.30.1. For example;
online: Apple Frog Mat bean cool dog
...
1
vote
1answer
519 views
How to enable a symlink in this case
I cannot categorize this question under ubuntu since it has nothing to do with it. But I know people here can definitely answer this. I login to one of my deployment boxes using SSH (no ubuntu here).
...
12
votes
5answers
14k views
Move home folder to second drive
I have 2 HDD drives in my computer. At the moment second drive is mounted as /media/storage.
How can I move my user data from /home to /media/storage/home?
Can I just move the data over there and ...
2
votes
1answer
263 views
How to close multiple nautilus folders that are opening automatically after login?
Every time after I login into Ubuntu
5 folders from the same path (/usr/share/applications) are opening automatically
I searched in Nautilus Help and I couldn’t find anything related to my issue.
...
7
votes
1answer
909 views
Ubuntu One Sync for multiple folders in Windows, not just the Ubuntu One folder
I may have misunderstood Ubuntu One as a service, but this is how I had pictured it. At home, I tagged a few folders with the "Sync to Ubuntu One" tick and it started uploading.
Now back at work, on ...
7
votes
3answers
870 views
Move files in subdir to another dir
I have a directory :
../Music with a lot of music files in a lot of subdirectories.
How would i move all the files in the subdirectories to another directory ?
Thus, i only want to move the files, i ...
8
votes
9answers
28k views
Can't access Ubuntu's shared folders from Windows 7
In Ubuntu Maverick, I've shared some folders using the Nautilus "Sharing Options" GUI.
I can see them from Windows 7, but when I try to access them (from Windows) it asks for a username and ...
3
votes
3answers
805 views
Shared Folders in Virtualbox
I have a Win7 box with an Ubuntu 10.10 VM accessed in Virtualbox.
The Ubuntu install has the ex4 filesystem. Can I access the shared folders in both Windows and Ubuntu without corrupting the data?
...
2
votes
1answer
154 views
In which directories does GNOME Do look?
I have 2 launchers for an application with the same name but that do different things. I'd like to delete one of them so that the one that comes up in GNOME Do is the right one.
The problem is that ...
5
votes
2answers
3k views
How can I change the default location of content directories (eg Pictures, Templates, Music) in my home folder?
I have multiple users on my home desktop. I am content with most of the default user directories, however I would like to make one change.
I would like to setup a common directory for Music (ie ...
3
votes
4answers
811 views
How can I add specific folders to Places in mintMenu?
How can I add specific folders to places in mintMenu?
4
votes
1answer
426 views
Opening images sorted by modification date/size/type/etc
Suppose I have a folder with pictures in them. If I sort them by name once I open one with Image Viewer and navigate to the others the order is respected. But if I sort my files by modification date, ...
15
votes
2answers
317 views
Ubuntu keeps creating dummy directories
Whenever I boot into Ubuntu, something (frankly, I'm not sure which program does that) creates a bunch of directories, namely ~/Music, ~/Videos, ~/Documents, and ~/Audiobooks.
I know it's possible ...
1
vote
2answers
13k views
Deploying war files in tomcat6
I am using tomcat5.5 for a long on Ubuntu servers 8.10 and 9.10 and /usr/share/tomcat/webapps/ is the path where I place my .war files and access them on the browser over network.
On a sytem I've ...
13
votes
3answers
1k views
Two accounts on same computer how to make a share folder for both?
I need a shared folder. I and my wife need to exchange files on same computer. How to do that?
9
votes
3answers
1k views
Why does /cdrom folder exist? Shouldn't it be /media/cdrom or /mnt/cdrom?
Can somebody explain the logic behind Ubuntu's cdrom folder in root? (/cdrom)
I recall it used to be /media/cdrom or /mnt/cdrom before (in different distros perhaps)?
thanks.
7
votes
4answers
6k views
Delete empty “lost+found” folder automatically if it's empty
Every certain amount of time, Ubuntu checks my filesystems and it creates several empty "lost+found" folders.
Can I disable this feature? Is there any way that Ubuntu deletes automatically these ...
11
votes
2answers
1k views
Best place to install apps
I am completely new to Ubuntu and I must say AskUbuntu and you folks are of great help. So now when I have started installing and playing with apps, my question is what is the best place to ...
9
votes
2answers
1k views
What are “$PATH” and “~/bin”? How can I have personal scripts?
What is $PATH?
How can I have commands/programs which are only available for me?
I have seen this path ~/bin mentioned before, but what is it used for, and how do I use it?
0
votes
2answers
293 views
Best place to put application files [duplicate]
Possible Duplicate:
'Installing' Applications, where to put folders?
Hello,
Where shall I put applications which do not require install (extracted from archive)?
E.g.
java based ...
2
votes
1answer
731 views
How to auto-expand ALL sub-directory levels in Nautilus tree view, via the keyboard?
In Nautilus tree-view, pressing * (asterisk) expands the selected directory structure by ONE level.
Pressing * again will expand the structure by one more level.
...etc, etc, untl all levels are ...
27
votes
6answers
98k views
Change folder permissions and ownership
I would like the user to have full rights on this folder (as well as all sub-directories and files in it):
~/.blabla
currently owned by root.
I have found numerous posts (in this forum and ...
4
votes
1answer
2k views
VirtualBox: Ubuntu Host and Ubuntu Guest. Where is my shared folder in the Guest?
I am running VirtualBox OSE in an Ubuntu Lucid host.
The Guest system is also Ubuntu Lucid.
I've set up a Host directory to share with the Guest via VirutulBox's Shared Folders.
This directory is ...
7
votes
2answers
4k views
10
votes
3answers
2k views
What happens if I delete the default folders in my home folder?
What are the consequences of deleting any of these?
e.g.:
How will applications that expect them to be present behave?
Where will the items on my desktop go?
1
vote
2answers
1k views
How do I create a udev rule for my logitech webcam [closed]
With my webcam plugged in at boot, it always defaults to /dev/video0 and my TV-card defaults to /dev/video1. Tvtime defaults is using /dev/video0. I know that I can run Tvtime with the --device option ...
24
votes
4answers
2k views
How can I hide directories without changing their names?
The OCD in me wants directories I do not like the name of to be hidden since I do not interact with them directly.
How can I hide directories without using the dot notation?