In the Linux most useful commands makes you more easy to manage files system.
Let's learn most known Linux commands.
1) Listing files or Directories
If you want to look the list of directory or files on your Linux system, use the 'ls' command.
2) View File content / details
File content display to use a 'cat' linux command.
Remove File or Directory from linux system without confirmation to use a 'rm' <filename> linux command
Let's learn most known Linux commands.
1) Listing files or Directories
If you want to look the list of directory or files on your Linux system, use the 'ls' command.
$ ls
2) View File content / details
File content display to use a 'cat' linux command.
Remove File or Directory from linux system without confirmation to use a 'rm' <filename> linux command
$ rm <filename>
No comments:
Post a Comment