Tag Archive | "learner"

Linux Basic Commands

Wednesday, May 6, 2009

0 Comments

Starting and Stopping poweroff will shutdown the system reboot will restart the system Mounting and unmounting fdisk -l gives a list of all drives mount /dev/hdd /mnt would mount the hard drive in /mnt umount /dev/hdd would unmount the hard drive Moving, copying, deleting & viewing files ls will output all the files in the [...]

Continue reading...