Sponsored Content
Full Discussion: New UNIX user
Operating Systems Linux Fedora New UNIX user Post 302479136 by Nostalgia2012 on Friday 10th of December 2010 12:53:24 AM
Old 12-10-2010
Hey Everyone i just joined the forum and hope that some one could point me in the direction of getting a unix dowload and linux. i wanted to get used to these programs on my spare time off of work. would appreciate any help and tips for with this.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Totally new unix user

Hi, ive just been given a HP UX c180 to play with, along with a few external hd`s, can anyone recommend me a good place to start learning unix please as i havent got a clue what im doing when it comes to unix. Either web links or book recomendations would be great. I would like to set it up with... (1 Reply)
Discussion started by: Leviathan40
1 Replies

2. UNIX for Dummies Questions & Answers

New UNIX user

Hello., I am relatively new to UNIX and to this forum, (I have trolled a while...) so I have a few questions. A family member works for Network Appliance, and I get old machines from liquidation, etc. He has been pushing for me to learn UNIX for quite some time. Recently I have taken his... (1 Reply)
Discussion started by: Dana919
1 Replies

3. UNIX for Dummies Questions & Answers

New Unix User

I'm trying to learn something new.....I have taken college courses for C and I was looking at my Cellphone and I found a Unix based program that I can use from my phone...pretty nice...but I don't even know how to use Unix at all and want to learn how....so can anyone recommend any good books or... (1 Reply)
Discussion started by: Jodadi
1 Replies

4. UNIX for Dummies Questions & Answers

Unix Dial up user!

Does anyone knows how to disconnect specific dial up user from SSH? :cool: (0 Replies)
Discussion started by: dmitryseliv
0 Replies

5. UNIX for Dummies Questions & Answers

New UNIX User.

Hi, I am new to UNIX. I need help in working with HP-UX TRU64 OS. Can any one help in providing the links for the basic and user level commands to work with TRU64 OS. Help is highly appreciated. Thanks in advance. Regards, Sameera. (2 Replies)
Discussion started by: sameerabhattar
2 Replies

6. Shell Programming and Scripting

How to allow unix regular user to disable a unix printer

HI, I'm trying to create a script that a regular unix user can run from a unix menu and disable and enable a unix printer. Any help will be very helpful. Thanks (0 Replies)
Discussion started by: miguelpza
0 Replies

7. UNIX for Dummies Questions & Answers

Unix User

I know nothing about Unix but need to set up a user account on a Solaris box and give it access to certain directories. Can anyone provide an idiots step by step guide to setting a user account up?:) All help will be appreciated (3 Replies)
Discussion started by: Legoman
3 Replies

8. UNIX for Dummies Questions & Answers

Windows user: New to unix

Hi, I have been using Windows until now and I would like to learn unix now. How do I start. I dont have UNIX account, can I still work on Windows and learn UNIX? Where do I start once I have access to UNIX shell? Please help me. riaz (3 Replies)
Discussion started by: ruuddin
3 Replies

9. Programming

how to user get unix variable USER in C

in a C program, how do you access the unix environment variable USER for example? (1 Reply)
Discussion started by: omega666
1 Replies

10. UNIX for Dummies Questions & Answers

Adding a new user to Unix

Hi, I have my new Unix machine setup. Its just have one user root. I need to create a new user and add it to a group. I want this user to have privileges as root(run all command). I know i need to use useradd command for this.My question is: 1) To which group i should add my user? DO i need... (2 Replies)
Discussion started by: kailash19
2 Replies
File::HomeDir::Windows(3pm)				User Contributed Perl Documentation			       File::HomeDir::Windows(3pm)

NAME
File::HomeDir::Windows - Find your home and other directories on Windows SYNOPSIS
use File::HomeDir; # Find directories for the current user (eg. using Windows XP Professional) $home = File::HomeDir->my_home; # C:Documents and Settingsmylogin $desktop = File::HomeDir->my_desktop; # C:Documents and SettingsmyloginDesktop $docs = File::HomeDir->my_documents; # C:Documents and SettingsmyloginMy Documents $music = File::HomeDir->my_music; # C:Documents and SettingsmyloginMy DocumentsMy Music $pics = File::HomeDir->my_pictures; # C:Documents and SettingsmyloginMy DocumentsMy Pictures $videos = File::HomeDir->my_videos; # C:Documents and SettingsmyloginMy DocumentsMy Video $data = File::HomeDir->my_data; # C:Documents and SettingsmyloginLocal SettingsApplication Data DESCRIPTION
This module provides Windows-specific implementations for determining common user directories. In normal usage this module will always be used via File::HomeDir. Internally this module will use Win32::GetFolderPath to fetch the location of your directories. As a result of this, in certain unusual situations (usually found inside large organisations) the methods may return UNC paths such as "\cifs.localhome$". If your application runs on Windows and you want to have it work comprehensively everywhere, you may need to implement your own handling for these paths as they can cause strange behaviour. For example, stat calls to UNC paths may work but block for several seconds, but opendir() may not be able to read any files (creating the appearance of an existing but empty directory). To avoid complicating the problem any further, in the rare situation that a UNC path is returned by "GetFolderPath" the usual -d validation checks will not be done. SUPPORT
See the support section the main File::HomeDir module. AUTHORS
Adam Kennedy <adamk@cpan.org> Sean M. Burke <sburke@cpan.org> SEE ALSO
File::HomeDir, File::HomeDir::Win32 (legacy) COPYRIGHT
Copyright 2005 - 2011 Adam Kennedy. Some parts copyright 2000 Sean M. Burke. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.14.2 2012-01-25 File::HomeDir::Windows(3pm)
All times are GMT -4. The time now is 08:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy