Gerald Jansen wrote:
> "telnet" Why? Question. Is the
> folder "root" as viewed while
> under Samba, the same directory as
> "root" as viewed under telnet. If
> not why not?
The e-smith server and gateway, like any Unix system, has a single hierarchical namespace for files. When you telnet into the system as "root", you start in the root home directory (/root) and from there you have the run of the system. You can change to any directory in the entire hierarchy.
Samba presents portions of that filesystem hierarchy to other Windows machines over the network. The Samba configuration file /etc/smb.conf specifies which parts of the filesystem are presented over the network.
We've tried to make the e-smith file hierarchy as logical and as easy to understand as possible. On an e-smith server and gateway, all files that are accessible over the network are located in:
/home/e-smith/files
If you have copied the file to one of the primary directories using Samba, you'll find it in:
/home/e-smith/files/primary
If you stored it in an ibay, you'll find the file in:
/home/e-smith/ibays
Or if you stored it in a user's home directory, the file will be somewhere in:
/home/e-smith/users
To get a complete list of the filesystem hierarchy starting from /home/e-smith, type the command:
find /home/e-smith
Hope this helps clear things up. Best regards,
- Joe