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