Basic Linux commands
அனைவருக்கும் வணக்கம்!!
1). pkg update && pkg upgrade
(to update existing tools)
2). pwd
(it prints the path of the working directory)
3). ls
(list directory contents of files)
4). cd
(to change directory)
5). cp
(copy files)
6). mv
(to move files)
7). rm -rf
(to delete folder)
8). ifconfig
(to show ip address)
9). touch file.txt
(to create new file)
Comments
Post a Comment