File Manager?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers File Manager?
# 1  
Old 12-29-2004
File Manager?

Another dumb question for you UNIX Guru's. Again I am a very new UNIX user so go easy on me, trying to convert from MSWIN

I have a PC on my desk running Solaris. My PC is connected to a LAN in the office. The LAN then has other systems (celluar switches) connected to it that I can "rsh" into them via a "terminal window" from my PC to execute commmands, look/modify files ect.

I like the file manager program on my PC (I can relate to it as a MSWIN junkie) as it helps me see the directories and file types.

How can I use the "FILE MANAGER" to look at files in other remote systems, like I can using rsh command in a "Terminal Window?

Hope that is not too stupid, I just have not been able to figure it out yet. Thanks... Dereck
# 2  
Old 12-29-2004
if i understood your problem correclty you maybe want to use samba client or smbmount or shlight to mount from unix your windowses partition and work with those files over network
# 3  
Old 12-29-2004
OK I am ignorant. What is samba client or smbmount or shlight?

I will try to explain myself better. I have a stand alone PC running Unix Solaris 8 I think. On the bottom of the terminal is a bar that contains ICONS for a clock, screen1, screen2, screen3, screen4, File Manager, and Trash.

When I click on the File Manage I can see all the directories and files in a window type like environment which I can navigate fairly much like explorer or WIN file manager.

My PC is networked to other PC and servers. I can open a terminal window on my PC and "rsh <other server name> to access another server or PC. However I have to use a command line to navigate and work with files.

Since I am new to Unix, I cannot tell a text file from a directory or executable by using the "ls" command. Very confusing, and the File Manager has helped me with files on my PC and understand the structure.

So I want to know if it is possible to use the File Manager on remote systems from my PC, and if so how do I do it?

THX Dereck
# 4  
Old 12-30-2004
You can set up samba to have your unix filesystems mapped just like you would map any other windows share, but given that you havent been introduced to the "-l" switch in the ls command, that may be a daunting task

Don't be intimidated by the command line. It is your friend. If you type into the command line
Quote:
ls -l
you will get useful information, such as whether the file is a directory or flat file. You really should read the man page for ls.

Just do a
Quote:
man ls
from the command line.
# 5  
Old 12-30-2004
THX, I know about the man command, and I have used the ls -F switch command.

Where does one learn about samba?
# 6  
Old 12-30-2004
This one even I can answer:

http://www.samba.org
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

RAID manager or veritas volume manager

Can somebody kindly help me to determine which one i should choose to better manipulate OS volume. RAID manager or veritas volume manager? Any critical differences between those two? Thanks in advance. (5 Replies)
Discussion started by: beginningDBA
5 Replies

2. UNIX and Linux Applications

Console file manager.

Hi Anybody know any good console file manager other than Midnight Commander? MC development ended in 2005, so i thought may be there is something newer. I'm interesting only i console. I scrolled through list of file managers in wiki but it seems that all modern are GUI, not console. (1 Reply)
Discussion started by: kukuruku
1 Replies

3. UNIX for Dummies Questions & Answers

which file manager is preferred?

When I was using windowsXP I encountered a file manager called UltraExplorer http://www.mustangpeak.net/ultraexplorer.html that appeared really impressive. Now in the Linux/UNIX world I was pointed towards a similar idea called 4Pane http://www.4pane.co.uk/ I'm surprised to do a search on... (3 Replies)
Discussion started by: catch22
3 Replies

4. Solaris

Help - File Manager not appearing

First I have to admit that I am not an unix expert, but I do know some basic things about the file systems. Anywho, one of my users' File Manager is not showing up as it normally does upon login. When I run a "ps -ea" I see "dtfile" in the list, but it does not show up. It's not in any of the... (0 Replies)
Discussion started by: tdpearson
0 Replies

5. UNIX for Advanced & Expert Users

Veritas File Manager or any File Managing Utility???

Does anyone have any knowledge of veritas file manager and if you do, would you advise me to purchase it?? and basically, what are its most important useful features, meaning, what can it be used for the best (1 Reply)
Discussion started by: TRUEST
1 Replies
Login or Register to Ask a Question