LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-19-2013, 11:01 AM   #16
Magic02
LQ Newbie
 
Registered: Jul 2005
Location: Ireland
Distribution: Suse 9.3 Pro
Posts: 15

Original Poster
Rep: Reputation: 0

Many thanks to everyone that helped and i used good old copy and paste as suggested by schneidz and it worked fine.I realise now what i was doing wrong with rsync.I was treating it like the dd command which is different altogether.The only way to learn is to keep trying.One Question how do all you guys remember the commands in Linux?Thanks a million.I will try and move a file onto a usb stick for practice
 
Old 11-19-2013, 11:35 AM   #17
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Practice mostly. You don't need to remember the syntax for all of the commands, that's what man pages are for, just the names of the commands and what they do (which is often times in the name). There really aren't that many when you get down to it. Compared to English which has over a million different words, the 40-50 different Linux commands that you use most often are pretty easy to pick up.
 
Old 11-19-2013, 12:09 PM   #18
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by suicidaleggroll View Post
Yes he's wanting to do the same thing, I'll let schneidz explain his reasoning for recommending dd in that application. It seems like he was just offering a bit-for-bit mirror option in case that's what the OP was really looking for...
thats rite... it was a few years back but maybe i misunderstood what the op wanted.
Quote:
Originally Posted by suicidaleggroll View Post
...dd is also useful for cloning a disk - partition table, boot sector, everything. It's good for when you set up a system exactly like you want it, and then clone the disk to a backup. Years later you might get a corruption, and you can just swap in your mirrored disk and pick right back up where you left off...
heres a good example: http://www.linuxquestions.org/questi...od-4175484709/

Last edited by schneidz; 11-19-2013 at 12:14 PM.
 
Old 11-19-2013, 03:01 PM   #19
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by Magic02 View Post
One Question how do all you guys remember the commands in Linux?Thanks a million.I will try and move a file onto a usb stick for practice
  1. Using Linux on an everyday basis - meaning the command line
  2. Writing scripts - trying stuff out, writing things to assist you, or experiments
  3. Keeping former examples - don't throw stuff away, keep it somewhere regular, but out of the way and refer back to it when needed.
  4. Keeping a helper sheet in file or on paper - Write interesting (to you) commands and options for them on a sheet of paper or in a text file and print it/refer to it/etc
  5. In short anything you'd commonly do to remember something - eventually the most common stuff will become everyday for you. I'm assuming you can remember cd, and ls; but did you know those before you played with Linux?

As suicidaleggroll also said, there are man pages both on a typical Linux system and also available via the web. A really good thing about man pages further is at the bottom they refer to other commands which are mutually supporting, similar, or otherwise important to the command which you happen to be viewing the manual page of.
 
Old 11-19-2013, 04:09 PM   #20
Magic02
LQ Newbie
 
Registered: Jul 2005
Location: Ireland
Distribution: Suse 9.3 Pro
Posts: 15

Original Poster
Rep: Reputation: 0
My knowledge of linux is I have used opkg ipkg apt get install and ls plus what I have been doing on this thread.i am going to try rsync and I have used dd.I think the hard drive is too big for the dreambox but no better way to learn.Is linux big in America?
 
Old 11-20-2013, 07:22 AM   #21
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Android uses Linux. A lot of the new small boards, Beagle, Raspberry Pi, and a new one recently introduced by Intel all run Linux and Android. The backup and restore applications on many PC's is actually Linux. It's large enough to be noticed. I've been working in Linux for a little over 10 years. The amount of distributions as well as the level of active development on the OS should offer a good example. Further there are large companies which produce Linux for commercial use; whether it be a product to place on other systems or a server they provide. So yes, fairly big, but I really don't assume it's just the US; lots of LQ members are from all over the world.
 
Old 11-20-2013, 09:14 AM   #22
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by Magic02 View Post
...Is linux big in America?
i think its bigger in south america than in na:
http://news.cnet.com/2009-11397_3-6245409.html

Last edited by schneidz; 11-20-2013 at 09:21 AM.
 
Old 11-20-2013, 09:10 PM   #23
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Also, almost every executable allows '--help' as a modifer, which will usually give you enough information to go on, rather than accessing the man page. If it doesn't, then the man page is the way to go. Remembering things is essential, and I don't approach Linux any differently than anything else. I either remember or I don't, and repetition is a big part of remembering things.
 
Old 11-20-2013, 10:55 PM   #24
droidlizard
LQ Newbie
 
Registered: Nov 2013
Location: Indiana
Distribution: Ubuntu 12.04 LTS
Posts: 2

Rep: Reputation: Disabled
You can also scroll down to the bottom of a lot of man pages and at the bottom it will give you a way to access more documentation by telling you to type:

info coreutils `command`
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB SCSI hard Drives Dan Willis Linux - Newbie 2 12-17-2009 03:07 AM
Copy of IBM Server hard disk data to Another USB External Hard disk mazharcdn Linux - Server 2 09-02-2009 12:41 AM
On Mounting USB Hard Drives jerm1701 Linux - Hardware 2 04-17-2007 01:24 AM
Using 'dd' to copy hard drives? SlowCoder Linux - Newbie 3 02-20-2007 10:18 PM
USB External Hard drives lukepiewalker Fedora 2 08-03-2005 09:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration