Sponsored Content
Full Discussion: Fed up of Viruses
Special Forums Cybersecurity Fed up of Viruses Post 19195 by killerserv on Sunday 7th of April 2002 10:32:53 PM
Old 04-07-2002
What Unix OS are you running ? can u post uname -a result??
 

6 More Discussions You Might Find Interesting

1. Cybersecurity

Viruses in downloads/webs

How secure are downloads from unix.com, linux.com, etc? Not talking about off the wall individual user sites, but sites like unix.com, download.com, tucows.com? We've been inundated at work lately from viruses, and I want to make sure that for things like work related downloads, that those kind... (5 Replies)
Discussion started by: kymberm
5 Replies

2. Windows & DOS: Issues & Discussions

Viruses sneeking through MS-DOS?

I had just recently experienced, a bad experience... Apperently, a worm got into my computer a created itself in my MS-DOS. No serious damage was done, but I did a little study on it, through my computer. The virus got thought my scan, by coding itself as an HTML file. Don't know why it did that,... (2 Replies)
Discussion started by: hdk_mkr
2 Replies

3. UNIX for Dummies Questions & Answers

Why no Viruses in Unix

Can anyone explain why generally there are no viruses in Unix. Do any of the big Anti Virus supplier produce anything for Unix platforms ? (1 Reply)
Discussion started by: jimthompson
1 Replies

4. Solaris

Solaris + viruses

I know that UNIX is almost untouchable but my server is slower than previous days . I found out that some users have watched porn on net , could they compromised system security . So I have 2 questions 1. Has on market any viruses for Solaris 2. How to block some internet sites under... (1 Reply)
Discussion started by: solaris_user
1 Replies

5. Shell Programming and Scripting

Anti-malicious files and viruses

Hello I ask you how to make a Anti-malicious files and viruses Or if one of you a small example of the work on the same place and I hope my request I want a small patch or the process of examination Virus http://www.google.jo/images/cleardot.gif ---------- Post updated... (1 Reply)
Discussion started by: x-zer0
1 Replies

6. UNIX for Dummies Questions & Answers

ls fed into sed help

I am writing a file that will delete a line from all files in a directory. sed "/#Text_to_be_deleted/d" #files_from_ls >tmp mv tmp #files_from_ls For some reason, whenever I test it, it will not delete the line, but it will work if I enter only one file. Is there a way to fix this? (3 Replies)
Discussion started by: 62583
3 Replies
optisa(1)							   User Commands							 optisa(1)

NAME
optisa - determine which variant instruction set is optimal to use SYNOPSIS
optisa instruction_set... DESCRIPTION
optisa prints which instruction_set out of the ones specified in the command will perform best on this machine. In this case, ``best'' is defined by the order in which instruction set names are returned by isalist(1). Possible values for instruction_set are given in isalist(5). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ EXIT STATUS
The following exit values are returned: 0 One of the instruction_set values you specified is printed by this command. 1 There is no output; that is, this machine cannot use any instruction_set that you specified with the optisa command. SEE ALSO
isalist(1), uname(1), attributes(5), isalist(5) NOTES
optisa is preferable to uname -p or uname -m (see uname(1)) in determining which of several binary versions of a given program should be used on the given machine. SunOS 5.11 25 Jul 1997 optisa(1)
All times are GMT -4. The time now is 03:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy