Jump to content

Calling Unix Ppl.......


peru_edaite_enti

Recommended Posts

[quote name='riddle' timestamp='1325225647' post='1301213627']
help
[/quote]
[quote name='!!!! FeRRo !!!!' timestamp='1325225679' post='1301213630']
CITI#H@
[/quote]
thanks riddleu and ferru.....

Link to comment
Share on other sites

asalu cheyochaa... directory or file does not exist ani error vasthundhi ga... [img]http://lh5.ggpht.com/-3UO2FC9JEjI/TnyumlfaXFI/AAAAAAAAEWE/CliOcqKZWnI/Brahmi-10.gif[/img]

Link to comment
Share on other sites

[quote name='Alexander' timestamp='1325225859' post='1301213662']
asalu cheyochaa... directory or file does not exist ani error vasthundhi ga... [img]http://lh5.ggpht.com/-3UO2FC9JEjI/TnyumlfaXFI/AAAAAAAAEWE/CliOcqKZWnI/Brahmi-10.gif[/img]
[/quote]

ya naku aa error ee vochindi..

but manager gadu cheyochu ani annadu baa...

inka googling sette "source_file[color=#000000][font=sans-serif][size=3] is the relative or absolute path to which the symlink should point. Usually the target will exist, although symbolic links may be created to non-existent targets."[/size][/font][/color]
[color=#000000][font=sans-serif][size=3]ani susa baa...[/size][/font][/color][color=#000000][font=sans-serif][size=3] [/size][/font][/color]

Link to comment
Share on other sites

yes, you can

for example, test_link aney directory ledhu anuko .. aah directory ki test_link_2 aney soft link create chesaaka .. if you create test_link directory and touch any file under test_link .. u will see the same files in test_link_2

Link to comment
Share on other sites

[quote name='CBZ' timestamp='1325225971' post='1301213682']

ya naku aa error ee vochindi..

but manager gadu cheyochu ani annadu baa...

inka googling sette "source_file[color=#000000][font=sans-serif][size=3] is the relative or absolute path to which the symlink should point. Usually the target will exist, although symbolic links may be created to non-existent targets."[/size][/font][/color]
[color=#000000][font=sans-serif][size=3]ani susa baa...[/size][/font][/color]
[/quote]

hmm solution emi ivvaledha mari andhulo...

Link to comment
Share on other sites

[quote name='Silence..Please' timestamp='1325226080' post='1301213697']
yes, you can

for example, test_link aney directory ledhu anuko .. aah directory ki test_link_2 aney soft link create chesaaka .. if you create test_link directory and touch any file under test_link .. u will see the same files in test_link_2
[/quote]

baa.....pm pedata....ela cheyalo cheppava...

Link to comment
Share on other sites

[quote name='CBZ' timestamp='1325226176' post='1301213713']

baa.....pm pedata....ela cheyalo cheppava...
[/quote]

$ ln -s /home/dba/oracle/test_link /home/dba/oracle/testlink_2


$ ls -ltr /home/dba/oracle/testlink_2
lrwxr-xr-x 1 oracle dba 34 Dec 29 12:16 /home/dba/oracle/testlink_2 -> /home/dba/oracle/test_link

$ mkdir -p /home/dba/oracle/test_link

$ cd /home/dba/oracle/test_link

$ touch test


$ ls -ltr /home/dba/oracle/testlink_2
lrwxr-xr-x 1 oracle dba 34 Dec 29 12:16 /home/dba/oracle/testlink_2 -> /home/dba/oracle/test_link

$ cd /home/dba/oracle/testlink_2

$ ls -ltr
total 2
-rw-r--r-- 1 oracle dba 5 Dec 29 12:18 test

Link to comment
Share on other sites

[quote name='Silence..Please' timestamp='1325226391' post='1301213752']

$ ln -s /home/dba/oracle/test_link /home/dba/oracle/testlink_2


$ ls -ltr /home/dba/oracle/testlink_2
lrwxr-xr-x 1 oracle dba 34 Dec 29 12:16 /home/dba/oracle/testlink_2 -> /home/dba/oracle/test_link

$ mkdir -p /home/dba/oracle/test_link

$ cd /home/dba/oracle/test_link

$ touch test


$ ls -ltr /home/dba/oracle/testlink_2
lrwxr-xr-x 1 oracle dba 34 Dec 29 12:16 /home/dba/oracle/testlink_2 -> /home/dba/oracle/test_link

$ cd /home/dba/oracle/testlink_2

$ ls -ltr
total 2
-rw-r--r-- 1 oracle dba 5 Dec 29 12:18 test
[/quote]
neeku unix telusa baaa :o

Link to comment
Share on other sites

×
×
  • Create New...