Sponsored Content
Full Discussion: Help Help
Top Forums UNIX for Dummies Questions & Answers Help Help Post 6769 by LivinFree on Wednesday 12th of September 2001 07:13:12 AM
Old 09-12-2001
If you mean renamed the entire directory, then all you have to do is:
mv old-dir new-dir
You may also need to change ownership if that got changed somehow in the process:
chown user:group new-dir

For more help with those commands, type:
man mv and
man chown. (Press the spacebar to move down a page, the "b" key to move up, and "q" to quit man)

The CD may not be able to be unmounted while a user is accessing it - even if they're just in the same directory as where the CD is mounted it can keep it from unmounting. You will get an error similar to this from the umount command:
/path/to/cdrom : device is busy

In that case, you may need to go as far as kicking all of the users off to make sure none of them are "in your way".

Good luck!
 
services-admin(1)						   User Commands						 services-admin(1)

NAME
services-admin - Basic tool to enable and disable SMF services. SYNOPSIS
services-admin [gnome-std-options] DESCRIPTION
services-admin provides a simple list view of all the services configured on the system (in SMF) and allows the user to enable/disable the services. OPTIONS
The following options are supported: gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more informa- tion. EXAMPLES
Example 1: Running the main application. example% services-admin 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/services-admin Executable for services configuration. /var/spool/setup-tool-backends/backup/services Backup directory for files that are modified. /var/run/setup-tool-backends/debug/services Debug logs can be found under here. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-system-tools | +-----------------------------+-----------------------------+ |Interface stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. users-admin(1), shares-admin(1), time-admin(1), network-admin(1), gnome-std-options(5), smf(5), svcadm(1M), svcs(1M), attributes(5) NOTES
It isn't possible to do anything other than disable/enable a service. Some services may not be listed. Written by Darren Kenny, Sun Microsystems Inc., 2006. SunOS 5.11 6 Nov 2006 services-admin(1)
All times are GMT -4. The time now is 02:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy