The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: File Manager?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 12-30-2004
dangral dangral is offline
Registered User
 

Join Date: Oct 2002
Posts: 670
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.
Reply With Quote