Sponsored Content
Full Discussion: Need Good UNIX Reference
Special Forums UNIX Desktop Questions & Answers Need Good UNIX Reference Post 20196 by merlin on Monday 22nd of April 2002 11:59:15 PM
Old 04-23-2002
Apart from books don't forget the internet can be very useful. Some books that have helped me are "Complete UNIX guide", "Essential System Administration" Apart from that there are a few others, depends what kinds of things you need to learn/know first.

Example I needed to learn administraion and networking (still do Smilie ) and backups. Started with a few books like the above sat down infront of a Solaris box and played around.

Personally the best way for me was to set myself a little task learn how to do it. Then go to a test machine and try it in practice. Of course this only works if you have a machine that you can crash and burn. If there's no crash and burn machines be very careful with what you do to a machine.

Don't forget the 'man' pages are a good place to start with Unix. (In case you don't know about the man command it stands for manuals, to run the command something like this "man ifconfig" that will show the manual/help pages (whatever you want to call them) for the ifconfig command)

Don't forget search engines (www.google.com). They are always a good little tool for finding stuff. A good website is docs.sun.com others will have others but I like that one.

Or you could just hit work up for some starter courses and learn the easy way Smilie
merlin
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Good Unix Shells ?

Hey Guys i am new to Unix and i have downlaoded Cygwin for Windows and deleted it. I was just wondering is there any good shells like that for windows that just as good thanks for your time ][ce (1 Reply)
Discussion started by: IceCold
1 Replies

2. UNIX for Dummies Questions & Answers

Unix book reference

Does anyone here have a favorite? I just wanted to find a reliable book which is meaty in content and still easily understandable.. (3 Replies)
Discussion started by: mandarin14
3 Replies

3. UNIX for Dummies Questions & Answers

Reference a directory on another Unix server

I want to reference a directory on another Unix server. I have looked at the ln command but have seen information only relating to directories on the same server. Any suggestions? It is IBM AIX Unix 4.3 server. (1 Reply)
Discussion started by: pengwyn
1 Replies

4. UNIX for Dummies Questions & Answers

a good unix to learn

i want to learn unix and i was wondering if someone could give me a direction to take in which my learning would be easier i started programming in school but i want to know more than what they teach us i am running on win xp which i dont specially like but... so if someone could give me... (0 Replies)
Discussion started by: staind_art
0 Replies

5. UNIX for Dummies Questions & Answers

which linux is good for unix ?

hi ... i want to use linux for unix , please suggest me which linux i should use thanks regards sanjeev (1 Reply)
Discussion started by: sanjeev1
1 Replies

6. Shell Programming and Scripting

Unix Variable Reference and Substitution

I can't seem to make what appears to be a simple substitution. I want to define a list of systems for which daily reports need to be filed systems="systemA systemC systemZ" I then want to run a loop for i in ${systems} Analyze statistics Create the reports mailx (8 Replies)
Discussion started by: mugsymark
8 Replies

7. What is on Your Mind?

How to become good UNIX engineer

Maybe my question is quite stupid , but how to become good UNIX engineer. What to read , how to practice ? What a good engineer must know to call himself engineer . :cool: (14 Replies)
Discussion started by: solaris_user
14 Replies

8. UNIX Desktop Questions & Answers

UNIX reference books

Hi , Can any one send me the best unix book to start. Actually i know the very basic but i need to learn in depth. Please send me the pdf or link.It would be very helpful if you send ASAP (2 Replies)
Discussion started by: kkalyan
2 Replies

9. Shell Programming and Scripting

Perl de-reference code reference variable

Guys, May i know how can we de reference the code reference variable.? my $a = sub{$a=shift;$b=shift;print "SUM:",($a+$b),"\n";}; print $a->(4,5); How can we print the whole function ? Please suggest me regarding this. Thanks for your time :) Cheers, Ranga :) (0 Replies)
Discussion started by: rangarasan
0 Replies
gnome-desktop-item-edit(1)					   User Commands					gnome-desktop-item-edit(1)

NAME
gnome-desktop-item-edit - GNOME Desktop file editor SYNOPSIS
gnome-desktop-item-edit [--create-new] filename DESCRIPTION
gnome-desktop-item-edit is the GNOME Desktop file editor, which you can use to create or edit the .desktop (known as desktop) file. GNOME uses a standard desktop file specification as proposed by freedesktop.org. A desktop file consists of a number of name-value pairs that define how a desktop should organize a particular application. As this is defined as an open standard, integration of applications into GNOME Desktop is relatively straightforward. A basic entry in the desktop file must start with a tag called [Desktop Entry]. It can then have a number of name-value pairs as defined by the standard. The minimum entries are as follows: Name the name of the application Comment a textual description of the application which is displayed as a tooltip message by gnome-panel. When set appropri- ately, the comment can be localized within the same file. Exec the name of the actual executable Icon the file name of the icon image Type the desktop file type Categories a multi-string field which is used by gnome-panel to group applications into the appropriate categories. These desktop files provide the information to gnome-panel, which places the application in the appropriate locations on the panel. In a similar manner, the GNOME file manager (Nautilus) uses information from the desktop files to display the 'applications:///' view. OPTIONS
The following options are supported: --create-new Creates a new .desktop file. OPERANDS
The following operands are supported: filename The name of the desktop file to be edited or viewed. EXAMPLES
Example 1: Editing an existing .desktop file example% gnome-desktop-item-edit fullpath/filename This command invokes the launcher dialog and loads the contents of the specified desktop file into the relevant fields. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-desktop-item-edit Executable for GNOME Desktop file editor /usr/share/applications/ Location of system desktop files ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-panel | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gnome-panel(1), nautilus(1), attributes(5) Latest version of the GNOME Desktop User Guide for your platform. NOTES
Written by Ghee Teo, Sun Microsystems Inc., 2003. SunOS 5.11 2 Oct 2003 gnome-desktop-item-edit(1)
All times are GMT -4. The time now is 05:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy