Tag: Linux

Linux symbolic links

A symbolic link is a link which points to another file. In Microsoft windows, this is referred to as a shortcut and in Macintosh, an alias. To create a symbolic…

Checking disk space in Linux

To check disk space, you can use one the following commands: This command would list the amount of space used and available on each partition of the system. du commands…