Remote in Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Remote in Unix
# 1  
Old 09-28-2003
Remote in Unix

hello ...
are there any Remotes in Unix ??
like i do not need to type ' w + enter ' to see whose onlining in the server and the Unix automaticly shows whose onlining in the server ( whidout typing w + enter )
just automaticly in every 5 seconds or 10 seconds ...
anyone knows the command ??
# 2  
Old 09-29-2003
Not sure what you are looking for.

But this will do what you asked.

$ while true
> do
> w
> sleep 5
> done
# 3  
Old 09-30-2003
yea

yes RTM
thats what im looking for ...
but its
while im doing nothing the w command automaticly being typed and being entered ...
so i can see whose always onlining
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sun OS 5.5.1 Unix Remote

Hi all, I need some help to remote desktop from Windows to solaris system with SUNOS 5.5.1. I tried to check about XDCMP but all are about the newer system and none mentioning the specific version. I am actually a beginner in all this and I need someone to point me to the right direction. ... (5 Replies)
Discussion started by: Aloft
5 Replies

2. Shell Programming and Scripting

Triggering remote UNIX shell script from Remote desktop

I m trying to run a batch script in remote desktop which executes unix commands on the unix server...the problem is i wnt the output in HTML format.so in my batch script i m giving the cmd like ssh hostname path ksh HC_Report.ksh>out.html ...but it generates the HTML file in remote desktop .i... (2 Replies)
Discussion started by: navsan
2 Replies

3. SCO

Unix remote printing

Sir, i have a sco 5.5 installed server and 6 clients connected through pci specialix card and printing working fine in these all terminals. 7 and 8 ports are free now, i need to setup another terminal for login on through 7 or 8 port for remote login. i connect a external modem using 25 pin male... (2 Replies)
Discussion started by: Aneesh Kumar.T
2 Replies

4. IP Networking

Remote Printing - UNIX to XP Client

In the past three weeks I've had two of our printers stop printing reports generated in UNIX. The printers are set up on an xp client machine and shared. The first printer I switched to a different computer and the print jobs came through. The most recent printer won't be as simple. Also I... (1 Reply)
Discussion started by: chtriller
1 Replies

5. Shell Programming and Scripting

connecting to remote db from unix script

Hi everybody, My bash script is trying to connect to a remote database using the 'sqlplus' binary.For this i set(export) the variable TWO_TASK to the value of database name excluding the dot extension part. Can anyone explain me what's the significance of this TWO_TASK variable while... (8 Replies)
Discussion started by: DILEEP410
8 Replies

6. UNIX for Dummies Questions & Answers

how to see files in remote unix

Hi all, I am having a windows XP running in my pc. I want to access the files in remote system which is a unix system. How can i share the directories in unix which i can access in windows system. Regrads Gauri (3 Replies)
Discussion started by: gauri_agr
3 Replies

7. UNIX for Dummies Questions & Answers

Secure Remote Unix Shutdown

I am wondering if it is possible to shut down a unix machine using a windows NT based machine. I would like the process to be secure, like logging into root using SSL or something simular and then running a shutdown command. Thnaks, Eternal (2 Replies)
Discussion started by: Eternalaop
2 Replies

8. UNIX for Advanced & Expert Users

UNIX, remote access problem

Hi, I am new to UNIX and I am given the responsibility of administering a UNIX machine recently. The system is a AIX 3.1 IBM. And, I am having problems in accessing the UNIX machine thru SSH. All the users were able to logon to the Unix machine using SSH protocol earlier. But, I dont know... (1 Reply)
Discussion started by: pdepa
1 Replies

9. UNIX for Advanced & Expert Users

Remote ACCESS in SCO UNIX

I have set up a modem in SCO Unix .. I want to dial in from a remote terminal program, what else is needed .. do I have to configure UUCP ?? How ? Any other configurations ? CHRIS (1 Reply)
Discussion started by: germiphene
1 Replies

10. UNIX for Dummies Questions & Answers

Remote Login (Unix)

Is there any way I can disallow remote login on a m/c (3 Replies)
Discussion started by: DPAI
3 Replies
Login or Register to Ask a Question