Re: Extracting Files and / or Copy files
- From: Nils Kassube <kassube@xxxxxxx>
- Date: Wed, 30 May 2007 21:57:22 +0200
Please don't answer to an existing thread, if you want to start a new one.
Jan Sneep wrote:
I'm trying to extract a file from a tar.gz file which I downloaded onto
my desktop.
[---]
So how do I either ... login as "root" ... or give Extract sudo
permissions ... or what is the equivalent to the old DOS copy
command???
If you want to login as root, use
sudo su
or if you only want to execute one command
sudo <command>
is easier. In your case of extracting a .tar.gz file use
sudo tar xfz filename.tar.gz
The equivalent to the DOS copy command is cp -- have a look at
man cp
to find out how to use it.
Nils
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- RE: Extracting Files and / or Copy files
- From: Jan Sneep
- RE: Extracting Files and / or Copy files
- References:
- Extracting Files and / or Copy files
- From: Jan Sneep
- Extracting Files and / or Copy files
- Prev by Date: Re: Connecting to MySQL using Open Office Base via ODBC...
- Next by Date: Re: Ubuntu and Perl
- Previous by thread: RE: Extracting Files and / or Copy files
- Next by thread: RE: Extracting Files and / or Copy files
- Index(es):
Relevant Pages
|