I'm new to the Linux world. I'm curious to know if the command line syntax is the same between Linux and Ubuntu?
|
|
Just to clarify:
Ubuntu is a Linux distribution that uses the Linux kernel, the standard GNU toolkit and a whole lot of other free software stacked on top. The command-line utilities are not provided by Linux. Most core utilities are provided by the GNU project. Some are specific to the distribution (eg Depending on your definition of 'command-line structure', every GNU distribution uses the same 'command-link structure'. I would consider android, for instance, a Linux distribution but not an GNU distribution. Most Linux distributions adhere to the Linux Standard Base. This sets out the rules for where files go, and how things are structured (amongst other things). On the other hand, you could also say that 'command-line structure' changes based on the shell that you use. |
||||
|
|
|
In Ubuntu the command line is managed by Its syntax is the same on every linux box, apart from version differences. It is different if we talk about the system tools, that can have some little or big differences, for example in the field of package management. |
|||||||
|
|
The simple answer is yes, the command line structure of Linux is the same as the command line structure of Ubuntu. "Linux" is often used, loosely, to refer to operating systems as a whole which are built around the Linux kernel; more accurate descriptions are more wordy. Currently, Ubuntu is the most popular Linux distribution for personal computers. A default installation of Ubuntu includes all the commonly used command line tools for Linux-based operating systems, including the BASH shell and the full suite of GNU tools. If someone says, "Do this in Linux", it will almost certainly be something you can do in Ubuntu, and there's a good chance that Ubuntu was what they had in mind when they said "Linux". |
|||
|
|