Home »Archive

Articles in the Category Linux commands

Linux , Linux Commands "

[3 Nov 2010 | No Comment | 1,030 views]

Many have been determined ever wonder how you can copy over the Internet / network files quickly and easily, without cumbersome to install only an FTP server or the like.
The solution is SCP. With SCP you can copy over the SSH protocol, which is on Sogut as any Linux server installed for remote administration, easy and quick file.
The following prerequisites are required:
- On the target server, the SSH daemon must be installed
- On the source server, the SSH client installed
- The two servers must be able to communicate over a network (IP-destination is required)
- And of course, have a shell access to the ...

Linux , Linux Commands , Tools »

[17 Jun 2010 | No Comment | 2,259 views]

Sometimes it happens that you want to display the size of a directory in Debian. Multiplier is used at this you should execute the following command:
du-sh / path / to / directory /
An output might look as follows:
128M / path / to / directory /
Here's our list would be tested 128MB in size. If the size under a MB this is specified in KB.

Linux , Linux Commands "

[9 Jun 2010 | No Comment | 3,788 views]

Anyone who has ever wondered how to create a symlink in Linux, which will be amazed how easy it actually is.
There is only one command needed:
ln-s source folder name link
Example: We have for example a folder Blub but that he will reach under the name "test system"
Our command to create the symlink looks like this: ln-s blubb test system
That's it.

Linux , Linux Commands "

[17 Dec 2009 | No Comment | 346 views]

For all Linux newcomers who have not not noticed here is a short list of commands that you can handle mitwelchen in directories.
Command Description
ls a short list of directory contents
ls-l detailed list of directory contents
ls-la all the files in the directory listing in detail
mkdir [dir] create new directory [dir]
rmdir [dir] is the empty directory [dir] to delete
rm-rf [dir] all files / folders below delete the directory [dir]
cd [dir] in the [dir] change
cd .. change to parent directory