Results 1 to 2 of 2
Hi,
I have a following question:
Is it possible to rename a file as " init " (same as /sbin/init )? if it's not possible, could you please explain why ...
- 10-04-2011 #1
Is it possible to rename a file as "init" ?
Hi,
I have a following question:
Is it possible to rename a file as "init" (same as /sbin/init)? if it's not possible, could you please explain why a file cannot be named as init
?
P.S. is it possible that this file / Programm /sbin/init can be renamed?
Thanks,
Charles
- 10-04-2011 #2
You can name a file anything you want. To call it, you need to use the full path. In your case, you could either call /programm/sbin/init or rename that file and call /programm/sbin/some-other-filename. Either way will work.


Reply With Quote
