09-06-2003
File types help needed
Hi all, quick question...
Im trying to configure Redhat 9 to dial out to my ISP AOL. I have found some software to do this but at present I can't get net access under Linux for the reason stated. I can however acces the net using my laptop running windows.
The question is:
I have downloaded the file using IE in windows, the file has an extension xxx.tar.gz which is the Linux compressed file type as I understand. Is it possible to put the file on a floppy and transfer it to the Linux machine? Will the Linux machine recognise it after downloading in Windows?
It may sound like a silly question but Windows automatically gives the file the extension .tar instead of the full .tar.gz
Thanks in advance.
Brady
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hello,
I've search this site many times and ave not been able to find my answer. So I'm going to post my question....(duh)
Ok.
I'm wanting to know what file types does unix support.
if you can try and list them like this:
php, .php
or somthing like that.
plus don't forget that I said I... (3 Replies)
Discussion started by: dgames
3 Replies
2. Filesystems, Disks and Memory
I have a file of type .for extension .In a guui based unix environment like solaris if I double click on that file a specific program designed by me has to run which takes this file as the parameter and exceutes the program.
Can anyone help me? (8 Replies)
Discussion started by: nhk_srd
8 Replies
3. Shell Programming and Scripting
Now that I have a file that looks something like this;
20050926 Unknown
20050926 MUREXFO
20050926 MUREXFO
20050926 MUREXFO
20050926 Unknown
20050926 KADDUSS
20050926 KADDUSS
20050926 KADDUSS
20050926 MUREXFO
Is there a way in vi that I can search the file and remove any line... (2 Replies)
Discussion started by: morgadoa
2 Replies
4. Shell Programming and Scripting
Hello, I need a smart sed command that can take any of the following two as an input and give below mentioned output. As you can see, I am trying to convert some C code
INPUT:
struct abc_sample1 {
char myString;
UINT16 myValue1;
... (2 Replies)
Discussion started by: SiftinDotCom
2 Replies
5. Shell Programming and Scripting
I need to search for a csv and a dat file within a for loop then output them to a log table. I can do it individually but I want them together.
See below code:
check csv
count=0
for file in $(ls *.csv) ;
do
count=`expr $count + 1`
... (4 Replies)
Discussion started by: Pablo_beezo
4 Replies
6. UNIX for Dummies Questions & Answers
Hello,
I have several thousand files with different extensions in a directory. Is there a single command to get what the various extensions are with a single command.
Thanks for your help!
Best,
Guss (2 Replies)
Discussion started by: Gussifinknottle
2 Replies
7. Red Hat
Hi guys,
I have just been bothered by a fairly small issue for some time now. I am trying to search (using find -name) for some .jpg files recursively. This is a Redhat environment with bash.
I get this job done though I need to copy ALL of them and put them in a separate folder BUT I also... (1 Reply)
Discussion started by: rockf1bull
1 Replies
8. UNIX for Dummies Questions & Answers
Hey ,
I was wondering how does Linux recognize file types if he doesn't use extensions to determine the file type ?
It's just a question not for a script or something else.
thnx:o (3 Replies)
Discussion started by: Eclecticaa
3 Replies
9. Shell Programming and Scripting
the following excludes certain directories successfully
cp -r probe/!(dir) /destination
I want to exclude certain file types and tried unsuccessfully
cp -r probe/!(*.avi) /destination (2 Replies)
Discussion started by: tmf
2 Replies
10. Shell Programming and Scripting
Hello everyone - I have a task of listing files from a directory together with their type.
I tried using
ls -l | file -b
or different versions of that but that did not work.
I will need this to be in a C shell script that will list the file name, size and type from a directory.
I can do... (12 Replies)
Discussion started by: adrianvas12
12 Replies
LEARN ABOUT SUSE
ntfs-3g.usermap
NTFS-3G.USERMAP(8) System Manager's Manual NTFS-3G.USERMAP(8)
NAME
ntfs-3g.usermap - NTFS Building a User Mapping File
SYNOPSIS
ntfs-3g.usermap windows-system-device [other-ntfs-device...]
Where windows-system-device is the device containing the Windows system whose users are to be mapped to current Linux system.
And other-ntfs-device is another device containing files which are to be accessed both by the Windows mentioned above and current Linux
system.
the ntfs-3g.usermap command must be started as root, and the designated devices must not be mounted.
Typing ntfs-3g.usermap with no args will display a summary of command arguments.
DESCRIPTION
ntfs-3g.usermap creates the file defining the mapping of Windows accounts to Linux logins for users who owns files which should be visible
from both Windows and Linux.
It relies on existing files which were created on Windows, trying to locate significant files and asking which Linux user or group should
own them. When a Linux owner or group is requested, the reply may be :
- the uid or gid (numeric or symbolic) of Linux owner or group of the file.
In that situation, no more file with the same Windows owner will be selected.
- or no answer, when not able to define the owner or group.
In that situation another file owned by the same Windows user or group may be selected later so that a mapping can be defined.
The mappings for standard Windows users, such as "Administrator" or "All Users" are defined implicitly. As a consequence a user mapping
should never be defined as Linux root.
When there are no more significant files, ntfs-3g.usermap create the mapping file into the file UserMapping in the current directory. This
file has to be moved to the hidden directory .NTFS-3G in the root of all the NTFS file systems to be shared between Windows and Linux. This
requires the file system to be mounted, but the created file will not be taken into account if not present at mount time, which means the
file system has to be unmounted and mounted again for the new mapping file to be taken into account.
OPTIONS
No option is defined for ntfs-3g.usermap.
EXAMPLES
Map the users defined on the Windows system present on /dev/sda1 :
ntfs-3g.usermap /dev/sda1
A detailed example, with screen displays is available on http://pagesperso-orange.fr/b.andre/usermap.html
EXIT CODES
ntfs-3g.usermap exits with a value of 0 when no error was detected, and with a value of 1 when an error was detected.
KNOWN ISSUES
Please see
http://www.tuxera.com/community/ntfs-3g-faq/
for common questions and known issues. If you would find a new one in the latest release of the software then please send an email
describing it in detail. You can contact the development team on the ntfs-3g-devel@lists.sf.net address.
AUTHORS
ntfs-3g.secaudit has been developed by Jean-Pierre Andre.
THANKS
Several people made heroic efforts, often over five or more years which resulted the ntfs-3g driver. Most importantly they are Anton Alta-
parmakov, Richard Russon, Szabolcs Szakacsits, Yura Pakhuchiy, Yuval Fledel, and the author of the groundbreaking FUSE filesystem develop-
ment framework, Miklos Szeredi.
SEE ALSO
ntfsprogs(8), attr(5), getfattr(1)
ntfs-3g.usermap 1.1.2 February 2010 NTFS-3G.USERMAP(8)