Sponsored Content
Full Discussion: Unix hands on
Top Forums UNIX for Dummies Questions & Answers Unix hands on Post 302536719 by spaniard on Wednesday 6th of July 2011 06:03:52 AM
Old 07-06-2011
Unix hands on

Hi,
I am new to UNIX system, i have theoritical knowledge but never gotta chance to work on UNIX system. I dont have the environment to practice, is there anything which i can download or any online website to work over and get better in UNIX?

Please help me..

Thanks & Regard's
Span'rd
 

6 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Hands on Support

Check this link. Its Sun Solaris Docs link that place all sorts of Materials in it. From Hands on Support materials Etc. Quite intresting. Sun OS Hands on Docs. :cool: (1 Reply)
Discussion started by: killerserv
1 Replies

2. AIX

Hands On Learning - AIX

Hi all, I am interested in your opinions of the best way to get hands-on security experience with AIX. I am proficient with most linux flavors on intel, but need to get familiar with AIX. Any ideas on how to get some hands-on without lumping out $4Gs for a used RS/6000? Thanks EW (4 Replies)
Discussion started by: ewelsh
4 Replies

3. UNIX for Dummies Questions & Answers

I need hands-on skill.

Can someone help me get into a UNIX server so I can get some hands-on skills? (3 Replies)
Discussion started by: FernandesE74
3 Replies

4. AIX

New to AIX and got my hands on a RS6000 v.need help getting it on the network

So im fairly new to AIX and my knowledge is very, very limited but i got my hands on an RS6000 43P model and im trying to get it on the network so i can access it from work. I have pretty much tried everything i can/know how to do by reading up as much as i can but im still lost. I have the 43P... (2 Replies)
Discussion started by: IIIII
2 Replies

5. Solaris

Help me, please! Solaris 10 hands-off installation from a bootable DVD

Hello, I have a problem with installing the Solaris 10 using a bootable DVD with a flar archive. I want this installation to be totally hands-off, but unfortunately after I run this boot command at the ok prompt: ok boot cdrom - install ... the system is rebooted and the interactive... (5 Replies)
Discussion started by: Przemek
5 Replies

6. Red Hat

Is here anyone hands on in Linux Bare Metal Restore..??

Hi all, I am working on Linux Bare Metal Restore in which i have few things to be discussed with a person who has his/her hands on in that process. If anyone kindly give a reply post in this thread.. :) :) Thanks Selva (3 Replies)
Discussion started by: selvarajvs
3 Replies
praliases(1)						      General Commands Manual						      praliases(1)

NAME
praliases - display system mail aliases SYNOPSIS
praliases [-f filename] [--] [alias_name...] OPTIONS
Displays the aliases using the specified dbm file instead of the system aliases file. OPERANDS
The alias name to find. If no aliases are given, then the entire contents of the dbm file are displayed. DESCRIPTION
The praliases command displays system aliases used by the sendmail(8) program. If no arguments are given, the praliases command displays all of the system aliases contained in the file /var/adm/sendmail/aliases. An alternative file can be specified using the -f option. Specific aliases can be displayed by specifying one or more alias names. [Tru64 UNIX] Aliases can be created either with or without the terminating null character ('') considered to be part of the name. Under Tru64 UNIX, an attempt is made to find either version; other vendor's implementations may check only for the key with an embedded NULL. [Tru64 UNIX] The system aliases file under Tru64 UNIX is stored under the /var/adm/sendmail directory. Other vendor's implementations may expect the file to exist under the /etc directory. EXIT STATUS
The following exit values are returned as defined in /usr/include/sysexits.h: No errors occurred. An invalid argument was specified. The specified dbm file does not exists. EXAMPLES
To display all of the system aliases, enter: praliases To display a mailing list called foo, enter: praliases foo To display the contents of a dbm file my_list, enter: praliases -f my_list SEE ALSO
Commands: makemap(8) Files: aliases(4) praliases(1)
All times are GMT -4. The time now is 05:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy