Ubuntu :: Unable To Renaming Server Folder?
Jul 25, 2011I've got three server folder things but I'm wondering whether I could rename them to something a bit more neater.When I do try renaming one it comes up with this error.
View 4 RepliesI've got three server folder things but I'm wondering whether I could rename them to something a bit more neater.When I do try renaming one it comes up with this error.
View 4 RepliesRunning kubuntu 11.04x64 w/ xrender and folder-view plasmoid:
I cannot view "open with" for directories on the desktop (but it is visible w/in dolphin file structure) and whenever I try to rename folders on the desktop it crashes and restarts (but the rename is successful and no open windows crash).
This glitch is reproducible under OpenGL and Xrender; had to switch over to xrender after a recent system update that seems to slow my computer to a crawl after a little time and kept it cause it seems much smoother and crisper.
Is there any way to fix these issues or is there an alternative to the folder-view plasmoid to view a folder content on the desktop that is more stable?
I have an FTP account that when they log in they go to /var/ftp/uploads according to etc/passwd.I want to temporarily stop the uploads from coming in, but don't want to change the password on that account. If I rename the uploads folder to something else, what will happen when they go to log in since the /var/ftp/uploads path is no longer valid?
View 6 Replies View RelatedAll I want to do is rename the folder containing my VMs but when I do that it breaks the VMs. In the settings of the individual VMs under Storage, there is a location for the .vdi file which I think may be the culprit but I see no way to change it. So is there a way to easily just rename the folder without importing/exporting the entire VM?
View 5 Replies View RelatedI have a folder where all of my movies are placed. Each movie lies in its own folder. I want to write a script which renames all the movie files and gives them the name of the folder they are in.For example I want this file:/home/tryfon/movies/Black Irish [2007]/black.irish.dvdrip.avi to be renamed to /home/tryfon/movies/Black Irish [2007]/Black Irish [2007].aviOne issue is that the video files are of several file types (mostly avi, divx and mkv).Another issue is that some movies consist of two parts, so if a second avi file is found I would like the two (or more) files to be named like: "Black Irish [2007] CD1" and "Black Irish [2007] CD2", or if this is not possible at least notify me of the folders that contain more than one video fil
View 2 Replies View RelatedI'm trying to rename files recursively from a folder. I want to delete the & from every filename. i've searched the net and found the following script:
Code:
#!/bin/bash
dir=/whatever/directory
for file in `ls $dir` ; do
# ANYCASE TO UPPERCASE:
newname=`echo $file | tr '[a-z]' '[A-Z]'`
mv $dir/$file $dir/$newname
done
and changed it:
Code:
#!/bin/bash
dir=/home/test
for file in `find $dir -type f` ; do
#rename files containing &
newname=`echo $file` | tr '[&]' ''
mv $dir/$file $dir/$newname
done
But the for loop explodes the filename after each & sign, so i don't have a whole filename. if the file is named lorem & ipsum, the for loop will break it in 3 parts.
I created a little bash script for renaming files from a folderEvery time i hv to put that bash script file (rename.sh) in folder Is there any ways i will call (rename.sh) from terminal without moving rename.sh into any folder ?ne More Question : Whenever i run any .sh file automatically one .sh~ file created it is my programing mistake or is it exists ?
View 7 Replies View RelatedI have used avidemux to cut a mp4 file, choosing just a part of it, and I have discovered it automatically adds "avidemux" to the beginning of the name of the file, plus the author of the file and that I cannot edit the file to erase it. Note that I talk about "right click - properties", and that the file, as seen from home folder dont include the "avidemux" prefix, but if, for instance, I run the file with VLC, "avidemux" will appear, and that is annoying. how to delete that annoying avidemux prefix?
View 1 Replies View RelatedI have around 150+ folders in one directory. All contains some pdf files. Now i want to give some prefix no. to folder only not the files inside. How can i give the prefix to all my folders?Eg : Suppose i want no. 8562 then i want it like as follows
OLD FOLDER NEW FOLDER
ABC/ 8562-ABC/
AABC/ 8562-AABC/
I use F10 at home and while away from work on my laptop. Recently I could get the VPN sorted out ( I can now connect to the vpn (ppp0) server at work from home or anywhere else). I am trying to mount a windows folder that is on the work server on my F10 box at home through the VPN connection that is first established.What I know about the windws server
servername
sharename
username
password
When I try this
sudo mount -t cifs //pxxxx/home/abcd /mnt/dir/ -o username=abcd,password=xxxx
I get this error
mount error: could not resolve address for pxxxx: Name or service not known
No ip address specified and hostname not found
I think the VPN connection is established successfully. I have a ppp0 connection under ifconfig with an IP address after vpn connection is established.In windows I just map the network drive (\pxxxxhome) username=abcd, password=xxxx and mount the folder as "abcd on pxxxxhome"
We are having 12 windows computers xp which are connected to a linux machine which has samba server installed on it for backup purposes of these 12 windows users. We want the like this , that a user copy a folder from their local machine and paste it to the samba server . but they cannot delete this folder once the backup is there at linux machine.
So this is working fine. But our users are able to Rename the folder they have pasted at linux machine which we dont want . and even they are able to cut and paste files from 1 folder to another folder in the samba server. We just want them to copy a file or folder from their local windows machine and paste to samba server and they can also read it (copy and paste back to their windows computer)whenever they want . but we dont want them to cut and paste within linux machine and rename that file as well.
I am new to virtual machines in general, and currently playing with the XEN-based VM in CentOS 5.5. Question: if neither virt-manager nor virsh (using "virsh edit <guest name>" and changing the name in the XML file) are designed to actually change a guest's name...then what is the recommended procedure for doing this?
View 1 Replies View RelatedI wanted to enable file sharing in for one of my folders under the home directory. I noticed that the 'not shared' and 'shared' always defaulted back to 'not shared'. And now I see what looks like an electrical plug icon symbol over the folder icon symbol like I might see used for some of the root folders. What does the new icon indicate about the folder attributes and why does file sharing default to 'not shared'?
View 1 Replies View RelatedI've setup a FTP server in OpenSUSE 11.1 with KDE 3.5.x. (Pure-ftpd) But when I connect with an user to the FTP server I can browse to all folders on the OPENSUSE system, how can I setup one folder for all users and restrict the FTP connection to that folder only??
View 1 Replies View RelatedI'm installing things in a new Red Hat server and saw that the /var folder is full (100%). I need this folder to have more space or another kind of solution because this server is going to be used as a print server.
View 7 Replies View RelatedI have created a folder including some html link pages in /test/htlink . Now I want to create a soft link of that folder as htlink -> /test/htlink in /var/www/html . Now when I m browsing the folder , its erroring (404 Not Found) folder is not found on the server . I have given 777 permission on every file-folder in /test . No firewall & no SELINUX .
*** I want to browse the folder ***
I have a Windows Network folder in my places under Network and it will not delete. How can i delete this?
View 1 Replies View RelatedI have the 11.04 version.I've tried to run Ubuntu One from the Launcher, but it doesn't do anything, so I have to go to the terminal and write sudo ubuntuone-control-panel-gtk Once it runs, the window opens, and where it should say File Sync is up-to-date it appears in red letters this error:
File Sync error. (org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/ubuntuone-client/ubuntuone-syncdaemon exited with status 1), next to it I have the option Restart, but it doesn't do anything if I click it.
If I go to the section "Cloud Folders" it appears:
Value could not be retrieved. (DBus exception: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/ubuntuone-client/ubuntuone-syncdaemon exited with status 1) The folder Ubuntu One that should appear in my Home Folder, doesn't exist.
Where is the Trash folder where deleted files are moved? I found no /dev/null How can I tell Ubuntu: Wipe Trash folder on exit How can I tell Ubuntu: Delete files immediately without moving them first to Trash folder?
View 5 Replies View RelatedI am unable to share a folder on my Ubuntu 9.10 desktop machine. Networking is working, I can see and be seen by windows machines and also my Ubuntu 9.10 laptop. The laptop is able to share folders with no problem. The error message I get when I try to set sharing on a folder is "'net usershare' returned error 255: net usershare add: cannot convert name "Everyone" to a SID. Memory allocation error."
I know there has been a thread relating to this in the past, but the solution there did not work for me, and I have been beating my head against the wall for a couple of weeks on this problem, and have spent a bit of time with smb.conf. I would hate to have to do a new install to fix this, after all this is not MS windows!Can anyone point me in the right direction?
I am using hotmail as my main email and want to setup the evolution as my default email client.but for some reason it couldnt download my folders which are on the server.it only downloads the mail from the inbox.is there any workaround for this.also if i switch to thunderbird would it be able to download the folder from hotmail??
View 8 Replies View RelatedI am trying to run a script in another partition of the hdd the file name is new I ran
Code:
chmod +x new
both as normal and as sudo but still get this error....
Code:
-bash: ./new: Permission denied
I just got a used machine with ubuntu on it, and can't seem to change the name of 'Home.'
View 7 Replies View RelatedI have been unable to open my Downloads folder for 2 days now. I've tried everything. I can get into every other folder on my machine though. I also have 103GB free space on my machine. Is there perhaps a limit on the amount of data I can have per folder? I'm running 64bit Ubuntu.
View 1 Replies View RelatedI have some USB drives that for some reason I cannot create folders or documents on. This pertains to all of my external USB drives. Works fine when I am in the Mac partition but not in Ubuntu. Another thing is that when I plug in an external drive, a nautilus window with the contents of the drive opens. Happens to all of my USB drives.
View 7 Replies View RelatedI am running the latest version of Ubuntu (Ubuntu 11.04) which i setup as a dual boot OS with Windows XP SP3. I was listening to my MP3s using the Banshee music player on Ubuntu. My MP3s reside on an NTFS drive (which I mounted in Ubuntu to hear the MP3s). Via the Banshee player I deleted all songs from a particular folder and thought nothing of it until I later booted into Windows.
I saw the folder that had the songs I had deleted the songs and and thought I'd delete the folder as well except that I couldn't. It said the file might be corrupted. I logged backed into Ubuntu (Windows XP was shutdown not hibernated as I remember hearing that on Hibernating, you can't properly delete/copy files on Windows partitions). In Ubuntu too, I wasn't able to delete this folder - either via the Folder explorer or via terminal. I see a file named ".fuse_hidden0000041b00000017" along with some other files I had deleted (in Turquoise colour). I didn't see any posts in this forum with a help on resolving this issue
I have to work in terminal but I don't know the command of copying files from one folder to another. e.g from /share/ParaDiS.v2.3.5.1 to /home/newfolder what should I type?
View 4 Replies View RelatedI'm a beginner at backing up my Ubuntu system, but I've set Simple Backup to do a backup once a week. I deleted the oldest of these files, but now it's sitting in my Trash and I can't empty it. I get a permission denied error for the folders within the backup folder in the trash, yet I can't restore the folder either - Ubuntu says it 'failed to determine the original path' for the folder. I've just discovered this in Xubuntu Jaunty, but I'm confident the same will happen in any other WM I choose (I have several installed - I like variety ).
It's not a huge file, but it's hanging out there and I'd like to get it either deleted or restored. Possibly I oughtn't to have deleted it in the first place (it usually lives in /var/backup, which I can't access except as root). The files, which I probably deleted /as/ root, show up in my user trash rather than root's trash. I found the trash in ~/.local/share/Trash/files, but I'm not sure if just deleting them as root would be a good.
I got 11.04 installed on my laptop a few weeks ago and all seemed well. I've only used this machine for general surfing and downloads (legal of course )Anyway, last night it started to display some odd or should I say, show stopping issues.
Issue 1. Clicking the Home Folder button at the top of the left launcher does nothing. Well when I say nothing is does dim the icon, the hard drive turns but no folder opens. OS function 101 failure.
Issue 2. Inserting a USB stick (that just last week we working fine) does nothing. Again, when I say nothing, the harddrive light goes on, but the USB drive does not open.
Issue 3. Unable to get my home folder open in the Ubuntu 11.04 Unity system I downloaded Sunflower, a file browser app. It runs fine from the command line, but when the I decided to make a shortcut to this on the desktop, I right clicked on the desktop in order to use the Create Launcher option. But guess what? The right click does not reveal any menu. Right clicking on the desktop does nothing.
This is not good enough for what is suppose to be a mature stable OS!I really do not want to go to Fedora 15 or <shudder> Windows 7 so, how do I fix this broken system? Is there some system repair that reinstalls the OS or something? Is there a system repair that does not require me getting all the updates again?
I can't access any of the sub-folders or files in my home folder on Ubuntu. I've checked the folder associations, that doesn't seem to be the issue. I've also opened the mimeapps.list file and the inode/directory association seems fine - inode/directory=nautilus-folder-handler.desktop;
I'm running Intrepid (8.10) (please don't ask me to upgrade! ) and the issue started after using Qtpfsgui 1.9.3 a couple of time to create HDR images. I guess Qtpfsgui broke an association somewhere, but where? I can access other folders, on Computer and Filesystem, but not on my home folder.