Tuesday, September 28, 2021

useful SUSE Linux command

 

1. How to check the version of SUSE  and Status

SUSEConnect --status-text







2.Make a directory(Folder) 
    =>mkdir testabc

 3.Listing Directory
     =>ls

4.Delete direcotory
   =>rmdir testabc

5.Navigate to folder
   =>cd testabc     =>cd ..           =>cd  \     navigate to root directory

--------------------------------------------------------------------------------------------

6.copy files to same directory
   =>testabc# cp testfile testfilecopy 

7.copy files to another directory
   =>cp testfile /home/software

8.pwd (print view directory)


No comments:

Post a Comment

2315907 - Starting HANA automatically after Host has been started

  Symptom By default the SAP HANA database is configured so that it is not started automatically when the SAP HANA host is rebooted. Environ...