Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove file from terminal ubuntu

//in admin folder must be terminal in as root
for root type
$ sudo su
//to remove file 
//as example

rm -f /usr/bin/node
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #remove #file #terminal #ubuntu
ADD COMMENT
Topic
Name
8+4 =