'Linux commands [en]' kategoriako artxiboa

The Linux basic commands

Friday, September 3rd, 2004

Here you have a list of the 22 basic commands used in Linux. These are the basic ones in my opinion. There are three things in the list:
Linux command :: Basic Linux Example :: Command’s Purpose
cd .. cd .. changes directories with a relative path
cd pathname cd /directory1/directory2 changes directories with [...]

The date command in Linux

Wednesday, September 1st, 2004

There is a basic command in Linux for correcting the date of the operating system. That command is called date, and for using it you must be logged in as root. Therefore, first of all you have to change your rol and invoke the root password after typing su in the command line. It is [...]

Is alive your Bash shell?

Monday, August 30th, 2004

Is alive your Bash shell?

Creating files in Linux

Sunday, August 29th, 2004

The touch command to create new files in Linux

How to make a directory in GNU/Linux

Saturday, August 28th, 2004

Making directories in GNU/Linux

How to delete a directory in Linux

Friday, August 27th, 2004

Deleting directories in GNU/Linux

How to move through the directories in Linux

Wednesday, August 25th, 2004

The way to use the cd command to move through directories in GNU/Linux

Directory listings in Linux

Wednesday, August 18th, 2004

How to list directories in Linux

How to start and stop in Linux

Monday, August 16th, 2004

Starting and stoping Linux

Info pages

Saturday, August 14th, 2004

‘Info’ pages are for getting information about commands and programs

The first commands: ‘man’, ‘info’, ‘whatis’ and ‘whereis’

Friday, August 13th, 2004

There are some ways to get information about the commands you can use in GNU/Linux. It is important to learn the four ways to do that:

1. ‘man’ is the main command to help you getting knowledge on commands. For example, type ‘man ls’ to know what is the meaning of that command. You can take [...]

Print ‘info’ pages from the shell prompt

Thursday, August 12th, 2004

It is a good idea to print a man or info page from the shell. To do that, put 11 sheets in your printer and type:
  info ls | col -b lpr
In this case, you have printed the info page about the ‘ls’ command.
As you problably know ‘lpr’ is the program that pipes or sends the [...]