![Black Box LS1016A Скачать руководство пользователя страница 285](http://html.mh-extra.com/html/black-box/ls1016a/ls1016a_user-manual_2763435285.webp)
Appendix A - New User Background Information
User Guide
285
Basic File Manipulation Commands
The basic file manipulation commands allow the user to copy, delete, and move files and cre-
ate and delete directories.
Other commands allow the user to change directories and see the contents of a directory.
cp
file_name destination
a) cp text.txt /tmp
b) cp /chap/robo.php ./excess.php
Copies the file indicated by file_name to the path
indicated by destination. a) Copies the file text.txt
in the current directory to the tmp directory.
b) Copies the file robo.php in the chap directory to
the current directory and renames the copy
excess.php.
rm
file_name
Removes the file indicated by file_name.
mv
file_name destination
Moves the file indicated by file_name to the path
indicated by destination.
mkdir
directory_name
a) mkdir spot
b) mkdir /tmp/snuggles
Creates a directory named directory_name.
a) creates the directory spot in the current
directory. b) creates the directory snuggles in the
directory tmp.
rmdir
directory_name
Removes the directory indicated by
directory_name.
pwd
Supplies the name of the current directory. While logged in, the
user is always “in” a directory. The default initial directory is the
user's home directory: /home/<username>
ls [options]
directory_name
Lists the files and directories within directory_name. Some useful
options are -l for more detailed output and -a which shows hid-
den system files.
cd
directory_name
Changes the directory to the one specified.
cat
file_name
Prints the contents of file_name to the screen.
Содержание LS1016A
Страница 12: ...Table of Contents 12 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 30: ...Introduction and Overview 30 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 282: ...Time Zone 282 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 406: ...Appendix H Web User Management 406 BLACK BOX Advanced Console Server Figure 43 Access Limit List default page ...
Страница 414: ...Appendix H Web User Management 414 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 439: ...List of Figures User Guide 439 47 Terminal Server diagram 422 48 Ports configured for Dial in Access 424 ...
Страница 440: ...List of Figures 440 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 449: ...This page has been left intentionally blank ...