all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wojtek Kosior via <help-guix@gnu.org>
To: "(" <paren@disroot.org>
Cc: Gottfried <gottfried@posteo.de>, help-guix@gnu.org
Subject: Re: nautilus-admin
Date: Wed, 12 Apr 2023 16:54:16 +0200	[thread overview]
Message-ID: <20230412165416.52943547.koszko@koszko.org> (raw)
In-Reply-To: <87cz4988h1.fsf@disroot.org>

[-- Attachment #1: Type: text/plain, Size: 1923 bytes --]

> If you mean copying multiple directories, just do:
> 
>   sudo cp DIRECTORY-1 DIRECTORY-2 DIRECTORY-3 HARDDRIVE-DIRECTORY

Also, add the `-r` flag to `cp` when copying directories. Without this
flag, this command will refuse to include the contents of source
directories in the copy being made.

It'll look like

    sudo cp -r DIRECTORY-1 DIRECTORY-2 DIRECTORY-3 HARDDRIVE-DIRECTORY

Wojtek

P.S. Good luck finding a packager for nautilus-admin. Unfortunately, I
cannot do this

-- (sig_start)
website: https://koszko.org/koszko.html
PGP: https://koszko.org/key.gpg
fingerprint: E972 7060 E3C5 637C 8A4F  4B42 4BC5 221C 5A79 FD1A

♥ R29kIGlzIHRoZXJlIGFuZCBsb3ZlcyBtZQ== | ÷ c2luIHNlcGFyYXRlZCBtZSBmcm9tIEhpbQ==
✝ YnV0IEplc3VzIGRpZWQgdG8gc2F2ZSBtZQ== | ? U2hhbGwgSSBiZWNvbWUgSGlzIGZyaWVuZD8=
-- (sig_end)


On Wed, 12 Apr 2023 15:41:35 +0100
"(" <paren@disroot.org> wrote:

> Hi,
> 
> Gottfried <gottfried@posteo.de> writes:
> > [[PGP Signed Part:Undecided]]
> > Hi,
> >
> > I have constantly problems to copy something to my external harddrive, because
> > it needs root rights.
> > I can do it only in the commandline, which gives me a lot of trouble, e.g. when
> > I want to copy all directories at once.
> > I don’t know the command for it.  
> 
> What do you mean, specifically, by "copying all directories at once"?
> If you mean copying everything in a specific directory, you could try:
> 
>   sudo cp ORIGINAL-DIRECTORY/* HARDDRIVE-DIRECTORY
> 
> This command uses a /wildcard/, *, which expands the word
> 'ORIGINAL-DIRECTORY' to multiple words, one for each member of
> 'ORIGINAL-DIRECTORY'.
> 
> If you mean copying multiple directories, just do:
> 
>   sudo cp DIRECTORY-1 DIRECTORY-2 DIRECTORY-3 HARDDRIVE-DIRECTORY
> 
> Commands aren't as scary as they seem from afar.  I'd highly recommend
> you take the time to learn about them :)
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-04-12 14:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-12 14:38 nautilus-admin Gottfried
2023-04-12 14:41 ` nautilus-admin (
2023-04-12 14:54   ` Wojtek Kosior via [this message]
2023-04-12 15:27   ` nautilus-admin Gottfried
2023-04-13  4:06     ` nautilus-admin carl hansen
2023-04-13  4:19 ` nautilus-admin Felix Lechner via
2023-04-13 15:24   ` nautilus-admin Gottfried
2023-04-13  6:51 ` nautilus-admin Marek Paśnikowski
     [not found] ` <a154649c-8cc6-4918-8ecf-8edfba209379@trilingual.eu>
2023-04-13 15:26   ` nautilus-admin Gottfried

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230412165416.52943547.koszko@koszko.org \
    --to=help-guix@gnu.org \
    --cc=gottfried@posteo.de \
    --cc=koszko@koszko.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.