Important Linux Command in Oracle Apps
- How to display all file inlcluding Hidden
ls -latr
- How to see file contents
more <filename>
- How to copy file
cp filename <target_directory>
- How to move file
cp filename <target_directory>
- How to go to home directory
cd ~
- How to move to another server
ssh <server name>
- sftp command
sftp username@servername
- How to find files
find <filename>*
No comments:
Post a Comment