Re: Extracting Files and / or Copy files



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



Relevant Pages

  • Re: Granting share access permissions from DOS prompt
    ... I was wondering if anyone knows the DOS command to grant/revoke file ... sharing permissions of a shared folder. ... I'm hoping if this can be done by a DOS batch file or a VBS script, ...
    (microsoft.public.windowsxp.general)
  • [opensuse] tired of typing: find . -type d -print0 | xargs -0 chmod 0755 - heres a s
    ... I got tired of having to continually type the long find command to set ... Help yourself to the scripts if you have a need at: ... Called with no argument the scripts set default permissions for files at 0644 ... it currently calls find with sudo, so if you have not configured sudo ...
    (SuSE)
  • Re: [kde] su identification
    ... assumes that you wish to invoke the root account and will demand Root ... A user may ONLY sudo as allowed in the /etc/sudoers ... allowing a command with any parameters ... This config allows my normal user to do whatever he'd normally be able to ...
    (KDE)
  • Re: DOS / XP bat file programming question
    ... How do I feed a "y" response to a DOS command that wants to prompt me ... Note that DOS is an operating system, same as Windows XP. ... There is no DOS under Windows, only a Command Prompt. ...
    (microsoft.public.windowsxp.general)
  • Re: Master Boot Record
    ... Is the DOS program relating to the commands which you mentioned in your ... > If you don't know why you'd want to restore or backup a boot sector then don't do it. ... It also contains the partition table. ... The LOCK command enables direct disk access by programs ...
    (microsoft.public.windowsxp.general)