A component of a Unix filesystem which contains other items, to organise the filesystem
2
votes
1answer
50 views
Automatically cd into directories?
In the terminal You use cd ../../........ to get to wherever you want,
But I am lazy, I am wondering if it is possible to automatically cd into the directories if the command is simply the directory.
...
0
votes
1answer
16 views
Where has the .themes folder gone?
I'm now running 13.04 and wanted to install some of my favourite themes, but found that the folder .themes was just missing. Does it work to just make the folder?
0
votes
2answers
15 views
Upload folder with subfolders containing files
I am new to ubuntu. Ubuntu caught my attention, because I tried to send a bigger attachment via Thunderbird.
Now I want to upload a folder containing subfolders containing 216 files, overall 1,57 GB ...
1
vote
2answers
18 views
Open file or folder location directly when searching for it - Nautilus
I currently use nautilus as my default file manager. When I search for some file or folder, I also need to switch to the directory that contains the particular file or folder. It feels tedious to go ...
0
votes
1answer
15 views
How do I create a path shortcut?
I have a very beginner question. I would like to create a shortcut to a directory that is global so that when I do something like
cd $dir
It will take me to the specified directory. Or if I am ...
2
votes
1answer
62 views
LaTeX filepaths in Ubuntu
I'm sorry, this is quite a specific and esoteric question, but I thought if anyone could help...
Well, anyway, last night I used ls to look at a directory and noticed some junk hidden files I didn't ...
0
votes
4answers
26 views
Mounting a directory
I have a directory in the /dev dir called media/windows. I need to mount the /windows directory to a ntfs file system partition in /dev called sbd1. I have tried mount /dev/media/windows /dev/sdb1 and ...
3
votes
2answers
36 views
Direct file downloads based off file extension?
Is it possible to make it that whenever I download a file, it is redirected to a certain folder based on its file extension?
Eg, *.jpg, *.gif, *.png, etc, that it downloads to my pictures folder, ...
0
votes
1answer
47 views
How to make folders ' seen' by PLEX
When I want to add a folder to PLEX I cannot find it.
I have 2 harddrives in my computer. Ubuntu 13 installed on the 120GB SSD and another 1TB normal harddrive which contains 1 Folder called 'Films'. ...
0
votes
2answers
26 views
Hide and unhide folders
is there any way to unhide folders other than removing the "." in fornt of it. becasue i have minecraft and the folder which you install mods to is called ".minecraft" and its in /home/usr but i want ...
0
votes
2answers
31 views
Flatten directory with incrementing names
i need a bash script for flattern a directory with same names, and get an ordered output after a conversion.
input folder structure:
/in1/file1.wav
/in1/file2.wav
/in1/file3.wav
/in2/file1.wav
...
1
vote
1answer
45 views
What is the best directory for script files?
I have my own shell script files and I want to run them in terminal, keeping them in /usr/bin folder. But my question is: which directory is best for keeping files of my own script? I want to use this ...
0
votes
0answers
46 views
Problem with creating folders on Gnome app menu on Gnome 3.8
Trying to create AppFolders by dragging one icon to the next but nothing seem to work. I am running Gnome 3.8.
2
votes
3answers
45 views
Cannot create a directory to /home
Is it normal that I can't create directories in /home partition as a normal user?
Example:
user@pc:/home$ mkdir test
mkdir: cannot create directory ‘test’: Permission denied
Is that normal?
0
votes
1answer
34 views
How to find the directory of a USB port
I am trying to find the name of the second USB port in my computer in the director /dev/ since I am trying to find where my AVR micro-controller programmer location to execute this command: avrdude -p ...
8
votes
4answers
2k views
How to customize (add/remove folders/directories) the “Places” menu of Ubuntu 13.04 “Files” application?
I can't seem to find a way to customize (add/remove folders/directories) the "Places" menu in the most recent "Files" application of Ubuntu 13.04. The procedures used with "Nautilus" in the previous ...
1
vote
1answer
40 views
Enable desktop wallpaper change with elapsed time [duplicate]
Is there a way to randomise the ubuntu desktop wallpaper with time for each displayed wallpaper.
This will randomly select a wallpaper from the pictures folder and display it for the specified time ...
0
votes
1answer
33 views
Lock icon in external drive's folders
When I attach the external hard drive, the folders have a lock icon on them and i am unable to delete them.
I tried to use sudo chown -R $USER:$USER $HOME but to no avail, this did not work.
Please ...
0
votes
1answer
28 views
Contents of Downloads folder are gone ubuntu 12.04
My downloads folder was there till evening. I went to my room and did a ssh onto my work machine and I find that the downloads folder is empty. I have some important files in downloads folder. Can ...
0
votes
0answers
25 views
How to create a new FTP user and specify which folders they can view
I was wondering how to create a new FTP user, set the password and whatnot, and also specify which folders they can view. I want to be able to use the users in filezilla. Thanks!
Note: I am doing ...
0
votes
1answer
26 views
Thunderbird : How to set unique folders for several e-mail accounts?
I'm using more and more e-mail lately and I would like to put some order into that. The thing is that I have two different accounts (Yahoo and Google)
The problem is :
I created a folder in ...
0
votes
0answers
21 views
How to reopen the folders that were open before shutdown? [duplicate]
I know how to configure it on Windows but don't know if Ubuntu has this feature.
Is it possible?
0
votes
1answer
62 views
How to create a permanent link to your Windows desktop on Ubuntu?
I want to have a way to easily access the desktop of my Windows user account from my Ubuntu account on my dual-booted machine.
Of course, I can easily create a link on my Ubuntu desktop to the path ...
6
votes
3answers
124 views
What's the difference between “cd ../” vs. “cd /..”?
What do these two commands mean?
cd ../
cd /..
I am ending up in two directories upwards the tree on the first command and in the root directory from the second command. Why does that happen?
0
votes
1answer
51 views
Ubuntu 12.04 Can not remove directory
I am using dual operating system on a single machine- windows and ubuntu.
There is a folder in windows C:\ProgramData\Folder_name which seems to be a virus to me, as it does not get deleted whenever ...
0
votes
1answer
55 views
How to wildcard directories and all files in them
Lets say I wanted to wildcard directories and then wildcard all files in those directories.
How would I do so?
I know * is to wildcard all files, but I don't know how to wildcard directories.
For ...
0
votes
0answers
15 views
Konsole appearance. Directories in mounted NTFS partition and home directory
I see that directories in mounted NTFS partition and in my $HOME look different. How to make directories from the NTFS partition look like the directories from my $HOME?
0
votes
1answer
51 views
Setting permissions for home server directories
I am fairly new at all this.
I have set up a home server using an old laptop and Ubuntu 12.04 to stream media to my LG TV through their DLNA system called MediaLink. This is being done through Plex ...
4
votes
2answers
94 views
How to protecting cd command to deal with parentheses?
I asked here how to make cd protect spaces. Tab completion is great, but sometimes you paste the path from the clipboard so this is useful.
The solution breaks with parentheses however. No matter how ...
0
votes
1answer
24 views
virtual directory to ubuntu on windows?
Is it possible to create a virtual directory in windows that links to a directory on an Ubuntu 12.10 server?
If so, how?
I'd like to do it this way because it slows me down to constantly save & ...
4
votes
1answer
60 views
I am owner of a folder but cannot access it
I have a folder with my notes about the system inside.
I am logged in as user1
cd masternotes produces:
bash: cd: mastersnotes: permission denied
whoami produces: user1
ls -l produces:
...
0
votes
0answers
22 views
Documents/Music/Videos etc. on different hard drive [duplicate]
I have a little question about how I should use my three hard drives. I have one 128 GB SSD and two 500GB HDDs. I would like to use my SSD for Ubuntu itself and also the applications I'm installing. ...
2
votes
1answer
39 views
Show folder in List by default
Ubuntu 12.04 shows folder as icon by default, see image below
How can I make folder displayed in List by default, as shown in the image below
1
vote
2answers
76 views
How to delete a folder from Ubuntu One?
I would like to delete a folder in the Ubuntu One menu. I deleted the folder in my computer, but the folder still appears in the tab folders Ubuntu One.
How to remove the folder completely?
1
vote
1answer
51 views
Why do iWork documents appear as folders on Ubuntu One and Ubuntu?
I'm uploading to Ubuntu One part my Mac drive and there are some files from iWork that are uploaded as folders. So instead of myfile.pages I get a folder with the name myfile.pages on the Ubuntu ...
2
votes
2answers
53 views
How can I list the files in other (non-current) directory?
If ls lists the content of the current directory, is there a similar command that list the content of a non current directory, without using cd?
1
vote
1answer
79 views
Where is the steam directory folder in 12.04?
I've checked in the home folder but this is all I see.
0
votes
2answers
147 views
How do I copy and paste files from one directory to another using the mouse?
On Microsoft Windows, I right-click on the file and choose "Copy". I place my cursor on the target directory, right-click on it and choose "Paste". The file will be copied to the target folder.
It ...
0
votes
1answer
33 views
How to monitor folders visited by a user?
I'm working on a project trying to auto-bookmark folders based on how frequently a folder/directory is visited. I have searched exhaustively as to how to monitor folders visited by the current user. ...
2
votes
2answers
446 views
mv: Directory not empty
I want to move content of a directory within another directory with the same folders.
Here's an example:
I have ./backup wich have the directories "base" and "test". Now I want to move these ...
0
votes
1answer
50 views
How to download entire folder
Is it possible to download entire folder with all files in it the easy way from someone else's ubuntu one account (if that folder is shared for me)?
1
vote
1answer
37 views
Hierarchy in Launcher?
Help! My launcher is full! And scrolling through the icons is so painfully slow!
Is there any possibility to apply a hierarchy in the launcher? Some folder-like icon where you can put in a bunch of ...
0
votes
2answers
55 views
weird change of owner for user home dir when installing vettle
All of a sudden my home dir turned to be owned by user '1016':
drwxr-xr-x 96 1016 1016 20480 Apr 2 2010 albert
drwxr-xr-x 32 guest guest 4096 Mar 16 13:46 guest
I don't understand how that ...
2
votes
1answer
275 views
Cannot access directory in /var/www/: Permission Denied
Forbidden
You don't have permission to access /celsium/index.php on this server.
The above text is shown when i try to access the directory made in /var/www.
the directory is ...
0
votes
0answers
20 views
can't set directory permission
I have created a special userid ("aa") to access only one folder (testdir) on my PC.
I created the following directory:
drwx------ me me testdir
I can't seem to change the permissions at all, not ...
0
votes
0answers
130 views
Files and folders in Gnome-Shell 3.6.2 overview not showing
I've done a fresh setup of Xubuntu 12.10 on a 32bit machine, but changed to Gnome-Shell 3.6.2.
When hitting the activities button, only documents or contacts search provide results, files or folders ...
0
votes
0answers
30 views
How check directories that i have rights to copy in terminal?
How check directories that i have rights to copy in terminal?
Sometimes when i do ls -la, i see drwxrwsrwx 4 ownername dirname ... but i tried to do scp -r into my own machine, but i get ...
0
votes
0answers
53 views
I cannot find the Default VIDEO folder in ubuntu 12.04 LTS
I am using Ubuntu 12.04 LTS on my laptop. For some time now, I have realised that the default VIDEO folder in the home folder has been missing. I have tried locating it but I cannot find it. When I ...
0
votes
0answers
24 views
Sorting songs in folder
How can I sort songs by different options? like sort songs by their track number, artist, album...I can't seem to display any of those in a folder in ubuntu.
Thanks!
-1
votes
2answers
125 views
Tried to make USB stick from OSX
When trying to make a USB stick for Mac I got this error:
MacBookPro-UserName:~ UserName$ hdiutil convert -format UDRW -o ~/ubuntu/USB-Overdrive-302.img ~/ubuntu/ubuntu.iso
hdiutil: convert failed - ...




