System information
© Agilent Technologies 2001–2002 Administering Agilent 3070 Systems (MS Windows NT and 2000) 8-18
Chapter 8: Reference
NT Korn Shell Quick
Reference
Although the operating system is MS Windows, a
number of 3070 UNIX commands are valid in the Korn
shell.
See Table 8-9 for a Korn shell quick reference.
Keyboard keys are in { }.
For complete information about a command, at a Korn
shell window prompt, enter:
man <command_name>
NOTE
If uncertain whether to use forward-slashes or
back-slashes, see Forward-Slashes versus
Back-Slashes in Command Lines Containing
File Paths on page 8-8.
Table 8-9 Korn shell quick reference
To Do This . . . Enter This . . .
Working with directories
Show current working directory
pwd
Change directory
cd <pathnames>
Change to home directory
cd
Create a directory
mkdir <directoryname>
Remove and (empty) directory
rmdir <directoryname>
Display permissions for a directory
ls -ld <directoryname>
Working with files
List files and directories in current directory
ls
List all files or directories, including hidden (“dot”) files
ls-a