General :: Linux Command Synopsis Notation?

Feb 1, 2011

I've recently started learning linux OS, and the most confusing for me is the notation in man pages or command synopsis. I was looking for some kind of guide describing it, but couldn't find any. Thing get even worse when there is no standard notation and it looks different from one command to another. In other words, I just want to understand what all these brackets '[ ]', dots like '...' pipelines '|', italic or UPPERCASE words, etc mean at all. I can't tell the difference between [DIRECTORY...] and [FILE]... What does it mean when there are three dots inside the brackets or outside of them? And so on. To conclude, all I need is a comprehensive description for the notation syntax adopted in linux world.

View 9 Replies


ADVERTISEMENT

Applications :: Linux Program To Open .mus Notation Files

Aug 2, 2010

Is anyone aware of a program which will open .mus music notation files or convert them to .xml files? I have several files from FINALE which I would like to open in Linux, but Linux distros will not allow FINALE to run. .xml files will open in MuseScore.

View 2 Replies View Related

General :: How To Use Tee Linux Command

Feb 8, 2011

I am trying to install NS2.29 on ubuntu 8.04 and when I try to do the following command:sudo ./install (it works) and if I try to redirect as follow sudo ./install |tee output.it give me the following message
"tee: output.txt: Permission denied".

View 4 Replies View Related

General :: Show Permission In Octal Notation?

Feb 8, 2010

'ls -l' gives me the permissions in the long format - drwxr-xr-x format. Is there a way i can get the permissions in a form i can use in a bash script? the only form i can imagine of is the octal one... something like '755' for the above, but i dont know what would give me such an output.... are there other methods to consider while using (rather comparing) them in a script?

View 3 Replies View Related

General :: Net Send Command In Linux

Dec 20, 2010

hope you will know the net send command of windows.in the same way we are working on linux red hat 5.0 we want to know the equivalent command of net send for linux if any body know then please tell us? we are here only when we not found on google so please do not give the suggestion of searching on google.

View 5 Replies View Related

General :: Difference Between Source And Dot Command In Linux

Jun 14, 2010

I have written a set of aliases in a file.When i tried to dot it( "Prompt> . filename" ). It said " Permission denied. "But, when I sourced it ("Prompt> source filename"). It worked perfectly.Linux manual has one entry for both the commands. Then what am I missing ?

View 5 Replies View Related

General :: Convert Windows Filenames To *nix Notation - Use It On Shell With Md5sum?

Aug 25, 2011

I have some checksums.md5 verification files from an ntfs external drive, but using windows notation: instead of /, spaces between file names (not escaped), reserved shell characters (like (, &, ', to name a few). The checksums.md5 has a bunch of checksums and filenames:

[code]...

I want to use this checksums.md5 to verify the files that I've copied to my machine: but I'm on a Linux, so I need to convert the names inside checksums.md5 from Windows to Linux to use the md5sum utility from the shell. The first line in my example would become: f12f75c1f2d1a658dc32ca6ef9ef3ffc My Windows & Files (2010)/[bak]/testing.wmv Is there some application for this (converting a file listing, from windows cmd notation, to linux shell notation) or will I need to create a bash script using sed that just "replaces" what is "wrong" with the filenames

View 1 Replies View Related

General :: Linux/Grub Boot To Command Line?

May 15, 2011

Running Ubuntu 10.10. My desktop environment is screwed up and won't let me use the keyboard or mouse at the login screen. How can force a command prompt during boot?

Here's a method:

Alt-SysRq-e - Requests kernel kill all processes except init.

View 2 Replies View Related

General :: Scroll One Page At A Time In Linux At The Command Line?

Oct 12, 2010

In windows, you could do a dir | more to scroll one page a time.How does one do this in Linux?

View 2 Replies View Related

General :: Command Line BitTorrent Client For CentOS Linux?

Jan 4, 2011

Is there command line BitTorrent Client in Linux? A PHP / Python script would be nice too.

View 7 Replies View Related

General :: Moving From Paid Linux To Unpaid Linux CenOS - Red Hat (KVM Virtualization)

Dec 21, 2009

if anyone of you have shifted using Paid Red Hat Linux with CentOS, and what are your experiences of moving from Paid Linux to Unpaid Linux CenOS. When do you suggest a person use Paid Linux and when to use Unpaid Linux?

View 1 Replies View Related

General :: Verifying Qlogic FC HBA Adapter In Linux ( SUSE Linux)

May 5, 2010

i would just like to verify that the command

lspci would show the FC adapter installed

is there any other command that i can use to verify the FC adapter is being installed

View 4 Replies View Related

General :: Migration Of C++ Application From SuSE Linux To Red Hat Linux

Feb 12, 2010

I want to Migrate my C++ Application from SuSE Linux to Red Hat Linux.What impact analysis i should do?

View 3 Replies View Related

General :: Make Linux Terminal Transparent With Terminal Command?

May 10, 2010

Is it possible to make terminal (xfce4-terminal) transparent from bash script?

Maybe by enabling compostion?

View 1 Replies View Related

General :: How To Share A Folder From Linux To Linux

Mar 17, 2010

how to share a folder from linux to linux systems and setting password to open that folder

View 14 Replies View Related

Hardware :: Set Top Box Resolution Through Linux Command?

Feb 20, 2010

Currently i am working on linux os to run picture files like .png and .jpg on LCD monitor through set top box. is there any way to find h/w configuration and set h/w resolution to what i want.

View 1 Replies View Related

Software :: Figure Out How To Change The Tomboy Saving Notation (.note) To (.txt)?

Jan 22, 2011

I'm trying to figure out how to change the tomboy saving notation (.note) to (.txt). I'm fairly new to Linux so I may be wrong in thinking this is possible. However, if it is possible, a finger in the right direction would be appreciated.

PS: if it isn't possible, maybe there is a way to change the name of the actual .note files in ~/.local/share/tomboy/ to something more readable. Right now they show up like this:

8e824ab7-ba6f-4018-b74d-1a5a245a60bd.note Which is of course makes it difficult to determine which file I'm actually looking at.

View 7 Replies View Related

Fedora :: Grub Used The Standard Drive Notation Such As /dev/sdax Instead Of The Current UUID?

Jul 14, 2010

I've been away from Fedora for a long time, since FC3/4. I seem to recall that at that time grub in Fedora used the standard drive notation such as /dev/sdax instead of the current UUID. Can anyone tell me why this change was made?

Seems to me that using UUIDs presents severe problems if a drive has to be replaced as the restore media (we all backup, don't we?) would not work without modification. How does one determine trhe UUID of a new drive to change the restore media? Sounds like a chickenand-egg routine. There must be some way which I haven't run accross yet. I do notice through experimentation that the standard notation still works, at least in /etc/fstab.

View 7 Replies View Related

Programming :: Print Biggest Float And Double Exponential Notation In Java

Nov 4, 2010

How can i print the biggest float and biggest double exponential notation in Java ?

View 1 Replies View Related

Fedora :: Insert Unlock Code In Linux Using Any Linux Tool?

Apr 16, 2010

I have learnt that the network locked huawei modems may be unlocked to use any sim card bu getting a special unlock code and it should ask for it when a "foreign" SIM card is inserted. This procedure works well in Windows, but in Linux where I use wvdial, I dont get prompted for this unlock code. Does anyone know how to insert the unlock code in Linux using any Linux tool (GAMMU/GNOKII/Minicom etc)?

View 2 Replies View Related

Fedora :: Fedora 13 File Permission Notation - Dot Meaning?

Jul 11, 2010

I may not have noticed in other Fed releases, but in Fed 13 I am seeing a dot at the end of all file permissions. Example:

[pjs@linux ~]$ ls -ld Documents
drwxr-xr-x. 62 pjs pjs 4096 Jul 11 09:53 Documents

Even on files I create myself:

[pjs@linux ~]$ touch foo
[pjs@linux ~]$ ls -l foo
-rw-rw-r--. 1 pjs pjs 0 Jul 11 10:46 foo

It is the same throughout the fs. I have disabled as much of SELinux as I can. What does the dot mean?

View 1 Replies View Related

Server :: Like To Understand Linux 'free' Command With Respect To Cache And Free Memory

Mar 27, 2010

Was wondering if anyone can explain briefly the relationship of "cache" and free memory in the "free" memory command.

View 2 Replies View Related

Networking :: Unable To Ssh Linux Box From Other Linux Boxes

Mar 12, 2010

I am unable to ssh a Linux box from other Linux boxes; also tried to window putty.Although I am getting the password prompt instantaneously.So far, by comparing logs of other server, I am just able figure out that "debug2: callback start" is not coming in ssh -vvv logs.

View 2 Replies View Related

General :: Possible To Use Linux As OS On PC?

Apr 4, 2011

I am working on a friend's computer for which he "lost" the operating system. This friend has very little extra money right now, so my classmate suggested I try loading Linux on my friend's PC.I am wondering if it will work. The PC is a Compaq Presario SR5610F with an AMD processor. I have been told that Linux doesn't care much for AMD.Does anybody know if it will be possible to use Linux as an OS on this PC?I'm looking for a cheap(er) alternative than Windows. Friend is balking at Windows 7. The machine had Vista loaded in it when purchased, then the son loaded XP on it, without removing Vista. They have been having issues with crashing for some time now. The recovery disks are supposed to have XP on them, but I don't think that is so, and when I tried running those disks, the computer balked. I finally worked around and got XP to install, using a disk from an old computer, but the code would not work, and nobody could remember the computer's password and user name.I want to start fresh with this machine, and install a basic, working OS. Am leary about XP on eBay or some such, but they really don't have the funds to purchase anything over $100.00.

View 10 Replies View Related

Networking :: Linux Router / Configure Linux CentOS 5 As A Router Using Iptable?

Nov 27, 2009

I want to configure linux CentOS 5 as a router using iptable, .Im new in linux so I need the steps to do that

View 5 Replies View Related

General :: Difference Between Linux And BSD

Mar 12, 2010

I want to know the differences between Linux and BSD .Which is efficient. Because they have some of the similarities with them.

View 3 Replies View Related

General :: Going Linux On Somewhat Old Netbook

Feb 23, 2010

I have a netbook, L500X Geode (498MHz) 480Mb Ram and 40Gb Hdd partitioned into two 20 Gb bits, and I want to install linux on it as a dual boot along side the winxp that is already in place. I tried the Netbook remix of the latest Ubuntu and Fedora 12 with no success at all. I'm beginning to wonder if this tiny old machine can run linux at all.

View 5 Replies View Related

General :: How To Burn Linux To USB?

Feb 6, 2011

I have notebook Sony Vaio model PCG-4T1P and I never used linux before, and as you all know that..there's no CD-ROM so my question is :
1- How i can burn linux to USB?
2- When i will install my drivers, I will get errors or defects? and if I will get errors how i can find drivers which will work?
3- What kind of linux you all prefer to use it?

View 14 Replies View Related

General :: What Is Different Between BSD Family And Linux?

Nov 14, 2010

What is different between BSD family and linux? i see bsd have some distro like freebsd, openbsd,pcbsd and etc.linux is popular or bsd?in bsd can i compile and run linux program?for example execute rpm file.i see yahoo server use freebsd,but why not use linux?what bsd use environment? kde or gnome?

View 10 Replies View Related

General :: Old Pc Linux Distro

Mar 29, 2010

as beginner learner low fat linux with gui.as you know many distro their for old pc i do have 128mb ram,500mhz p3 20gb hdd ibm t21 thinkpad labtop. which distro i should try that full fill bluetooth, wireless, internet,network and good gui interface.ubuntu centos demand 256mb and slow on move.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved