This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
Sends ICMP echo requests to verify remote host connectivity. routeShow; route show Displays the current IP routing table configuration. Show Socket Info inetstatShow; inetstat show vxworks command cheat sheet
VxWorks 7 introduced a unified CLI that mimics standard Linux/Unix shell behaviors alongside the traditional C expression shell. If you are using VxWorks 7, you can toggle between modes or use native CLI syntax. VxWorks 6 (C Expressions) VxWorks 7 (Native CLI) i task info Show Memory memShow vm info or mem show Ping Host ping "192.168.1.1", 4 ping 192.168.1.1 Change Directory cd "/hd0" cd /hd0 Change Shell Mode N/A cmd (to CLI) / C (to C Shell) This public link is valid for 7 days
When working with local flash storage, RAM disks, or remote network mounts (NFS/FTP), use these traditional commands to navigate the environment. C-Expression Shell (Csh) Command Shell (Cmd) Description ls; or dir; ls or dir Lists files and folders in the current directory path. Change Directory cd("path"); cd path Navigates to a different directory level. Print Working Dir pwd; pwd Prints the absolute path of the current directory. Copy File copy("source", "dest"); copy source dest Copies a file from a source location to a destination path. Remove File remove("filename"); rm filename Permanently deletes a specified file from storage. Create Directory mkdir("dirname"); mkdir dirname Generates a new directory folder. Object and Synchronization Auditing Can’t copy the link right now
| Command | Description | |---------|-------------| | help [command] | Show help (or help for specific command) | | print <value> | Print value (e.g., print 0x1234 ) | | printf "<fmt>", <args> | Formatted print (like C printf ) | | logShow | Show system log messages | | timex <function> | Time execution of a function | | period <seconds>, <function> | Run function periodically | | repeat <count>, <command> | Repeat command N times |
: Displays memory contents starting at a specific hex address. m (address)