If you are using Orchid Recorder with Linux, these tips will help you navigate the system, perform tasks, and find files faster.

Open a Terminal:
Access a Linux command line terminal to perform system administration tasks by pressing Ctrl-Alt-T.

_______________________________________________________________________________________________

Navigate the filesystem using a few simple commands:

pwd
Show the working (current) directory

ls
List the contents of the working directory

ls -lh --color
List detailed contents of the working directory

cd directory (where directory is the name of a directory)
Change to a new working directory

cd ..
Go up one directory

mv src dst (where src is the source and dst is the destination)
Move a file or directory

cp src dst (where src is the source and dst is the destination)
Copy a file

nano file (where file is the file you want to edit)
Edit a text file

sudo cmd (where cmd is the command you want to run)
Run any command (editing a file, for example) as the superuser (root/Administrator).

sudo gedit
Open a graphical text editor with superuser permission

_______________________________________________________________________________________________

Additional command line options:

-c /etc/opt --check-database
This command checks the Orchid Recorder database for errors. (Before running this command, you should stop the Orchid service. You should also run this command using Administrator privileges.)
For example: sudo /opt/orchid/bin/orchid_server -c /etc/opt --check-database

-v, --version
This command returns the Orchid Recorder version number.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
IPConfigure Technical Support

Post Comment