Sponsored Content
Operating Systems Solaris Reg Error Message during LAN Drivers installation Post 302296482 by incredible on Wednesday 11th of March 2009 07:15:12 AM
Old 03-11-2009
Is this directory created /usr/options/ ?
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 drivers for Marvell 88E8001 (Yukon) Gigabit LAN

Hi, Has anybody got Solaris 10 drivers for the Marvell 88E8001 (Yukon) Gigabit LAN? I downloaded the Solaris 7+ drivers from the ASUS website, but they don't seem to work. Has anybody else had any lucK? Thanks, Chris. (0 Replies)
Discussion started by: christian_hicks
0 Replies

2. Solaris

Error while installing NIC drivers

After seeing that http://sol-enet.sourceforge.net/support.shtml had drivers for my NIC, I decided to download them on my windows machine so I could burn them to a CD and install them on my old gateway so I could try to get it on the internet. While following the instructions with the drivers, I... (2 Replies)
Discussion started by: xtremepancakez
2 Replies

3. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies

4. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies

5. UNIX for Dummies Questions & Answers

reg: tar error

Hi , i am working on aix. when i am tarring a folder using the command tar cf /home/test45/res rpt i am getting an error like tar: res rpt/Idaho_110_20079245268_Plan_OverPayment_summary_rpt_v2.1.xls: file changed as we read it vat may be the issue... please advice sam (1 Reply)
Discussion started by: sam99
1 Replies

6. Solaris

Reg Error Messages

Hi Friends, I am using solaris in my home pc and i saw some errors messages running while i shutting down, so I want to find out the Error messages while booting error messages and error messages while shutting down. i know we can find in /var but dont know the exact location. Thanks in Advance (2 Replies)
Discussion started by: kurva
2 Replies

7. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

8. Solaris

Solaris installation over LAN

I will install Solaris over network using JumpStart and DHCP protocol. This is first time I am doing such a work and need few questions. First question I heard Solaris DHCP server likes to take a lunch break, don't know from experience but my collegue told me so and I don't have any reason... (3 Replies)
Discussion started by: solaris_user
3 Replies

9. UNIX for Dummies Questions & Answers

Error message while software installation

I got every time the same error leaving directory etc when i install any software. I put up the command and the error below, kindly help me out so i could proceed. csm@csm-HP-Z420:~$ cd Desktop/ csm@csm-HP-Z420:~/Desktop$ csm@csm-HP-Z420:~/Desktop$ cd microtar-0.9.6/... (8 Replies)
Discussion started by: harpreetmanku04
8 Replies
mktrashcan(1)						      General Commands Manual						     mktrashcan(1)

NAME
mktrashcan, rmtrashcan, shtrashcan - Attaches, detaches, or shows a trashcan directory SYNOPSIS
/usr/sbin/mktrashcan trashcan directory... /usr/sbin/rmtrashcan directory... /usr/sbin/shtrashcan directory... OPERANDS
Specifies the directory that contains files that were deleted from attached directories. Whenever you delete a file in the specified directory, the file system automatically moves the file to the trashcan directory. Specifies the directory that you attach to a trashcan directory. DESCRIPTION
The trashcan utilities (mktrashcan and rmtrashcan) enable you to attach or detach an existing directory, which you specify as a trashcan directory, to any number of directories within the same fileset. A trashcan directory stores the files that are deleted with the unlink system call. For instance, you can use the mktrashcan utility to attach a trashcan directory called /usr/trashcan to one or more directories; thereafter, when you delete a file from one of the attached directories, the file system moves the file to the /usr/trashcan directory. Note that when more than one directory shares attachment to a trashcan directory, files with the same file name can overwrite each other in the trashcan directory. If you mistakenly delete a file, use the mv command to return the file from the /usr/trashcan directory to its original directory. When you enter shtrashcan at the system prompt, the system shows the trashcan directory, if one exists, for the directory you specified. It is important that trashcan directories have correct access permissions. If the permissions are too restrictive, then it may be impossi- ble to remove files from the directories that are attached to the trashcan directory. In general, all users and groups that expect to use the trashcan directory need write permission to the directory. If unexpected "permission denied" errors occur when deleting files that are in a directory attached to a trashcan directory, use the chmod command to change the permissions on the trashcan directory. RESTRICTIONS
The directory and trashcan directories must be in the same fileset; however, you can attach the trashcan directory to any directory within the fileset. EXAMPLES
The following example creates and attaches a trashcan directory, /usr/trashcan, to two directories, /usr/ray and /usr/projects/sql/test, which are in the same fileset. The chmod command adds write permission for all users and groups on the new trashcan directory. % mkdir /usr/trashcan % chmod a+w /usr/trashcan % mktrashcan /usr/trashcan /usr/ray /usr/projects/sql/test To attach the trashcan directory, /usr/trashcan, to all subdirectories in the /usr directory, enter: % mktrashcan /usr/trashcan /usr/* New subdirectories that you add beneath the /usr directory are not attached to the trashcan directory until you attach them. Also, the mktrashcan utility distinguishes between directories and files, attaching only directories to the trashcan directory. Note that an attached directory produces an EDUPLICATE_DIRS (-1165) error when /usr/trashcan is itself in the directory path you attach to (as in the previous example). You can ignore this error message. SEE ALSO
advfs(4), mkfset(8), showfsets(8) mktrashcan(1)
All times are GMT -4. The time now is 02:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy