Sponsored Content
Full Discussion: basic UNIX questions
Top Forums UNIX for Dummies Questions & Answers basic UNIX questions Post 68171 by buk5d on Thursday 31st of March 2005 07:39:52 PM
Old 03-31-2005
Question basic UNIX questions

Can somebody please tell me a little about UNIX OS. For instance, is it ideal for digital media or how easy is it to get help and support?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Basic SFTP questions

I'm trying to find out what all is involved with setting up SFTP? 1) Do Solaris machines come with a SFTP server and client already installed. 2) If so would I have to install SFTP clients on windows, if I want to transfer files to a Solaris box? 3) If SFTP doesn't come prepackaged would I... (1 Reply)
Discussion started by: JohnRodey
1 Replies

2. UNIX for Dummies Questions & Answers

Basic Unix Questions

OK, here's a question from a true UNIX newb: How does one make a 20 line file? I'm lost. :confused: OK, I figured it out. :D (0 Replies)
Discussion started by: Kitchen Zinc
0 Replies

3. UNIX for Dummies Questions & Answers

Some basic questions

Hi- Newbie here with some basic questions: 1) I can't get alias to work. I tried alias ll='ls -al', but it doesn't work. When just typing 'alias', the new definition doesn't appear. I'm in a bash shell -- is that the problem. I tried switching to csh, but that didn't seem to help. This... (5 Replies)
Discussion started by: Aworstell
5 Replies

4. Programming

Basic questions on writing a Unix Service (newbie help!)

Hi there. I've got 12 years experience writing C++ on Windows, and 3 years C# on Windows. Now my boss wants me to write a C++ app to run on Unix as a multithreaded 'service' (i.e. a program that runs with no user intervention). Some quick questions for The Experts: * Whats the best C++... (3 Replies)
Discussion started by: Rutland Gizz
3 Replies

5. UNIX for Dummies Questions & Answers

Basic security questions

Hey guys, I've seen this posted a few times when i searched but I kinda want to know the cleanest way of doing it. On Solaris 8 and Solaris 9 What is the best way to disable telnet ssh1 and remote root login premanently? I've seen posts that say edit /etc/services edit this edit that... (3 Replies)
Discussion started by: kingdbag
3 Replies

6. UNIX for Dummies Questions & Answers

hp-ux basic questions

I have multiple questions How to list or find only Nov month's files? How can I get state of process like running, stop, or sleep etc? How can I check dependences of processes? plz ans any if u can thx regards, Mazhar Hussain (3 Replies)
Discussion started by: mazhar99
3 Replies

7. UNIX for Dummies Questions & Answers

some basic questions about unix ..

Hi all today i gone through worst interview of my life that for hour questions were so basic but i never though about them now i am figuring out answers my self but i would appreciate if you ppl help me ... i am listing some of the questions i remember .. 1 ) $ cat a.sh #! /usr/bin/ksh... (4 Replies)
Discussion started by: zedex
4 Replies

8. UNIX for Dummies Questions & Answers

some basic unix questions pls iam a newbie

what is a assembler what isa interpreter what is a compiler what is a socket what is a port what is meant by listening to a port how we do it how to know version and standard of unix one is using when one is on public access unix account how to see a jobid in... (1 Reply)
Discussion started by: scimitar
1 Replies
RGEPHY(4)						   BSD Kernel Interfaces Manual 						 RGEPHY(4)

NAME
rgephy -- RealTek RTL8168/8169/8110/8211 series 10/100/1000 Gigabit Ethernet PHY driver SYNOPSIS
To compile all available PHY drivers into the kernel, place the following line in your kernel configuration file: device miibus Alternatively, to selectively compile this driver into the kernel, place the following lines in your kernel configuration file instead: device mii device rgephy DESCRIPTION
The rgephy driver supports the RealTek RTL8168, RTL8169, RTL8110 and RTL8211 series integrated 10/100/1000 Gigabit Ethernet PHYs. In order to get a list of media types and options supported by a specific instance of the rgephy driver, run ifconfig -m on the instance of its parent MAC driver. Additionally, the rgephy driver supports the following special media option: flag0 When manually setting media type and options via ifconfig(8), the rgephy driver by default also triggers an autonegotiation advertis- ing the selected media. This is done in order to work around hardware issues in certain scenarios. It is believed that this behavior does not cause harm in general but in fact can have an adverse effect in edge cases. In order to manually set the media type and options without also triggering an autonegotiation, the rgephy driver allows to turn this behavior off via the flag0 media option. Note that this special media option will not show up in the output of ifconfig(8), even when set. EXAMPLES
Manually set 100BASE-TX full-duplex without also triggering an autonegotiation: ifconfig re0 media 100baseTX mediaopt full-duplex,flag0 SEE ALSO
intro(4), miibus(4), ifconfig(8) BSD
January 16, 2011 BSD
All times are GMT -4. The time now is 05:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy