General :: Where To Put Shared Files
Nov 30, 2010
The FHS doesn't seem to have anything like it mentioned. In the Linux directory structure, which directory is purposely designed for storing shared files/documents among Groups or Others? By 'shared files/documents', I mean e.g. documes from a collaborative projects.If such 'purposely designed' directory does not naturally exist, how do people usually do that?
View 2 Replies
ADVERTISEMENT
Jun 14, 2010
I am running Ubuntu 10.4 I am coming from a windows background and I want to know what is the proper way to share files among multiple users on the same Linux box. In this particular case, I will be sharing jpg images.
I do not have any shares defined and I am not (to my knowledge) running Samba.
View 1 Replies
View Related
May 17, 2011
I dual boot into Arch Linux and OS X 10.6 on my MacBook pro. I synced my UID between both OSes and created an HFS partition (with no journaling) to use as a shared home/Users partition. For the most part it works just as I'd expect, but sometimes when I'm booted into OS X certain files are "locked" (when I get info on a particular file the "Locked" box is checked under the "General" pane. I can resolve the issue by manually unchecking the box) and/or I get "Operation not permitted" when I try deleting or chmod'ing a file. In both cases I don't see anything out of the ordinary on the permission bits displayed with ls -l, except for a trailing '@' character in the position where the sticky bit would normally occur:
This '@' character shows up on ALL normal files, so doesn't seem to be linked to the locked/operation not permission situation.
On the Linux side of things I never have permission problems. To the best of my limited knowledge and experience with ACLs I've not found any ACLs on any of the files in question.
For what it's worth, I do most of my file editing using emacs (Aquamacs in OSX), is it possible it is setting weird permission bits?
What is the "locked" setting that OS X uses and does it have a permission bit equivalent (so at the very least I could recursively unlock all files in my home directory from the terminal) why might some, but not other files get "locked" when booting into OS X what is the meaning of the '@' character?
View 1 Replies
View Related
Nov 5, 2010
Somehow, I have flipped a bit somehwere, and some directories, particularly those shred through SAMBA, have flipped their sorting.
where those things are configured?
I also want to hide .dot files for some shared directory trees.
View 3 Replies
View Related
May 4, 2011
Is possible to make a folder permission like below?
-User can create files/folders in the shared folder.
-But the files/folders they created, cannot be delete/change by em.
(only can be delete by root users)
-Each new files/folders created will auto owner to root only.
View 4 Replies
View Related
May 5, 2010
I am used to Ubuntus simple sharing with samba. Just install it, reboot and then share the files.Then do I klick on network folder and see all the shared files on the computers in the network.
How do I install it so I only need to go into network folder and see the other computers shared files.Then, how do I share files?
I hope it's not so difficult and that I have to change i config-files.
I am new to Fedora.
View 4 Replies
View Related
Apr 13, 2010
I am having trouble seeing files on the network in shared folders.I have samba installed. I run win7 though a virtual machine and it sees the files file, but when i run dolphin, network, then network again, i only see my computer there, no others.
View 8 Replies
View Related
Jul 7, 2011
I shared files in windows 7 with LAN . how i can get that files in ubuntu
View 3 Replies
View Related
Jul 9, 2010
Would it cause any problems to use a shared swap partition?Example:
sda1 = swap partition 50 meg
sda2 = / of OpenSuse installation 200 meg
sda3 = / of Fedora installation 200 meg
[code]....
View 9 Replies
View Related
Jun 15, 2010
Lucid. Two desktops, both Dell 530's.
Desktop A has wired connection to router, was a fresh install of 9.10 upgraded to 10.04. Has printer attached - HP deskjet 845C.
Desktop B has fresh install 10.04 and wireless connection to router. Has problem free internet connection through the router.
Both computers have sharing services installed and a shared folder (called "Public").
I'd like both computers to be able to see the public folder on the other computer, and I'd like computer B to be able to use computer A's printer.
When I try to open a shared folder on one computer from the other computer I just keep being asked for my password. Which password is this? I enter the user password for the computer which is the same on both computers) but that does not seem to work. I've also tried the password for the router, but that does not work either.
View 9 Replies
View Related
Dec 6, 2010
I'm attempting to write a simple BASH shell script to copy some files from one of my Ubuntu machines to another Ubuntu machine's shared folder. I've searched the forums but I haven't found anything on simply using cp across a network.Since Nautilus can do it I presume I should be able to do it from the terminal or from a BASH script -- this might be my first mistake?I have tried the obvious:
cp My_local_file //Name_of_other_ubuntu_computer/shareddocs
and
cp My_local_file smb://Name_of_other_ubuntu_computer/shareddocs
but those don't work. Sharing is enabled for the shareddocs folder.
I have tried mounting the remote shareddocs folder but it seems I need to install some other package to do this? If this is true, how does Nautilus manage to do it without an additional package?
View 4 Replies
View Related
Nov 18, 2010
I have in fact set the folder to shared.I can see my computer or "server" on the windows network.My router is all that ties my network together.And I have a criminal history...okay that last one was a lie.But really I'm stuck here I can't figure out how to let the windows network see my shared folder.
View 3 Replies
View Related
Feb 11, 2010
i am having a very weird problem with one of my ubuntu shared maps (/home/marc/shared).I am using VMware. Windows 7 host. Ubuntu 9.10 Guest.By right clicking the shared folder (/home/marc/shared) and selecting "Sharing options" i have installed the samba software needed. The installation went fine and samba seems all good.The folder should have read write access.When using windows 7 to browse the network the shared ubuntu folder appears nicely. I use my root credentials to login wich works nicely too.
Now the following strange thing happens:When i create a file e.g. test.php, i can edit it delete it. Actually i can do whatever i want.When i create a file e.g. test.html (mind the .html extension), for some reason i can read it, delete it, but not edit it! Windows gives me somekind of message like "Please check whether if this file is opened by another program".How on earth is this possible? I never opened or used the .html file in another application so i guess it has something to do with write access credentials. Which is weird since i am able to delete the file?
View 1 Replies
View Related
Feb 11, 2010
I have installed samba server one month ago and it was working fine till yesterday but today morning when any network client is trying to access samba shared files by giving smb://<serveripaddress> it is asking for password...that is ok but when he is giving the password it is again opening the same password window to enter password again.The clients are giving correct password that is confirm. At the server side i have run smbclient -L localhost -U% and that is giving proper response so that also means that samba server is working fine so i dont know what could be the problem and what its solution.
View 7 Replies
View Related
Oct 20, 2010
I'm trying to change a group of cpp files to one shared lib. I have created a shared lib with a single file. I then did this with a group of files. The difference in what I'm doing is that before with the single file, .a, was added into a single .o file. Now I'm trying to add it to my main.cpp file which is NOT a .o file. I'm now getting these compiler errors from the main.cpp where is doesn't seem to recognize the semaphores.Example Error: undefined reference to `sem_wait'If I were not to use the share libs this compiles and runs as I expected it to.Something tells me this is a compiler flag issue, at least I hope it is
View 1 Replies
View Related
Feb 26, 2010
I have written a simple library and ended up with a .so file. I have a header file from writing the code that describes how to use the functions in the source code I have written. I think this .h files needs to be available to other programs that access this code.
I have seen lots of tutorials on how to copy the .so file to the relevant directories and make links with the version number. What I can't find is where to put the header file so that any programs I write to use my new library can access the header.
Hope this makes sense. For example, I might use <stdio.h> normally, I will need to access <mylibrary.h> once mylibrary.so is loaded (as far as I understand!)
It's weird, I've been using C compilers for embedded processors over ten years now and never given a second thought to how libraries and headers work behind the scenes!
View 6 Replies
View Related
Oct 14, 2009
I am using CentOS 5.3 , kernal version is 2.6.18-164.el5 I am connected with a LAN ( having systems with XP, Fedora , CentOS etc ), how to see shared Folders in CentOS? plus if i want to share things, what is the procedure?
I have tried with by right clicking->properties->share->configure share... etc but on other systems i cant see my shared folder..?
View 2 Replies
View Related
Nov 20, 2009
How to get XAMPP running successfully alongside SELinux? Fedora 12 Beta. If I disable SELinux, XAMPP runs fine. If I enable SELinux, I get the following errors:
/ # /opt/lampp/lampp start
opt/lampp/lampp startStarting XAMPP for Linux 1.7.2...
/opt/lampp/bin/php: error while loading shared libraries: libexslt.so.0: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Starting Apache with SSL ...
/opt/lampp/bin/httpd: error while loading shared libraries: libexpat.so.0: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! Couldn't start Apache!
XAMPP: Starting diagnose...
XAMPP: Sorry, I've no idea what's going wrong.
XAMPP: Please contact our forum [URL]
XAMPP: Starting MySQL...
/opt/lampp/bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
/opt/lampp/bin/my_print_defaults: error while loading shared libraries: libz.so.1: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Couldn't start MySQL!
XAMPP: Starting ProFTPD...
XAMPP: /opt/lampp/sbin/proftpd: error while loading shared libraries: libcrypto.so.0.9.8: cannot enable executable stack as shared object requires: Permission denied
XAMPP: Error 127! Couln't start ProFTPD!
XAMPP for Linux started.
I have tried the instructions here: [URL]. You need to change some of the date dependent directories to execute the commands. The above errors however are after applying the suggested changes.
View 13 Replies
View Related
Mar 20, 2010
I have two computers set up, one is running Ubuntu 9.04 and the other running Windows 7 Professional. I have a bunch of shared files from Windows 7 (which I am normally able to access from any Windows 7 or Windows XP machine on my network) but I can't access them from Ubuntu.I have tried going to Places > Network > Windows Network, but I receive the error "Unable to mount locations Failed to retrieve share list from server"I have also found another recommendation for accessing a windows server, via Places > Connect to Server, but I receive another error message there, "Cannot display location "smb://..." No application is registered as handling this file."Could anyone explain what my problem is and how I could fix it? I really wish I could figure this stupid thing out myself, but it's linux.. it's not meant to be understood by anyone >.<
View 7 Replies
View Related
Apr 8, 2010
When I first start up my 2 computers once the network is established if I try to acces the Ubuntu shared folders from the Win XP machine I get this error:"\localhost not accessible. You might not have permission to usethis network resource.t the administrator of this server to findout if you have access permissions.You were not connected because aduplicate name exits on the network. Go to System in Control Panel tochange the computer name and try again."If I first access the Windows shared files and then go back to the Win machine I get the password prompt and all is well
View 9 Replies
View Related
Dec 18, 2010
I am trying to attach shared files to a Thunderbird mail.The files are stored into a remote machine inside my LAN. The path is something like smb//:<something>But when trying to attach the file I get a permission error:"controllare i permessi di accesso al file"(trad: "check the access permissions to the file")
View 1 Replies
View Related
Jan 11, 2011
I have a desktop running Ubuntu 10.10 and several terabytes of files on it. In Windows all I have to do is enable sharing and my Mac will see the shared folders right away and I have no problem browsing them. I read somewhere that it was essentially the same process in Ubuntu which I followed but I am unable to browse. The desktop does show up in OSX but when I click on it from Finder (Path Finder actually) I get a message saying "The server "Foo" may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again."
If I select "Connect to Server" under the Go menu in finder and type in smb://ip-address then I get one step further. I am asked to log in and I just click on guest (my user name and password didn't work) and then I get a list of all the shared folders but when I click on one I get a message very similar to the one above but not identical.
Everything I have found is about 5 years old. Or has anyone had similar issues and solved them? This is the first time I have ever tried any kind of networking in Linux but I am thinking Ubuntu 10.10 may have some sort of software firewall enabled by default?
View 1 Replies
View Related
Oct 20, 2010
What flags do you have to pass to valac to compile code into a shared library (file extension .so)?
View 1 Replies
View Related
Feb 21, 2009
i need to access the shared files of computes with windows on it.i have fedora 8 on my machine..our computers are on the same network of the office...how do i access my friend's shared file.??
View 2 Replies
View Related
Apr 24, 2009
I have just got my network to work on Fedora, and now I have run into an new problem... I can't access any shared files or printers. The computer that has the printer and the files I want to access runs windows XP Home edition, and when I boot into XP on my machine, I can access the files and printer. Can this be fixed, or is Fedora incompatable with Windows XP in this case?
View 6 Replies
View Related
Sep 29, 2010
i have created an folder inside my redhat server. and i shared it via samba and mapped that shared folders inside 5 windows machine. now the problem i am facing is, if any one create a file in that mapped drive the other user cant edit that same file. but he can read it. only for files not folders.
i gave full permission to that folders and subfolders and in smb file i gave readable writable browsable permissions. and i disabled se linux and firewall
View 12 Replies
View Related
Jan 6, 2010
Question about shared libraries dependancies & ldd: Lets find dependancies for /bin/echo :
$ldd /bin/echo
linux-gate.so.1 => (0xb7f70000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7e01000)
/lib/ld-linux.so.2 (0xb7f71000)
Lets focus on libc6 :
[Code]....
What is this directory /lib/i686/cmov? How does ldd to link /lib/libc.so.6 to /lib/i686/cmov/libc.so.6? Why having 2 libc6 on the system (files have different sizes, so are different)?
View 2 Replies
View Related
Mar 30, 2011
Recently I've been finding two strange-looking files on my Windows shared folders! Their names are 'khy' and 'qffhtx.exe', they appear as hidden, and they're hard to delete!! especially the first one because it has no extension. I use Ubuntu 10.10, but I am worried because I also dual-boot Windows XP. Today I tried to open the .exe file in nautilus to see what is inside and I received the message "Unable to open archive", 'khy' is apparently an empty text file. Then I unmounted my /home partition so my files are out of the way, and I ran the .exe file using WINE,
Now I have a strange-looking applet on my top panel!! and it says "Script paused", also it says "Exit', and also Wine command prompt says something strange about "LockWindowUpdate", don't imagine it I'll post the screenshots so you can see it for yourselves. Also --and this is weird-- the virus apparently is trying to call a Windows process named csrcs.exe!! Again, I'll post the screenshots.
If this is a virus, then it's like a fish out of the water on my Ubuntu, it's probably trying to do something but it can't find its way around, it's kinda funny, but Im worried because I also dual-boot Windows XP, I'm having a hard time trying to remember the name KHY, it's a very weird acronym, it's the acronym of a disease, according to what I googled, i'm sure it's a virus!!! Anyway it's HARD to remember!!!
what can I do about this? How can I see the "script"? can Ubuntu kick its ***?how can I clean my Windows?
View 9 Replies
View Related
Jun 18, 2010
I'm setting up a network between 2 pc's where the one should act like "file server" and a normal pc to surf on internet.called ORLA-DESKTOP and the other pc is called OLGA-DESKTOP a pc connecting to the server and automounting the shared folder to the desktop Both pc's run ubuntu 10.04 Lucid Lynx The shared folder is located on the server in /home/orla/svenson
ORLA-DESKTOP have 2 users "olga" and "orla" in a group called "svenson"
OLGA-DESKTOP have 1 registered user "olga" also in group called "svenson"
users on ORLA-DESKTOP can read/write/append and so on and fully manage everything in the shared folder.But on OLGA-DESKTOP the user can make a file on the pc and then drag'n'drop the file the the shared folder, and can also delete files in the shared folder. but cannot create a file directly into the folder like on ORLA-DESKTOP I have 3 configuration files made. 2 for automounting, Located on OLGA-DESKTOP 1 for samba server configurations located on the server ORLA-DESKTOP
The first one is /etc/fstab
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
[code]....
To sum it all up the real problem is that OLGA-DESKTOP can't append to files in the shared folder. but users on the server have no troubles doing it..
View 6 Replies
View Related
Jun 20, 2011
When i work in Ubuntu on a dual boot system with a shared NTFS data-partition where Windows is hibernated, and then reboot and continue working in Windows from the hibernated sesion, strange things happen. Files disappear, files that i worked on suddenly have the content of another file.
View 5 Replies
View Related