Sponsored Content
Full Discussion: Linux on Windows network
Operating Systems Linux Linux on Windows network Post 60547 by woofie on Tuesday 18th of January 2005 06:09:21 PM
Old 01-18-2005
Thx for the link Zazzy.

Know of any free software though? This is just for my PC Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux workstation in a Windows network

HI: I'm having some serious trouble setting up a Linux Workstation to operate in a Windows network. I'm running Red Hat 7.1 and I've connected the machine to a network running an NT server. I just want to be able to access the internet and the network. There is a basically a router that connects... (1 Reply)
Discussion started by: mirzabhai
1 Replies

2. IP Networking

what can i use to network between windows and solaris.

Hi.. i tring to file share between microsoft and sun solaris, i heard of samba but what can i do with it.. is it easy to use or to understand, where can i get the software, any information will be a great help.. thanks (3 Replies)
Discussion started by: souldier
3 Replies

3. Windows & DOS: Issues & Discussions

Windows xp network problems

Hello guys , i have a big big problem. At the company that i work for there are like 4 pcs that are sending and recieving a lot of packets to the point that the network is down. we think that it might be a virus, we run all the antivirus that you could posible think of and nothing so far. ... (2 Replies)
Discussion started by: josramon
2 Replies

4. IP Networking

Printer Sharing on a Mixed(Windows/Linux) Home Network

Sometimes you get the tiger...but sometimes he get you and this latest home network “project” of mine has gnawed on me pretty badly. Perhaps you can offer some technical help. It will be heartily appreciated. I have a small home network initially comprising two computers running Windows... (1 Reply)
Discussion started by: Annatar
1 Replies

5. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

6. Windows & DOS: Issues & Discussions

How to Install Windows Xp on Network?

If you don't have DVD-Rom then how would you install windows Xp on Network? (2 Replies)
Discussion started by: karman0931
2 Replies

7. Windows & DOS: Issues & Discussions

Adding subnet on windows network

Hi All, I have a windows network that I need to improve network speed. Unfortunately, it's running on one subnetwork. So I would like to put multi subnet on it. I don't want to put cisco routing and switching yet. I'm new to it and I would like to put linksys router and unmanaged switch for... (1 Reply)
Discussion started by: itik
1 Replies

8. UNIX for Advanced & Expert Users

Transition from Windows-based network to Linux-based

I am looking to make the switch from a Windows based network to a Linux (preferably Ubuntu, because I used it the most) based one. Currently the network includes a Windows 2003 server which acts as a domain controller and file server, a network shared printer (Canon 2300N) and 7 clients running... (2 Replies)
Discussion started by: larynx
2 Replies

9. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies
link(1) 						      General Commands Manual							   link(1)

NAME
link, unlink - Creates an additional directory entry for an existing file SYNOPSIS
link file1 file2 unlink file STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: link: XCU5.0 unlink: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. DESCRIPTION
The link command performs the link() system call to create an additional directory entry for an existing file, file1. In effect, the underlying file then has two names, file1 and file2 (either of these arguments can be a pathname). The old and new entries share equal access rights to the underlying file. The unlink command performs the unlink() system call to remove a link to file created by link. The unlink command removes the directory entry specified by the file parameter and, if the entry is a hard link, decrements the link count of the file referenced by the link. You should be familiar with the link() and unlink() system calls before you use these commands. The link and unlink commands do not issue error messages when the associated system call is unsuccessful. NOTES
The link and unlink commands cannot be used to link and unlink directories. EXIT STATUS
The link and unlink commands both exit with the following: The link() or unlink() system call succeeded. Too few or too many arguments specified. The link() or unlink() system call failed. SEE ALSO
Commands: fsck(8), ln(1) Functions: link(2), unlink(2) link(1)
All times are GMT -4. The time now is 08:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy