Process Commands; Disk Usage Commands - Novell GROUPWISE 7 - TROUBLESHOOTING 2 Troubleshooting Manual

Solutions to common problems
Table of Contents

Advertisement

Command
less filename
tail filename
cp source destination
mv source destination
find starting_directory -name
filename
grep string file
mkdir directory_name
rmdir directory_name
rm filename
rm -r directory_name
cat filename
cat filename /printer_device

3.3 Process Commands

The following process commands are available in GroupWise:
Command
top
ps -eaf | grep program
ps -aux | grep username
kill process_ID
kill -9 process_ID
killall program
xkill

3.4 Disk Usage Commands

The following disk usage commands are available in GroupWise:
18
GroupWise 7 Troubleshooting 2: Solutions to Common Problems
Description
Pages through the contents of a file and lets you page back up through
the file.
Displays the last 10 lines of a file. This is helpful for log files. (The head
commands displays the first 10 lines.)
Copies a file or directory.
Moves or renames a file or directory.
Find the specified file, starting in the specified directory. Specifying /
would start the find operation in the root directory.
Searches the specified file for the specific string of characters. This is
useful for locating specific information in GroupWise agent startup files.
Creates a new directory
Deletes an empty directory
Deletes a file
Deletes a directory and recursively deletes its contents.
Displays a file.
Prints a file.
Description
Lists all processes, sorted by CPU percentage with the highest at the top of
the list.
Lists all processes and their IDs associated with the specified program.
Wildcard characters can be used to list a group of related programs (for
example, gw*).
Lists all processes and their IDs associated with the specified user.
Stops the specified process like a normal exit.
Stops the specified process after it has failed to exit normally. Temporary
files are not cleaned up.
Kills all processes associated with the specified program.
Closes the window that you click on with the resulting box-shaped cursor.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Groupwise 7

Table of Contents