Home
About
Contact
Home-icon
LINUX
DEVOPS
__DOCKER
__K8S
__AUTOMATION
CLOUD
__GCP
__AWS
__AZURE
ANSIBLE
CERTIFICATION
__OFFERS
INTERVIEW Q&A
__LINUX
Home
Linux
How to create and Delete Symbolic link file?
How to create and Delete Symbolic link file?
Madeswaran N
Create a Symbolic link file :
#cd /tmp
#ln -s /etc/test.conf test
#ls -l test
Output:
lrwxrwxrwx 1 root root 16 2013-05-16 07:38 test -> /etc/test.conf
Now Delete a symobolic link:
#rm linkname ( #rm test or #unlink test )
or
#unlink linkname
Post a Comment
0 Comments
Labels
Ansible
AUTOMATION
cluster
DevOps
File system
Firmware
hardware
hpux
HPUX QA
Interview Questions
Linux
LVM
Network
root disk
service Guard
Tips
ubuntu
Unix
VMWARE
VxVM
windows
Popular Posts
VIPWand VIGR command - to avoid /etc/passwd, /etc/group file corruption
3:29 PM
Public key for *.rpm is not installed : How to resolve ??
8:47 PM
EFI SHELL COMMANDS - Quick Reference
6:54 PM
Configure proxy server using netsh in windows : How to??
4:06 PM
ETCD Backup and Restore - CKA Exam Question and Answer !!
1:44 PM
Social Plugin
0 Comments