Sponsored Content
Full Discussion: Completely new to UNIX
Top Forums UNIX for Dummies Questions & Answers Completely new to UNIX Post 302333662 by nj78 on Monday 13th of July 2009 06:48:26 PM
Old 07-13-2009
It's an operating system, like Windows, VMS, Amiga, GeoWorks.

Search all those in wikipedia to get an idea.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Completely new...

Hi there, I am completely new to this forum but it say's it's for complete newbies too :) I have some questions: 1: I want to learn Linux and some basic Unix commands. Is it best to install a text version of Linux/Unix? (to get to know the commands, instead of a shell app) 2: Are there... (8 Replies)
Discussion started by: Mecallie
8 Replies

2. UNIX for Dummies Questions & Answers

Completely new to unix

Ive decided to take a trip over to unix and see how it is due to the perl compatabilities, What distro would you recommend? Im somewhat new to perl, and would like something with a "n00b-friendly" environment. Ive been running Linux boxes for some time now, and want to try a new os also. (3 Replies)
Discussion started by: idontdowindows
3 Replies

3. Solaris

System not starting completely

I have an Ultra 60, running Solaris 5.8. During boot all of a sudden it dies after Yp comes up then the netmasks are set and then I don't see anything any more. How do I tell whats causing it to hang at this point. I can login to it but can't tell what preocess is hung. /var/adm/messages has no... (7 Replies)
Discussion started by: frankkahle
7 Replies

4. UNIX for Dummies Questions & Answers

COMPLETELY new to UNIX

So I am ridiculously new to UNIX. The closest thing to it I use is Mac OS X. Recently I downloaded OpenDarwin 7.2.1 just to see what it was like. I popped it into Vmware, installation and boot work well, and I login. Now I am presented with a console. I'm generally okay with command line... (2 Replies)
Discussion started by: sinister
2 Replies

5. What is on Your Mind?

And now for something completely the same

In honor of the anniversary of one of the best British shows (and memoriam of Graham Chapman)... npjOSLCR2hE 9ZlBUglE6Hc (1 Reply)
Discussion started by: pludi
1 Replies

6. UNIX for Advanced & Expert Users

Check EOF char in Unix. OR To check file has been received completely from a remote system

Advance Thanks. (1) I would like to know any unix/Linux command to check EOF char in a file. (2) Or Any way I can check a file has been reached completely at machine B from machine A. Note that machine A ftp/scp the file to machine B at unknown time. (5 Replies)
Discussion started by: alexalex1
5 Replies

7. Shell Programming and Scripting

Displaying a field completely

Version: AIX 6.1 (korn shell) In the below output, the field with the heading 'Address' has some names like hwproc214-priv1.gnas.wrd.netwhich are only partially displayed. $ netstat -i Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll en2 1500 link#2 ... (3 Replies)
Discussion started by: polavan
3 Replies

8. Shell Programming and Scripting

Find: ignore directory completely

Hello, I know find can be prevented from recursing into directories with something like the following... find . -name .svn -prune -a type d But how can I completely prevent directories of a certain name (.svn) from being displayed at all, the top level and the children? I really... (2 Replies)
Discussion started by: nwb123
2 Replies

9. Solaris

11.2 not shutting down completely

I just installed this 11.2 ver and when I tell it to shutdown it takes for ever then just hangs with this just a little bit of that red line left to go, then it just sits there like forever until I get tired of looking at it then force a shutdown by holding my power button down until my laptop... (8 Replies)
Discussion started by: userx-bw
8 Replies
DNDEL(1)						      General Commands Manual							  DNDEL(1)

NAME
dndel - Delete a file on a VMS system SYNOPSIS
dndel [options] file-name Options: [-ivVh] DESCRIPTION
dndel deletes files held on VMS systems. The filename parameter may specify a single file or a wildcard (remember to use VMS wildcards). If you specify -i or -v then dndel will open two connections to the VMS machine (much as VMS itself does). Otherwise it will attempt to use a single connection. One side-effect of this is that the deletion process will fail at the first file that cannot be deleted. OPTIONS
-i Interactive. Prompt before deleting a file. -v Verbose. Print the names of files that have been deleted -T connect timeout Specifies the maximum amount of time the command will wait to establish a connection with the remote node. a 0 here will cause it to wait forever. The default is 60 seconds -h -? Displays help for using the command. -V Show the version of the tools package that dndel comes from. EXAMPLES
dndel -i 'myvax::oldfile;*' dndel 'tramp"christine pjc123"::interactive' SEE ALSO
dntype(1), dndir(1), dncopy(1), dntask(1) ,dnsubmit(1), dnprint(1) DECnet utilities October 2 1998 DNDEL(1)
All times are GMT -4. The time now is 12:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy