This section includes basic definitions for common UNIX System Services (USS) commands:
Changes directory.
Changes ownership of one or more files to a new group ID.
Changes file permissions.
Changes the file owner. This command changes the owning UID, GID, or both.
Compares file or directory contents. diff -gr dir1/ dir2/ lists files that are different in dir1 and dir2.
Finds files with specified attributes.
Finds text strings in files. For example, grep -i string * scans all files in the current directory for the specified string. The -i means that the search is not case-sensitive.
Converts from one character set to another.
Directs output to line printer.
Lists the file in a directory.
Displays the UNIX help for a command. For example, man chmod displays the UNIX help for the chmod command.
Creates a directory.
Moves or renames one or more files or directories.
Displays the symbol table from an executable file.
Deletes a file or directory.
Produces an octal dump of a file. Also does hexadecimal dumps.
Displays information about active processes.
Lists text strings in an executable file.
Sends a message to all logged in users.
Identifies the location of an executable file.
Displays the logged on users and information about them.
|
Copyright © 2011 CA.
All rights reserved.
|
|