LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Symbolic Links (https://www.linuxquestions.org/questions/linux-general-1/symbolic-links-83780/)

petercool 08-20-2003 06:20 AM

Symbolic Links And Partions
 
Hi, sorry for asking such a silly question......

My question is simply how do you create symbolic links and what command do I have to type to view my hd partion's.

hfawzy 08-20-2003 07:08 AM

To create a symbolic link, just open a terminal and type :
Code:

ln -s <target> <link name>
To view you hard disk partitions use the fdisk command with the -l option.
example :
Code:

fdisk -l /dev/hdb
regards,
hfawzy

petercool 08-20-2003 11:15 AM

Thanks.


All times are GMT -5. The time now is 03:38 AM.