Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Unix certified person locator Post 302073408 by tlwscope on Friday 12th of May 2006 03:34:17 PM
Old 05-12-2006
Unix certified person locator

I need to locate a specific person who is certified in Unix. Please help.
 

5 More Discussions You Might Find Interesting

1. Solaris

To Be UNIX Certified

Hi all, I want to be unix certified.How to get it Regardsd megh (2 Replies)
Discussion started by: megh
2 Replies

2. UNIX for Dummies Questions & Answers

Renaming a file (non unix person)

I am trying to move a file to a new file with a datestamp in the filename on a unix server using a script I am trying to write. I have searched this forum and have tried 100 different variations but cannot solve my problem. My requirement is: Rename archiveSF\sfglsoarian.txt to... (3 Replies)
Discussion started by: cavleader
3 Replies

3. Solaris

locator led SUN T2000

Hi Guys, I am unable to turn on the locator led light on a SUN T2000 machine # uname -a SunOS node1 5.10 Generic_137137-09 sun4v sparc SUNW,Sun-Fire-T200 when i try to turn it on I have following error. # locator -n 'system' locator not found Although the hardware specfication... (5 Replies)
Discussion started by: Asteroid
5 Replies

4. Shell Programming and Scripting

sh script to get unix username of person executing it

Hi, I am writing a script, and I need to incorporate some logic where I can find out the unix username of the person who is executing the script. The issue is , a particular user could have "sesu" ed into a group id. for eg. root, and then executed the script. In that case, instead of root,... (5 Replies)
Discussion started by: neil.k
5 Replies

5. UNIX for Dummies Questions & Answers

Books for person who want to be Linux/Unix administrator

Hi, I would like to become Linux/Unix administrator. Of course I am aware that it is practically impossible to get that job immediately and in the beginning it will be Junior position or 2nd level of technical support. But I would like to ask: how in-depth knowledge about daemons such like... (2 Replies)
Discussion started by: DavidMax
2 Replies
DIRVISH-LOCATE(1)					      General Commands Manual						 DIRVISH-LOCATE(1)

NAME
dirvish-locate - locate file versions in dirvish images SYNOPSIS
dirvish-locate vault[:branch] pattern DESCRIPTION
Locate versions of files in a dirvish vault The index of each image specified vault is searched for paths matching pattern. Each path found matching the pattern will be reported fol- lowed by a modification time of each version of the file and all images having a link to it. The optional branch specification will restrict searching to the specified branch. Images with an error status will be skipped as will any without index files. The index file may be compressed by gzip or bzip2. See tree and index in dirvish.conf(5) for details. The pattern is a perl regular expression to match the final component of the path. Append .* to the end of the pattern if you wish to match any substring of the whole path or $ if you wish to anchor the pattern to the end of the path. See perlre(1) for details. Directories are excluded from matching as they would wind up matching every file within them anyway. Symlinks are also excluded from matching. If the pattern matches too many paths dirvish-locate will only report the paths matched and not versions. As a sanity check if the number of matches is really excessive dirvish-locate will limit the number of images searched. Excessive matches is an indication of an insuffi- ciently specific pattern. Use the resulting path list to compose a more specific one. EXIT CODES
To facilitate further automation and integration of dirvish-locate with other tools dirvish-locate provides rationalised exit codes. The exit codes are range based. While the code for a specific error may change from one version to another it will remain within the specified range. So don't test for specific exit codes but instead test for a range of values. To the degree possible higher value ranges indicate more severe errors. 0 success 200-219 An error was encountered in loading a configuration file. 220-254 An error was detected in the configuration. 255 Incorrect usage. FILES
/etc/dirvish/master.conf alternate master configuration file. /etc/dirvish.conf master configuration file. bank/vault/image/summary image creation summary. bank/vault/image/index bank/vault/image/index.gz bank/vault/image/index.bz2 dirvish index file. SEE ALSO
dirvish.conf(5) BUGS
DIRVISH-LOCATE(1)
All times are GMT -4. The time now is 01:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy