How To Create A Symbolic Link
RegisterLogin
How To Create A Symbolic Link
Post Description: This Page Will Explain And Show You What Command To Use In Linux Or Unix Server Through The Command Terminal In The Shell For Creating A Symbolic Link In Your Directory
Tags: How, To, Create, A, Symbolic, Link
This Post Was Posted On Jan 07, 2010 By Webune Support #3001
Post Description: This Page Will Explain And Show You What Command To Use In Linux Or Unix Server Through The Command Terminal In The Shell For Creating A Symbolic Link In Your Directory
Tags: How, To, Create, A, Symbolic, Link
This Post Was Posted On Jan 07, 2010 By Webune Support #3001
How To Create A Symbolic Link by Webune Support
Webune offers great deals on Linux Dedicated server!!!!
today we are going to show you how you can create a symbolic link in linux
the format to use is this:
ln -s /path/to/file/ symbolic_link_name
lets say for example, i want to create a symbolic link to the /home/myuser/myweb/html directory from /var/www/
ln -s /home/myuser/myweb/ html
tipper
#3695 1
thre are two types of link
- soft link
- hard link
to make a soft link use this command
ln -s [source] [link name]
- soft link
- hard link
to make a soft link use this command
ln -s [source] [link name]
Apr 03, 2010 Reply Report abuse
©2011 Webune Forums - Mon Dec 19, 2011 1:41 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3