fsck command
Tagged with: command, disk, fsck, hard, hda, hdd, Linux
Wednesday, April 9th, 2008 11:21 PM
Repair / check integrity of linux filesystem on disk hda1
fsck /dev/hda1
Repair / check integrity of linux filesystem on disk hda1
fsck /dev/hda1
This is how to create hard and soft links in Linux. Remember, a directory cannot be hard linked.
#Hard link
ln /path/to/file.ext .
#Soft link
ln -s /path/to/file.ext .
[tags]link, shortcut, soft,hard,linux,command[/tags]